Skip to content

Commit

Permalink
update snyk action
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrienWehrle committed Nov 23, 2024
1 parent df5f604 commit 7876ea0
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
os: ["ubuntu-latest"]
steps:
- uses: actions/checkout@v4
- uses: snyk/actions/node@master
- uses: snyk/actions/setup@master
- uses: conda-incubator/setup-miniconda@v3
with:
activate-environment: test
Expand Down Expand Up @@ -61,7 +61,6 @@ jobs:
token: ${{ secrets.CODECOV_TOKEN }}

- name: Run Snyk to check for vulnerabilities
uses: snyk/actions/node@master
continue-on-error: true
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 7876ea0

Please sign in to comment.