Skip to content

Commit 27f6050

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

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.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 versions 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/tag/codeql-bundle-v2.20.1
71+
packs: +microsoft/windows-drivers@1.8.0,microsoft/cpp-queries@0.0.4
6872

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

0 commit comments

Comments
 (0)