summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author5an7y <[email protected]>2026-03-31 10:34:40 -0700
committer5an7y <[email protected]>2026-03-31 10:34:40 -0700
commit78a9b6fd1ae57346a854cd1456e1d2a6de3d5fc3 (patch)
tree54654e3681fb2ef5064e7d7a26a563e5ca895904
parent3a2a44ac95e464972b5244c33ec34c53eabe34b8 (diff)
ci: update Code-Scanning workflow to use Build-Samples.ps1
Build-AllSamples.ps1 was removed in favor of Build-Samples.ps1. Co-authored-by: Copilot <[email protected]>
-rw-r--r--.github/workflows/Code-Scanning.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/Code-Scanning.yml b/.github/workflows/Code-Scanning.yml
index 63e155c9..232545ad 100644
--- a/.github/workflows/Code-Scanning.yml
+++ b/.github/workflows/Code-Scanning.yml
@@ -66,7 +66,7 @@ jobs:
WDS_Platform: x64
WDS_WipeOutputs: ${{ true }}
- if: github.event_name == 'push'
- run: .\Build-AllSamples.ps1 -Verbose -ThrottleLimit 1
+ run: .\Build-Samples.ps1 -Verbose -ThrottleLimit 1
env:
WDS_Configuration: Debug
WDS_Platform: x64