Skip to content

Commit d3818ff

Browse files
dependabot[bot]athomas
authored andcommitted
Bump actions/upload-artifact from 4.4.3 to 4.5.0
Closes #59795 GitOrigin-RevId: f366a75 Change-Id: I171883e8802d10a8f18ca2ea0d4d6d59e4b85196 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/402261 Reviewed-by: Alexander Thomas <[email protected]>
1 parent 8cd13b2 commit d3818ff

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)