Skip to content

Commit f5329bc

Browse files
committed
Pin codeql versions for Windows 25H2
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent ed5721c commit f5329bc

2 files changed

Lines changed: 10 additions & 0 deletions

File tree

.github/codeql/codeql-config.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,6 @@
1+
# CodeQL configuration for WHCP Windows 11 25H2 certification
2+
# See: https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/static-tools-and-codeql
3+
disable-default-queries: true
4+
packs:
5+
- microsoft/cpp-queries@0.0.4:codeql-suites/cpp-code-scanning.qls
6+
- microsoft/windows-drivers@1.8.0:windows-driver-suites/recommended.qls

.github/workflows/ci.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -65,6 +65,10 @@ jobs:
6565
uses: github/codeql-action/init@v4
6666
with:
6767
languages: cpp
68+
# Pin CodeQL CLI version for WHCP Windows 11 25H2 certification
69+
# See: https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/static-tools-and-codeql
70+
tools: https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.20.1/codeql-bundle-win64.tar.gz
71+
config-file: .github/codeql/codeql-config.yml
6872

6973
- name: Setup NuGet
7074
uses: NuGet/setup-nuget@v2

0 commit comments

Comments
 (0)