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 37ce9ca commit 73c682fCopy full SHA for 73c682f
.github/workflows/codeql.yml
@@ -30,10 +30,10 @@ jobs:
30
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
31
32
- name: Initialize CodeQL
33
- uses: github/codeql-action/init@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
+ uses: github/codeql-action/init@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5
34
with:
35
config-file: .github/codeql/codeql-configuration.yml
36
languages: ${{ matrix.language }}
37
38
- name: Perform CodeQL analysis
39
- uses: github/codeql-action/analyze@76621b61decf072c1cee8dd1ce2d2a82d33c17ed # v3.29.5
+ uses: github/codeql-action/analyze@df559355d593797519d70b90fc8edd5db049e7a2 # v3.29.5
0 commit comments