Skip to content

Commit 574f33f

Browse files
Fix Snyk scan configuration
1 parent f6833a1 commit 574f33f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/snyk-security-scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
steps:
1212
- uses: actions/checkout@master
1313
- name: Run Snyk to check for vulnerabilities
14-
uses: snyk/actions/gradle@master
14+
uses: snyk/actions/gradle-jdk11@master
1515
continue-on-error: true # To make sure that SARIF upload gets called
1616
env:
1717
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}

0 commit comments

Comments
 (0)