We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8709006 commit 5c66942Copy full SHA for 5c66942
.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@4bdb89f48054571735e3792627da6195c57459e2 # v3
+ - uses: github/codeql-action/init@38e701f46e33fb233075bf4238cb1e5d68e429e4 # v3
30
with:
31
languages: ${{ matrix.language }}
32
queries: security-extended,security-and-quality
33
34
- - uses: github/codeql-action/analyze@4bdb89f48054571735e3792627da6195c57459e2 # v3
+ - uses: github/codeql-action/analyze@38e701f46e33fb233075bf4238cb1e5d68e429e4 # v3
0 commit comments