Skip to content

Commit 7e16ce1

Browse files
authored
[ci] Use v4.5.0 of upload-artifact for scorecard workflow. NFC (#23435)
1 parent e1c5e8f commit 7e16ce1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/scorecards.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@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
47+
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
4848
with:
4949
name: SARIF file
5050
path: results.sarif

0 commit comments

Comments
 (0)