Skip to content

Commit d97d2e5

Browse files
dependabot[bot]Commit Queue
authored andcommitted
Bump actions/upload-artifact from 4.5.0 to 4.6.0
Closes #59892 GitOrigin-RevId: dc0808e Change-Id: I7b9bb42c76ea1d61160a9957e18123b31091a9c6 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/403930 Reviewed-by: Devon Carew <[email protected]> Commit-Queue: Devon Carew <[email protected]>
1 parent fa06595 commit d97d2e5

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@6f51ac03b9356f520e9adb1b1b7802705f340c2b
47+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
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@6f51ac03b9356f520e9adb1b1b7802705f340c2b
35+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08
3636
with:
3737
# use github.ref in name to avoid duplicated artifacts
3838
name: osv-lockfile-${{github.sha}}

0 commit comments

Comments
 (0)