Skip to content

Commit

Permalink
check for axios 1.6.0 instead of 0.21.2 (#17)
Browse files Browse the repository at this point in the history
  • Loading branch information
garysassano authored Jan 4, 2024
1 parent 982e6ce commit bbbadc8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/3-dependabot-security.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,18 +55,18 @@ jobs:
fetch-depth: 0 # Let's get all the branches.

# Verify the PR added the dependabot changes.
- name: Check package for axios version 0.21.2
- name: Check package for axios version 1.6.0
uses: skills/action-check-file@v1
with:
file: "code/src/AttendeeSite/package.json"
search: "0.21.2"
search: "1.6.0"

# Verify the PR added the dependabot changes.
- name: Check package-lock for axios version 0.21.2
- name: Check package-lock for axios version 1.6.0
uses: skills/action-check-file@v1
with:
file: "code/src/AttendeeSite/package-lock.json"
search: "0.21.2"
search: "1.6.0"

# In README.md, switch step 3 for step 4.
- name: Update to step 4
Expand Down

0 comments on commit bbbadc8

Please sign in to comment.