We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 46e2674 + d3da543 commit d1f714dCopy full SHA for d1f714d
.github/workflows/scorecard.yml
@@ -36,12 +36,12 @@ jobs:
36
results_format: sarif
37
publish_results: true
38
- name: "Upload artifact"
39
- uses: actions/upload-artifact@v4.5.0
+ uses: actions/upload-artifact@v4.6.0
40
with:
41
name: SARIF file
42
path: results.sarif
43
retention-days: 5
44
- name: "Upload to code-scanning"
45
- uses: github/codeql-action/upload-sarif@48ab28a6f5dbc2a99bf1e0131198dd8f1df78169 # v3.24.9
+ uses: github/codeql-action/upload-sarif@b6a472f63d85b9c78a3ac5e89422239fc15e9b3c # v3.24.9
46
47
sarif_file: results.sarif
0 commit comments