We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c2ed4a0 commit 9b9a219Copy full SHA for 9b9a219
1 file changed
.github/workflows/scorecards.yml
@@ -31,7 +31,7 @@ jobs:
31
32
steps:
33
- name: Harden Runner
34
- uses: step-security/harden-runner@df199fb7be9f65074067a9eb93f12bb4c5547cf2 # v2.13.3
+ uses: step-security/harden-runner@58077d3c7e43986b6b15fba718e8ea69e387dfcc # v2.15.1
35
with:
36
egress-policy: audit
37
@@ -71,6 +71,6 @@ jobs:
71
72
# Upload the results to GitHub's code scanning dashboard.
73
- name: "Upload to code-scanning"
74
- uses: github/codeql-action/upload-sarif@19b2f06db2b6f5108140aeb04014ef02b648f789 # v4.31.11
+ uses: github/codeql-action/upload-sarif@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
75
76
sarif_file: results.sarif
0 commit comments