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 b7c4cfe commit 73d8697Copy full SHA for 73d8697
.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@294a9d92911152fe08befb9ec03e240add280cb3 # v3.26.8
+ uses: github/codeql-action/upload-sarif@e2b3eafc8d227b0241d48be5f425d47c2d750a13 # v3.26.10
52
53
sarif_file: results.sarif
0 commit comments