Skip to content

Commit

Permalink
Update Snyk CI to use java 11
Browse files Browse the repository at this point in the history
  • Loading branch information
davidfurey committed Oct 29, 2024
1 parent 07fa724 commit 394664a
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 @@ -13,7 +13,7 @@ jobs:
DEBUG: true
ORG: guardian
SKIP_NODE: true
JAVA_VERSION: 8
JAVA_VERSION: 11
EXCLUDE: package.json,package-lock.json # since we use the jspm workaround below
secrets:
SNYK_TOKEN: ${{ secrets.SNYK_TOKEN }}
Expand Down

0 comments on commit 394664a

Please sign in to comment.