We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 279346d + 82cf339 commit 76b1a86Copy full SHA for 76b1a86
1 file changed
.github/workflows/codeql.yml
@@ -23,7 +23,7 @@ jobs:
23
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
24
25
- name: Initialize CodeQL
26
- uses: github/codeql-action/init@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
+ uses: github/codeql-action/init@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
27
with:
28
languages: c-cpp
29
@@ -34,4 +34,4 @@ jobs:
34
run: cmake --build build --config Release
35
36
- name: Analyze
37
- uses: github/codeql-action/analyze@0d579ffd059c29b07949a3cce3983f0780820c98 # v4.32.6
+ uses: github/codeql-action/analyze@b1bff81932f5cdfc8695c7752dcee935dcd061c8 # v4.33.0
0 commit comments