Skip to content

Commit

Permalink
test: broken snyk action
Browse files Browse the repository at this point in the history
  • Loading branch information
sandor-trombitas committed Jul 9, 2024
1 parent b469109 commit 484e6c0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/snyk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ jobs:
steps:
- uses: actions/checkout@master
- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
uses: snyk/actions/node2@master
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
with:
Expand Down

0 comments on commit 484e6c0

Please sign in to comment.