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.
1 parent d337c4a commit eff0861Copy full SHA for eff0861
1 file changed
.github/workflows/codeql.yml
@@ -30,7 +30,7 @@ jobs:
30
submodules: 'recursive'
31
32
- name: Initialize CodeQL
33
- uses: github/codeql-action/init@c10b8064de6f491fea524254123dbe5e09572f13 # pin@v4.35.1
+ uses: github/codeql-action/init@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # pin@v4.35.2
34
with:
35
languages: ${{ matrix.language }}
36
@@ -64,4 +64,4 @@ jobs:
64
cmake -B build -DCMAKE_BUILD_TYPE=RelWithDebInfo && cmake --build build --parallel
65
66
- name: Perform CodeQL Analysis
67
- uses: github/codeql-action/analyze@c10b8064de6f491fea524254123dbe5e09572f13 # pin@v4.35.1
+ uses: github/codeql-action/analyze@95e58e9a2cdfd71adc6e0353d5c52f41a045d225 # pin@v4.35.2
0 commit comments