diff options
| author | JakobL-MSFT <[email protected]> | 2023-02-07 15:36:48 -0800 |
|---|---|---|
| committer | GitHub <[email protected]> | 2023-02-07 15:36:48 -0800 |
| commit | 208b227667182dfcd7bdf3ab4f5090aa823cf477 (patch) | |
| tree | 1b7d8ad37d67108ef7225b66eed00030f581584d /.github/workflows/Code-Scanning.yml | |
| parent | 9ab70a3207b3586eeef00298911b05e425d5a3a9 (diff) | |
Enable CodeQL to work thru reasonable workarounds. (#857)
Diffstat (limited to '.github/workflows/Code-Scanning.yml')
| -rw-r--r-- | .github/workflows/Code-Scanning.yml | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/.github/workflows/Code-Scanning.yml b/.github/workflows/Code-Scanning.yml index 86be1ef0..1ba4c660 100644 --- a/.github/workflows/Code-Scanning.yml +++ b/.github/workflows/Code-Scanning.yml @@ -48,10 +48,11 @@ jobs: - name: Retrieve and build all available solutions id: build-all-samples run: | - .\Build-AllSamples.ps1 -Verbose + .\Build-AllSamples.ps1 -Verbose -ThrottleLimit 1 env: - Configuration: Debug - Platform: x64 + WDS_Configuration: Debug + WDS_Platform: x64 + WDS_WipeOutputs: ${{ true }} - name: Perform CodeQL analysis uses: github/codeql-action/analyze@v2 |
