Skip to content

Commit

Permalink
Remove capture of changed files
Browse files Browse the repository at this point in the history
Remove capture of changed files as they are unneeded in this workflow. We will build all files to create a baseline.
  • Loading branch information
lauragonzalezzz authored Jan 10, 2023
1 parent 34faeba commit 1a9dffb
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions .github/workflows/Code-Scanning.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down

0 comments on commit 1a9dffb

Please sign in to comment.