We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0c75d06 commit aad6665Copy full SHA for aad6665
1 file changed
.github/workflows/codeql.yml
@@ -29,17 +29,14 @@ jobs:
29
steps:
30
- name: Checkout repository
31
uses: actions/checkout@v4
32
- with:
33
- submodules: 'recursive'
34
- - name: Install Nuget Packages
35
- run: nuget restore .\packages.config -PackagesDirectory .\packages\
36
37
- name: Initialize CodeQL
38
uses: github/codeql-action/init@v3
39
with:
40
languages: ${{ matrix.language }}
41
config-file: microsoft/Windows-Driver-Developer-Supplemental-Tools/config/codeql-config.yml@development
42
packs: +microsoft/windows-drivers@1.2.0-beta
+
43
- name: Retrieve and build all available solutions
44
run: |
45
msbuild FrameworkSensors\FrameworkSensors.sln /property:Configuration=Debug /property:Platform=x64
0 commit comments