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.
2 parents f267daa + 40a5583 commit 800f26cCopy full SHA for 800f26c
1 file changed
.github/workflows/codeql.yml
@@ -24,12 +24,12 @@ jobs:
24
25
# Initializes the CodeQL tools for scanning.
26
- name: Initialize CodeQL
27
- uses: github/codeql-action/init@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4
+ uses: github/codeql-action/init@7188fc363630916deb702c7fdcf4e481b751f97a # v4
28
with:
29
languages: ${{ matrix.language }}
30
build-mode: autobuild
31
32
- name: Perform CodeQL Analysis
33
- uses: github/codeql-action/analyze@99df26d4f13ea111d4ec1a7dddef6063f76b97e9 # v4
+ uses: github/codeql-action/analyze@7188fc363630916deb702c7fdcf4e481b751f97a # v4
34
35
category: "/language:${{matrix.language}}"
0 commit comments