File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2121 languages : cpp
2222 # Versions for WHCP Windows 11 25H2 certification
2323 # 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
24+ tools : https://github.com/github/codeql-action/releases/download /codeql-bundle-v2.20.1/codeql-bundle-win64.tar.gz
2525 packs : +microsoft/windows-drivers@1.8.0,microsoft/cpp-queries@0.0.4
2626
2727 - name : Add MSBuild to PATH
3434 - name : Perform CodeQL analysis
3535 uses : github/codeql-action/analyze@v4
3636 with :
37- category : " /language:${{matrix.language}}"
37+ output : sarif-results
38+
39+ - name : Upload SARIF file
40+ uses : actions/upload-artifact@v4
41+ with :
42+ name : codeql-sarif
43+ path : sarif-results
44+
45+ - name : Generate DVL
46+ shell : cmd
47+ run : |
48+ "C:\Program Files (x86)\Windows Kits\10\Tools\dvl\dvl.exe" /manualCreate FrameworkSensors X64 /sarifPath sarif-results
49+
50+ - name : Upload DVL
51+ uses : actions/upload-artifact@v4
52+ with :
53+ name : dvl
54+ path : sarif-results/FrameworkSensors.DVL.XML
You can’t perform that action at this time.
0 commit comments