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 92e918c commit 7540bbbCopy full SHA for 7540bbb
.github/workflows/openssf-scorecard.yml
@@ -71,6 +71,6 @@ jobs:
71
# Upload the results to GitHub's code scanning dashboard.
72
- name: "Upload to code-scanning"
73
if: ${{ github.event_name == 'push' }}
74
- uses: github/codeql-action/upload-sarif@2e230e8fe0ad3a14a340ad0815ddb96d599d2aff # v3.25.8
+ uses: github/codeql-action/upload-sarif@23acc5c183826b7a8a97bce3cecc52db901f8251 # v3.25.10
75
with:
76
sarif_file: results.sarif
0 commit comments