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