We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a55fc90 commit 9e2d7e5Copy full SHA for 9e2d7e5
1 file changed
.github/workflows/codeql.yml
@@ -58,7 +58,7 @@ jobs:
58
59
# Initializes the CodeQL tools for scanning.
60
- name: Initialize CodeQL
61
- uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
+ uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
62
with:
63
languages: ${{ matrix.language }}
64
build-mode: ${{ matrix.build-mode }}
@@ -86,6 +86,6 @@ jobs:
86
exit 1
87
88
- name: Perform CodeQL Analysis
89
- uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
+ uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
90
91
category: "/language:${{matrix.language}}"
0 commit comments