summaryrefslogtreecommitdiff
path: root/.github/workflows/Code-Scanning.yml
diff options
context:
space:
mode:
authorLaura <[email protected]>2023-01-10 13:23:11 -0800
committerGitHub <[email protected]>2023-01-10 13:23:11 -0800
commit1a9dffb3c5be9cd8b78f9630c9a1f3f1e5171b44 (patch)
treefabf2a08fbd092e52d7f286cd95423c2fe5fff9c /.github/workflows/Code-Scanning.yml
parent34faeba5a76ceea2731c5620a396c0a2ddb112f9 (diff)
Remove capture of changed files
Remove capture of changed files as they are unneeded in this workflow. We will build all files to create a baseline.
Diffstat (limited to '.github/workflows/Code-Scanning.yml')
-rw-r--r--.github/workflows/Code-Scanning.yml4
1 files changed, 0 insertions, 4 deletions
diff --git a/.github/workflows/Code-Scanning.yml b/.github/workflows/Code-Scanning.yml
index 0c30f13e..2993c393 100644
--- a/.github/workflows/Code-Scanning.yml
+++ b/.github/workflows/Code-Scanning.yml
@@ -45,10 +45,6 @@ jobs:
- name: Add MSBuild to PATH
uses: microsoft/[email protected]
- - name: Get changed files
- id: get-changed-files
- uses: tj-actions/changed-files@v27
-
- name: Retrieve and build all available solutions
id: build-all-projects
run: |