summaryrefslogtreecommitdiff
path: root/.github/workflows/Code-Scanning.yml
diff options
context:
space:
mode:
authorJakobL-MSFT <[email protected]>2023-02-08 15:36:56 -0800
committerGitHub <[email protected]>2023-02-08 15:36:56 -0800
commitd717aac5bd009f63670f1e164bacf2972931de1d (patch)
tree03728e56d8dd269386ce70fc8b9aaa1a2e5cdfaf /.github/workflows/Code-Scanning.yml
parent08607873c07b796e912560b7fa359b06e1a21404 (diff)
Enable CodeQL to work thru reasonable workarounds - Cherry pick to main (#863)
Enable CodeQL to work thru reasonable workarounds. (#857)
Diffstat (limited to '.github/workflows/Code-Scanning.yml')
-rw-r--r--.github/workflows/Code-Scanning.yml7
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