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 e92268a commit 3cffca4Copy full SHA for 3cffca4
1 file changed
.github/workflows/scorecard.yml
@@ -39,7 +39,7 @@ jobs:
39
persist-credentials: false
40
41
- name: "Run analysis"
42
- uses: ossf/scorecard-action@4eaacf0543bb3f2c246792bd56e8cdeffafb205a # v2.4.3
+ uses: ossf/scorecard-action@2d1146689b8cda280b9bc96326124645441f03bc # v2.4.4
43
with:
44
results_file: results.sarif
45
results_format: sarif
@@ -73,6 +73,6 @@ jobs:
73
# Upload the results to GitHub's code scanning dashboard (optional).
74
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
75
- name: "Upload to code-scanning"
76
- uses: github/codeql-action/upload-sarif@7188fc363630916deb702c7fdcf4e481b751f97a # v4.37.1
+ uses: github/codeql-action/upload-sarif@e4fba868fa4b1b91e1fdab776edc8cfbe6e9fb81 # v4.37.3
77
78
sarif_file: results.sarif
0 commit comments