Skip to content

Commit

Permalink
Update Code-Scanning.yml undo test change
Browse files Browse the repository at this point in the history
  • Loading branch information
jacob-ronstadt authored Sep 24, 2024
1 parent 4db0735 commit 5833d0d
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/Code-Scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,12 +48,12 @@ jobs:
with:
languages: ${{ matrix.language }}
config-file: microsoft/Windows-Driver-Developer-Supplemental-Tools/config/codeql-config.yml@jacob-ronstadt/isolation
# - name: Retrieve and build all available solutions
# run: .\Build-AllSamples.ps1 -Verbose -ThrottleLimit 1
# env:
# WDS_Configuration: Debug
# WDS_Platform: x64
# WDS_WipeOutputs: ${{ true }}
- name: Retrieve and build all available solutions
run: .\Build-AllSamples.ps1 -Verbose -ThrottleLimit 1
env:
WDS_Configuration: Debug
WDS_Platform: x64
WDS_WipeOutputs: ${{ true }}

- name: Perform CodeQL analysis
uses: github/codeql-action/analyze@v3
Expand Down

0 comments on commit 5833d0d

Please sign in to comment.