From 1a9dffb3c5be9cd8b78f9630c9a1f3f1e5171b44 Mon Sep 17 00:00:00 2001 From: Laura Date: Tue, 10 Jan 2023 13:23:11 -0800 Subject: 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. --- .github/workflows/Code-Scanning.yml | 4 ---- 1 file changed, 4 deletions(-) (limited to '.github/workflows/Code-Scanning.yml') 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/setup-msbuild@v1.0.2 - - 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: | -- cgit v1.3.1