We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c8266c8 + c2e8b90 commit 2ff82c2Copy full SHA for 2ff82c2
1 file changed
.github/workflows/codeql.yml
@@ -38,7 +38,7 @@ jobs:
38
sudo apt install -y libgtest-dev googletest
39
40
- name: Initialize CodeQL
41
- uses: github/codeql-action/init@v3
+ uses: github/codeql-action/init@v4
42
with:
43
languages: ${{ matrix.language }}
44
# Enhanced security queries for enterprise-grade scanning
@@ -62,6 +62,6 @@ jobs:
62
cmake --build . --config Release --target cppapiframework -j $(nproc)
63
64
- name: Perform CodeQL Analysis
65
- uses: github/codeql-action/analyze@v3
+ uses: github/codeql-action/analyze@v4
66
67
category: "/language:${{matrix.language}}"
0 commit comments