Skip to content

Commit

Permalink
Remove hard-coded Jaav version in security-scan
Browse files Browse the repository at this point in the history
java 11 will be EOL in Jenkins soon
  • Loading branch information
mawinter69 committed Aug 7, 2024
1 parent ea44b68 commit ba5d4d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/jenkins-security-scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@ jobs:
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
with:
java-cache: '' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
java-version: 11 # What version of Java to set up for the build.
# java-version: 11 # What version of Java to set up for the build.

0 comments on commit ba5d4d1

Please sign in to comment.