Skip to content

Commit 9dbcaa6

Browse files
Bump actions/upload-artifact from 4.4.3 to 4.5.0
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 4.4.3 to 4.5.0. - [Release notes](https://github.com/actions/upload-artifact/releases) - [Commits](actions/upload-artifact@b4b15b8...6f51ac0) --- updated-dependencies: - dependency-name: actions/upload-artifact dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent 3557eb4 commit 9dbcaa6

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scorecards-analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444

4545
# Upload the results as artifacts (optional).
4646
- name: "Upload artifact"
47-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
47+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
4848
with:
4949
name: SARIF file
5050
path: results.sarif

.github/workflows/third-party-deps-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: "extract deps, find commit hash, pass to osv-scanner"
3333
run: python .github/extract_deps.py --output osv-lockfile-${{github.sha}}.json
3434
- name: "upload osv-scanner deps"
35-
uses: actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882
35+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b
3636
with:
3737
# use github.ref in name to avoid duplicated artifacts
3838
name: osv-lockfile-${{github.sha}}

0 commit comments

Comments
 (0)