We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 645a63d commit 37b03a5Copy full SHA for 37b03a5
.github/workflows/scorecard.yml
@@ -61,7 +61,7 @@ jobs:
61
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
62
# format to the repository Actions tab.
63
- name: "Upload artifact"
64
- uses: actions/upload-artifact@3cea5372237819ed00197afe530f5a7ea3e805c8 # v3.1.0
+ uses: actions/upload-artifact@v4.4.3
65
with:
66
name: SARIF file
67
path: results.sarif
0 commit comments