Skip to content

Commit

Permalink
Merge pull request bpfman#1395 from frobware/drop-v3-comment
Browse files Browse the repository at this point in the history
ci: update scorecard workflow to clarify upload-artifact version
  • Loading branch information
mergify[bot] authored Jan 30, 2025
2 parents 43a665b + 40c84b5 commit fe4335e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/scorecard.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,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@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v3.pre.node20
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # @v4
with:
name: SARIF file
path: results.sarif
Expand Down

0 comments on commit fe4335e

Please sign in to comment.