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 a72bdfe commit 271a3faCopy full SHA for 271a3fa
.github/workflows/scorecard.yml
@@ -25,7 +25,7 @@ jobs:
25
26
steps:
27
- name: "Checkout code"
28
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
+ uses: actions/checkout@d632683dd7b4114ad314bca15554477dd762a938 # v4.2.0
29
with:
30
persist-credentials: false
31
@@ -48,6 +48,6 @@ jobs:
48
# Upload the results to GitHub's code scanning dashboard (optional).
49
# Commenting out will disable upload of results to your repo's Code Scanning dashboard
50
- name: "Upload to code-scanning"
51
- uses: github/codeql-action/upload-sarif@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
+ uses: github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
52
53
sarif_file: results.sarif
0 commit comments