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 412b9f8 commit 1dd668aCopy full SHA for 1dd668a
.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@f47c8e6a9bd05ef3ee422fc8d8663be7fe4bdc61 # v3
+ - uses: github/codeql-action/init@45c373516f557556c15d420e3f5e0aa3d64366bc # v3
30
with:
31
languages: ${{ matrix.language }}
32
queries: security-extended,security-and-quality
33
34
- - uses: github/codeql-action/analyze@f47c8e6a9bd05ef3ee422fc8d8663be7fe4bdc61 # v3
+ - uses: github/codeql-action/analyze@45c373516f557556c15d420e3f5e0aa3d64366bc # v3
0 commit comments