Skip to content

Commit c412c7e

Browse files
committed
codeql: Pin version for Windows 25H2
Signed-off-by: Daniel Schaefer <dhs@frame.work>
1 parent 4f3c44e commit c412c7e

File tree

2 files changed

+10
-3
lines changed

2 files changed

+10
-3
lines changed

.github/codeql/codeql-config.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
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/windows-drivers@1.8.0:windows-driver-suites/recommended.qls

.github/workflows/codeql.yml

Lines changed: 5 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,11 @@ jobs:
1818
- name: Initialize CodeQL
1919
uses: github/codeql-action/init@v4
2020
with:
21-
languages: ${{ matrix.language }}
22-
config-file: microsoft/Windows-Driver-Developer-Supplemental-Tools/config/codeql-config.yml@development
23-
packs: +microsoft/windows-drivers@1.2.0-beta
21+
languages: cpp
22+
# Pin CodeQL CLI version for WHCP Windows 11 25H2 certification
23+
# See: https://learn.microsoft.com/en-us/windows-hardware/drivers/devtest/static-tools-and-codeql
24+
tools: https://github.com/github/codeql-action/releases/download/codeql-bundle-v2.20.1/codeql-bundle-win64.tar.gz
25+
config-file: .github/codeql/codeql-config.yml
2426

2527
- name: Add MSBuild to PATH
2628
uses: microsoft/setup-msbuild@v2

0 commit comments

Comments
 (0)