Skip to content

Commit

Permalink
[ci] Use v4.5.0 of upload-artifact for scorecard workflow. NFC (#23435)
Browse files Browse the repository at this point in the history
  • Loading branch information
brendandahl authored Jan 16, 2025
1 parent e1c5e8f commit 7e16ce1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecards.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:

# Upload the results as artifacts (optional).
- name: "Upload artifact"
uses: actions/upload-artifact@0b7f8abb1508181956e8e162db84b466c27e18ce # v3.1.2
uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
with:
name: SARIF file
path: results.sarif
Expand Down

0 comments on commit 7e16ce1

Please sign in to comment.