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.
1 parent 1fb0350 commit 4c7a92fCopy full SHA for 4c7a92f
.github/workflows/scorecard.yml
@@ -30,7 +30,7 @@ jobs:
30
persist-credentials: false
31
32
- name: 'Run analysis'
33
- uses: ossf/scorecard-action@08b4669551908b1024bb425080c797723083c031 # v2.2.0
+ uses: ossf/scorecard-action@483ef80eb98fb506c348f7d62e28055e49fe2398 # v2.3.0
34
with:
35
results_file: results.sarif
36
results_format: sarif
@@ -46,6 +46,6 @@ jobs:
46
47
# Upload the results to GitHub's code scanning dashboard.
48
- name: 'Upload to code-scanning'
49
- uses: github/codeql-action/upload-sarif@ddccb873888234080b77e9bc2d4764d5ccaaccf9 # v2.21.9
+ uses: github/codeql-action/upload-sarif@2cb752a87e96af96708ab57187ab6372ee1973ab # v2.22.0
50
51
sarif_file: results.sarif
0 commit comments