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 5b48c3d commit 1db96d4Copy full SHA for 1db96d4
.github/workflows/scorecard.yml
@@ -30,7 +30,7 @@ jobs:
30
persist-credentials: false
31
32
- name: "Run analysis"
33
- uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
+ uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a
34
with:
35
results_file: results.sarif
36
results_format: sarif
@@ -42,6 +42,6 @@ jobs:
42
path: results.sarif
43
retention-days: 5
44
- name: "Upload to code-scanning"
45
- uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885 # v3.24.9
+ uses: github/codeql-action/upload-sarif@64d10c13136e1c5bce3e5fbde8d4906eeaafc885
46
47
sarif_file: results.sarif
0 commit comments