We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9c2b326 commit dfb536fCopy full SHA for dfb536f
1 file changed
.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@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3
+ - uses: github/codeql-action/init@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
30
with:
31
languages: ${{ matrix.language }}
32
queries: security-extended,security-and-quality
33
34
- - uses: github/codeql-action/analyze@df409f7d9260372bd5f19e5b04e83cb3c43714ae # v3
+ - uses: github/codeql-action/analyze@39edc492dbe16b1465b0cafca41432d857bdb31a # v3
0 commit comments