We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ce0982 commit a0f41f9Copy full SHA for a0f41f9
.github/workflows/scorecard.yml
@@ -28,7 +28,7 @@ jobs:
28
persist-credentials: false
29
30
- name: 'Run analysis'
31
- uses: ossf/scorecard-action@5c8bc69dc88b65c66584e07611df79d3579b0377 # tag=v1.1.0
+ uses: ossf/scorecard-action@3e15ea8318eee9b333819ec77a36aca8d39df13e # tag=v1.1.1
32
with:
33
results_file: results.sarif
34
results_format: sarif
@@ -45,6 +45,6 @@ jobs:
45
46
# Upload the results to GitHub's code scanning dashboard.
47
- name: 'Upload to code-scanning'
48
- uses: github/codeql-action/upload-sarif@a3a6c128d771b6b9bdebb1c9d0583ebd2728a108 # tag=v2.1.11
+ uses: github/codeql-action/upload-sarif@27ea8f8fe5977c00f5b37e076ab846c5bd783b96 # tag=v2.1.12
49
50
sarif_file: results.sarif
0 commit comments