diff options
| author | Jacob Ronstadt <[email protected]> | 2024-09-25 14:35:52 -0700 |
|---|---|---|
| committer | GitHub <[email protected]> | 2024-09-25 14:35:52 -0700 |
| commit | 76f3c4f35f40634401ede80f64554794776c4240 (patch) | |
| tree | 4c4c53bab4253821e614e4fe73d0af8d938d98a9 /.github/workflows/Code-Scanning.yml | |
| parent | 616b1914cf05f0aea9c40b10009bd7be0354c28b (diff) | |
Code scanning updates (#1) (#1221)
* Update Code-Scanning.yml
Diffstat (limited to '.github/workflows/Code-Scanning.yml')
| -rw-r--r-- | .github/workflows/Code-Scanning.yml | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/.github/workflows/Code-Scanning.yml b/.github/workflows/Code-Scanning.yml index 16aaff39..72e9c32c 100644 --- a/.github/workflows/Code-Scanning.yml +++ b/.github/workflows/Code-Scanning.yml @@ -42,7 +42,6 @@ jobs: uses: actions/checkout@v4 with: submodules: 'recursive' - - name: Install Nuget Packages run: nuget restore .\packages.config -PackagesDirectory .\packages\ @@ -50,8 +49,8 @@ jobs: 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/[email protected] - name: Retrieve and build all available solutions run: .\Build-AllSamples.ps1 -Verbose -ThrottleLimit 1 env: |
