Skip to content

Commit

Permalink
Merge pull request #202 from guardian/snyk-java-11
Browse files Browse the repository at this point in the history
Update Snyk CI to use java 11
  • Loading branch information
davidfurey authored Oct 29, 2024
2 parents 07fa724 + 394664a commit a532d59
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 a532d59

Please sign in to comment.