We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1ddac9b commit f1f1ef5Copy full SHA for f1f1ef5
.github/workflows/sca-scan.yml
@@ -8,6 +8,6 @@ jobs:
8
steps:
9
- uses: actions/checkout@master
10
- name: Run Snyk to check for vulnerabilities
11
- uses: snyk/actions/node@master
+ uses: snyk/actions/maven@master
12
env:
13
- SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
+ SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
0 commit comments