File tree Expand file tree Collapse file tree 2 files changed +10
-3
lines changed
Expand file tree Collapse file tree 2 files changed +10
-3
lines changed Original file line number Diff line number Diff line change 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
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments