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 f6fa8c6 commit b6a2914Copy full SHA for b6a2914
.github/workflows/codeql.yml
@@ -32,7 +32,7 @@ jobs:
32
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
33
34
- name: Initialize CodeQL
35
- uses: github/codeql-action/init@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
+ uses: github/codeql-action/init@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
36
with:
37
languages: cpp
38
@@ -50,4 +50,4 @@ jobs:
50
run: cmake --build . --parallel 4 --config $BUILD_TYPE
51
52
- name: Perform CodeQL Analysis
53
- uses: github/codeql-action/analyze@afb54ba388a7dca6ecae48f608c4ff05ff4cc77a # v3.25.15
+ uses: github/codeql-action/analyze@4dd16135b69a43b6c8efb853346f8437d92d3c93 # v3.26.6
0 commit comments