Skip to content

Commit 903e085

Browse files
committed
Update snyk.yml
1 parent 32db626 commit 903e085

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/snyk.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,6 +42,8 @@ jobs:
4242
with:
4343
ref: ${{ github.event.pull_request.head.sha || github.ref }}
4444

45-
- uses: snyk/actions/gradle-jdk11@39091e69b560da335383b404e50d65b408f4f812 # [email protected]
45+
- run: npm install snyk -g
46+
47+
- run: snyk test
4648
env:
4749
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 commit comments

Comments
 (0)