We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ed5721c commit 27f6050Copy full SHA for 27f6050
.github/workflows/ci.yml
@@ -65,6 +65,10 @@ jobs:
65
uses: github/codeql-action/init@v4
66
with:
67
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
72
73
- name: Setup NuGet
74
uses: NuGet/setup-nuget@v2
0 commit comments