We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 564baf8 commit 77c93ffCopy full SHA for 77c93ff
1 file changed
.github/workflows/codeql.yml
@@ -31,7 +31,7 @@ jobs:
31
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
32
33
- name: Initialize CodeQL
34
- uses: github/codeql-action/init@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
+ uses: github/codeql-action/init@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
35
with:
36
languages: ${{ matrix.language }}
37
@@ -44,6 +44,6 @@ jobs:
44
cmake --build build
45
46
- name: Perform CodeQL Analysis
47
- uses: github/codeql-action/analyze@89a39a4e59826350b863aa6b6252a07ad50cf83e # v4.32.4
+ uses: github/codeql-action/analyze@c793b717bc78562f491db7b0e93a3a178b099162 # v4.32.5
48
49
category: "/language:${{ matrix.language }}"
0 commit comments