Skip to content

Commit

Permalink
Test to see if dependabot picks up on vulnerability in windows-ci
Browse files Browse the repository at this point in the history
  • Loading branch information
jhmgoossens committed Mar 23, 2024
1 parent 8a97583 commit fa07531
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/windows-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,12 @@ 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 Down

0 comments on commit fa07531

Please sign in to comment.