Skip to content

Commit

Permalink
Move action changed-files down the steps
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmgoossens committed Mar 23, 2024
1 parent fa07531 commit 652a011
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,12 +16,6 @@ jobs:
name: Build and Test
runs-on: windows-2022
steps:
- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v40
# This version of the action has a Vulnerability CVE-2023-51664.
# Testing if dependabot picks up on this

- name: Setup environment
run: |
echo "builddate=$(Get-Date -format r)" >> $env:GITHUB_ENV
Expand All @@ -39,6 +33,12 @@ jobs:
with:
path: Sonnet

- name: Get changed files
id: changed-files
uses: tj-actions/changed-files@v40
# This version of the action has a Vulnerability CVE-2023-51664.
# Testing if dependabot picks up on this

- name: Checkout dependenies sources
shell: cmd
run: |
Expand Down

0 comments on commit 652a011

Please sign in to comment.