We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fcc6aa3 commit 9f4f0b2Copy full SHA for 9f4f0b2
.github/workflows/codeql.yml
@@ -30,10 +30,10 @@ jobs:
30
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
31
32
- name: Initialize CodeQL
33
- uses: github/codeql-action/init@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
+ uses: github/codeql-action/init@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
34
with:
35
config-file: .github/codeql/codeql-configuration.yml
36
languages: ${{ matrix.language }}
37
38
- name: Perform CodeQL analysis
39
- uses: github/codeql-action/analyze@6bb031afdd8eb862ea3fc1848194185e076637e5 # v3.28.11
+ uses: github/codeql-action/analyze@5f8171a638ada777af81d42b55959a643bb29017 # v3.28.12
0 commit comments