Skip to content

Commit 905b23a

Browse files
committed
Remove hard-coded Java version in security-scan
java 11 will be EOL in Jenkins soon
1 parent 0960f03 commit 905b23a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,4 +17,4 @@ jobs:
1717
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
1818
with:
1919
java-cache: '' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
20-
java-version: 11 # What version of Java to set up for the build.
20+
# java-version: 11 # What version of Java to set up for the build.

0 commit comments

Comments
 (0)