File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree 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/cpp-queries@0.0.4:codeql-suites/cpp-code-scanning.qls
6+ - microsoft/windows-drivers@1.8.0:windows-driver-suites/recommended.qls
Original file line number Diff line number Diff line change 6565 uses : github/codeql-action/init@v4
6666 with :
6767 languages : cpp
68+ # Pin CodeQL CLI version 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/download/codeql-bundle-v2.20.1/codeql-bundle-win64.tar.gz
71+ config-file : .github/codeql/codeql-config.yml
6872
6973 - name : Setup NuGet
7074 uses : NuGet/setup-nuget@v2
You can’t perform that action at this time.
0 commit comments