We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cec5e95 commit d03d6f9Copy full SHA for d03d6f9
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@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
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@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
48
49
category: "/language:${{ matrix.language }}"
0 commit comments