Skip to content

Commit

Permalink
Update codeql code scanning to add microsoft/windows-drivers queries (#…
Browse files Browse the repository at this point in the history
…1098)

* test code scanning with new package

* update code scanning file. test without building

* fix typo

* add back build step

* Update Code-Scanning.yml

* Update Code-Scanning.yml

* Update Code-Scanning.yml
  • Loading branch information
jacob-ronstadt authored Feb 5, 2024
1 parent 09b3b7c commit cdd758d
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/Code-Scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,10 +38,10 @@ jobs:
submodules: 'recursive'

- name: Initialize CodeQL
uses: github/codeql-action/init@v2
uses: github/codeql-action/init@v3
with:
languages: ${{ matrix.language }}

packs: microsoft/windows-drivers
- name: Add MSBuild to PATH
uses: microsoft/setup-msbuild@v1.3.1

Expand All @@ -54,6 +54,9 @@ jobs:
WDS_WipeOutputs: ${{ true }}

- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v2
uses: github/codeql-action/analyze@v3
with:
category: "/language:${{matrix.language}}"



0 comments on commit cdd758d

Please sign in to comment.