Skip to content

Commit

Permalink
Merge pull request #3 from jhmgoossens/dev-test-dependabot
Browse files Browse the repository at this point in the history
Test to see if dependabot picks up on vulnerability in windows-ci
  • Loading branch information
jhmgoossens committed Mar 23, 2024
2 parents 8a97583 + 652a011 commit 015c9fa
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 @@ -33,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 015c9fa

Please sign in to comment.