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