We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ca126a5 commit acda54eCopy full SHA for acda54e
.github/workflows/codeql.yml
@@ -18,9 +18,11 @@ jobs:
18
- name: Initialize CodeQL
19
uses: github/codeql-action/init@v4
20
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
+ languages: cpp
+ # Versions for WHCP Windows 11 25H2 certification
+ # 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
26
27
- name: Add MSBuild to PATH
28
uses: microsoft/setup-msbuild@v2
0 commit comments