We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5e6653b commit c9c4685Copy full SHA for c9c4685
.github/workflows/scorecard.yml
@@ -51,7 +51,7 @@ jobs:
51
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
52
# format to the repository Actions tab.
53
- name: Upload Artifacts
54
- uses: actions/upload-artifact@a8a3f3ad30e3422c9c7b888a15615d19a852ae32 # v3.1.3
+ uses: actions/upload-artifact@c7d193f32edcb7bfad88892161225aeda64e9392 # v4.0.0
55
with:
56
name: SARIF file
57
path: results.sarif
0 commit comments