We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 38fd39b + cd4985c commit 90a5d4cCopy full SHA for 90a5d4c
.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.6.1
+ uses: actions/upload-artifact@v4.6.2
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@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
+ uses: github/codeql-action/upload-sarif@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
46
47
sarif_file: results.sarif
0 commit comments