We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e699229 commit f00c2c1Copy full SHA for f00c2c1
.github/workflows/scorecard.yml
@@ -38,14 +38,14 @@ jobs:
38
39
# Upload the results as artifacts.
40
- name: 'Upload artifact'
41
- uses: actions/upload-artifact@6f51ac03b9356f520e9adb1b1b7802705f340c2b # v4.5.0
+ uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
42
with:
43
name: SARIF file
44
path: results.sarif
45
retention-days: 5
46
47
# Upload the results to GitHub's code scanning dashboard.
48
- name: 'Upload to code-scanning'
49
- uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.28.0
+ uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.28.1
50
51
sarif_file: results.sarif
0 commit comments