Skip to content

Commit acda54e

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

File tree

1 file changed

+5
-3
lines changed

1 file changed

+5
-3
lines changed

.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+
# Versions 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/tag/codeql-bundle-v2.20.1
25+
packs: +microsoft/windows-drivers@1.8.0,microsoft/cpp-queries@0.0.4
2426

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

0 commit comments

Comments
 (0)