We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents b994fad + 2f8ba5e commit bd9bd25Copy full SHA for bd9bd25
.github/workflows/scorecard.yml
@@ -65,7 +65,7 @@ jobs:
65
# Upload the results as artifacts (optional). Commenting out will disable uploads of run results in SARIF
66
# format to the repository Actions tab.
67
- name: "Upload artifact"
68
- uses: actions/upload-artifact@4cec3d8aa04e39d1a68397de0c4cd6fb9dce8ec1 # v4.6.1
+ uses: actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6.0.0
69
with:
70
name: SARIF file
71
path: results.sarif
0 commit comments