From 03e7fc4961dfa3310a59269dcf9477f4e81da2d4 Mon Sep 17 00:00:00 2001 From: Jacob Ronstadt <147542405+jacob-ronstadt@users.noreply.github.com> Date: Wed, 25 Sep 2024 09:42:33 -0700 Subject: [PATCH] Code scanning updates (#1) * Update Code-Scanning.yml --- .github/workflows/Code-Scanning.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Code-Scanning.yml b/.github/workflows/Code-Scanning.yml index 16aaff39c..72e9c32c0 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/windows-drivers@1.2.0-beta - name: Retrieve and build all available solutions run: .\Build-AllSamples.ps1 -Verbose -ThrottleLimit 1 env: