mirror of
https://github.com/kopia/kopia.git
synced 2026-05-14 01:37:07 -04:00
build(deps): bump the github-actions group with 3 updates (#3619)
Bumps the github-actions group with 3 updates: [actions/upload-artifact](https://github.com/actions/upload-artifact), [actions/download-artifact](https://github.com/actions/download-artifact) and [github/codeql-action](https://github.com/github/codeql-action). Updates `actions/upload-artifact` from 4.0.0 to 4.3.1 - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](https://github.com/actions/upload-artifact/compare/v4...5d5d22a31266ced268874388b861e4b58bb5c2f3) Updates `actions/download-artifact` from 4.1.1 to 4.1.2 - [Release notes](https://github.com/actions/download-artifact/releases) - [Commits](6b208ae046...eaceaf801f) Updates `github/codeql-action` from 3.23.2 to 3.24.0 - [Release notes](https://github.com/github/codeql-action/releases) - [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md) - [Commits](b7bf0a3ed3...e8893c57a1) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions - dependency-name: actions/download-artifact dependency-type: direct:production update-type: version-update:semver-patch dependency-group: github-actions - dependency-name: github/codeql-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
2
.github/workflows/code-coverage.yml
vendored
2
.github/workflows/code-coverage.yml
vendored
@@ -28,7 +28,7 @@ jobs:
|
||||
with:
|
||||
files: coverage.txt
|
||||
- name: Upload Logs
|
||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
|
||||
with:
|
||||
name: logs
|
||||
path: .logs/**/*.log
|
||||
|
||||
2
.github/workflows/compat-test.yml
vendored
2
.github/workflows/compat-test.yml
vendored
@@ -26,7 +26,7 @@ jobs:
|
||||
- name: Compat Test
|
||||
run: make compat-tests
|
||||
- name: Upload Logs
|
||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
|
||||
with:
|
||||
name: logs
|
||||
path: .logs/**/*.log
|
||||
|
||||
2
.github/workflows/endurance-test.yml
vendored
2
.github/workflows/endurance-test.yml
vendored
@@ -31,7 +31,7 @@ jobs:
|
||||
- name: Endurance Tests
|
||||
run: make endurance-tests
|
||||
- name: Upload Logs
|
||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
|
||||
with:
|
||||
name: logs
|
||||
path: .logs/**/*.log
|
||||
|
||||
2
.github/workflows/htmlui-tests.yml
vendored
2
.github/workflows/htmlui-tests.yml
vendored
@@ -39,7 +39,7 @@ jobs:
|
||||
- name: Run Tests
|
||||
run: make htmlui-e2e-test
|
||||
- name: Upload Screenshots
|
||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
|
||||
with:
|
||||
path: .screenshots/**/*.png
|
||||
if-no-files-found: ignore
|
||||
|
||||
8
.github/workflows/make.yml
vendored
8
.github/workflows/make.yml
vendored
@@ -100,7 +100,7 @@ jobs:
|
||||
# macOS signing certificate (base64-encoded), used by Electron Builder
|
||||
MACOS_SIGNING_IDENTITY: ${{ secrets.MACOS_SIGNING_IDENTITY }}
|
||||
- name: Upload Kopia Artifacts
|
||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
|
||||
with:
|
||||
name: kopia-${{ matrix.os }}
|
||||
path: |
|
||||
@@ -122,7 +122,7 @@ jobs:
|
||||
if-no-files-found: ignore
|
||||
if: ${{ !contains(matrix.os, 'self-hosted') }}
|
||||
- name: Upload Kopia Binary
|
||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
|
||||
with:
|
||||
name: kopia_binaries-${{ matrix.os }}
|
||||
path: |
|
||||
@@ -144,13 +144,13 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@f95db51fddba0c2d1ec667646a06c2ce06100226 # v3.0.0
|
||||
- name: Download Artifacts
|
||||
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
|
||||
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
|
||||
with:
|
||||
pattern: kopia-*
|
||||
merge-multiple: true
|
||||
path: dist
|
||||
- name: Download Kopia Binaries
|
||||
uses: actions/download-artifact@6b208ae046db98c579e8a3aa621ab581ff575935 # v4.1.1
|
||||
uses: actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
|
||||
with:
|
||||
pattern: kopia_binaries-*
|
||||
merge-multiple: true
|
||||
|
||||
4
.github/workflows/ossf-scorecard.yml
vendored
4
.github/workflows/ossf-scorecard.yml
vendored
@@ -39,12 +39,12 @@ jobs:
|
||||
-
|
||||
# Upload the results to GitHub's code scanning dashboard.
|
||||
name: "Upload to results to dashboard"
|
||||
uses: github/codeql-action/upload-sarif@b7bf0a3ed3ecfa44160715d7c442788f65f0f923 # v3.23.2
|
||||
uses: github/codeql-action/upload-sarif@e8893c57a1f3a2b659b6b55564fdfdbbd2982911 # v3.24.0
|
||||
with:
|
||||
sarif_file: results.sarif
|
||||
-
|
||||
name: "Upload analysis results as 'Job Artifact'"
|
||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
|
||||
with:
|
||||
name: SARIF file
|
||||
path: results.sarif
|
||||
|
||||
2
.github/workflows/stress-test.yml
vendored
2
.github/workflows/stress-test.yml
vendored
@@ -30,7 +30,7 @@ jobs:
|
||||
- name: Stress Test
|
||||
run: make stress-test
|
||||
- name: Upload Logs
|
||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
|
||||
with:
|
||||
name: logs
|
||||
path: .logs/**/*.log
|
||||
|
||||
2
.github/workflows/tests.yml
vendored
2
.github/workflows/tests.yml
vendored
@@ -64,7 +64,7 @@ jobs:
|
||||
- name: Integration Tests
|
||||
run: make -j2 ci-integration-tests
|
||||
- name: Upload Logs
|
||||
uses: actions/upload-artifact@26f96dfa697d77e81fd5907df203aa23a56210a8 # v4.3.0
|
||||
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
|
||||
with:
|
||||
name: logs-${{ matrix.os }}
|
||||
path: .logs/**/*.log
|
||||
|
||||
@@ -34,7 +34,7 @@ jobs:
|
||||
- name: Non-Admin Test
|
||||
run: gsudo -i Medium make os-snapshot-tests
|
||||
- name: Upload Logs
|
||||
uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
|
||||
uses: actions/upload-artifact@5d5d22a31266ced268874388b861e4b58bb5c2f3 # v4.3.1
|
||||
with:
|
||||
name: logs
|
||||
path: .logs/**/*.log
|
||||
|
||||
Reference in New Issue
Block a user