Skip to content

Commit

Permalink
Code scanning updates (#1) (#1221)
Browse files Browse the repository at this point in the history
* Update Code-Scanning.yml
  • Loading branch information
jacob-ronstadt authored Sep 25, 2024
1 parent 616b191 commit 76f3c4f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions .github/workflows/Code-Scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,16 +42,15 @@ jobs:
uses: actions/checkout@v4
with:
submodules: 'recursive'

- name: Install Nuget Packages
run: nuget restore .\packages.config -PackagesDirectory .\packages\

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

config-file: microsoft/Windows-Driver-Developer-Supplemental-Tools/config/codeql-config.yml@development
packs: +microsoft/windows-drivers@1.2.0-beta
- name: Retrieve and build all available solutions
run: .\Build-AllSamples.ps1 -Verbose -ThrottleLimit 1
env:
Expand Down

0 comments on commit 76f3c4f

Please sign in to comment.