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 912adbd commit ae4146dCopy full SHA for ae4146d
.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@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3
+ - uses: github/codeql-action/init@192325c86100d080feab897ff886c34abd4c83a3 # v3
30
with:
31
languages: ${{ matrix.language }}
32
queries: security-extended,security-and-quality
33
34
- - uses: github/codeql-action/analyze@f1f6e5f6af878fb37288ce1c627459e94dbf7d01 # v3
+ - uses: github/codeql-action/analyze@192325c86100d080feab897ff886c34abd4c83a3 # v3
0 commit comments