Skip to content

Commit

Permalink
Bump up upload-artifact action (#189)
Browse files Browse the repository at this point in the history
Signed-off-by: thepetk <thepetk@gmail.com>
thepetk authored Jan 31, 2025
1 parent 24b0479 commit 6dd5a08
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yaml
Original file line number Diff line number Diff line change
@@ -45,7 +45,7 @@ jobs:
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
# format to the repository Actions tab.
- name: "Upload artifact"
uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
with:
name: SARIF file
path: results.sarif

0 comments on commit 6dd5a08

Please sign in to comment.