Skip to content

Commit 8a20458

Browse files
dependabot[bot]athomas
authored andcommitted
Bump actions/upload-artifact from 4.4.0 to 4.4.3
Closes #56890 GitOrigin-RevId: fdc30c6 Change-Id: I9dd46932e234042ccfdd9342e30e2e134d094932 Reviewed-on: https://dart-review.googlesource.com/c/sdk/+/389342 Reviewed-by: Alexander Thomas <[email protected]>
1 parent 80e8aa8 commit 8a20458

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

0 commit comments

Comments
 (0)