We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ef5319 commit f4e5fd5Copy full SHA for f4e5fd5
.github/workflows/codeql-analysis.yml
@@ -33,9 +33,9 @@ jobs:
33
34
# Initializes the CodeQL tools for scanning.
35
- name: Initialize CodeQL
36
- uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
+ uses: github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3
37
with:
38
languages: ${{ matrix.language }}
39
40
- name: Perform CodeQL Analysis
41
- uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3
+ uses: github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3
0 commit comments