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 7ca9e54 commit 711f81cCopy full SHA for 711f81c
.github/workflows/codeql.yml
@@ -32,7 +32,7 @@ jobs:
32
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
33
34
- name: Initialize CodeQL
35
- uses: github/codeql-action/init@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
+ uses: github/codeql-action/init@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
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@dd746615b3b9d728a6a37ca2045b68ca76d4841a # v3.28.8
+ uses: github/codeql-action/analyze@b56ba49b26e50535fa1e7f7db0f4f7b4bf65d80d # v3.28.10
0 commit comments