Skip to content

Commit

Permalink
Use node image for Snyk (#379)
Browse files Browse the repository at this point in the history
  • Loading branch information
frederikprijck committed Oct 12, 2023
1 parent 115b545 commit 0c605a0
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 @@ -42,6 +42,6 @@ jobs:
with:
ref: ${{ github.event.pull_request.head.sha || github.ref }}

- uses: snyk/actions/php@b98d498629f1c368650224d6d212bf7dfa89e4bf # [email protected]
- uses: snyk/actions/node@b98d498629f1c368650224d6d212bf7dfa89e4bf # [email protected]
env:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 comments on commit 0c605a0

Please sign in to comment.