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 a4b7ffa commit f302b93Copy full SHA for f302b93
.github/workflows/codeql.yml
@@ -26,9 +26,9 @@ jobs:
26
persist-credentials: false
27
28
# Initializes the CodeQL tools for scanning.
29
- - uses: github/codeql-action/init@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
+ - uses: github/codeql-action/init@014f16e7ab1402f30e7c3329d33797e7948572db # v4
30
with:
31
languages: ${{ matrix.language }}
32
queries: security-extended,security-and-quality
33
34
- - uses: github/codeql-action/analyze@0499de31b99561a6d14a36a5f662c2a54f91beee # v4
+ - uses: github/codeql-action/analyze@014f16e7ab1402f30e7c3329d33797e7948572db # v4
0 commit comments