Skip to content

Commit 0fa8c0d

Browse files
Update java-version to 17 for Jenkins Security Scan (#492)
1 parent 51d0121 commit 0fa8c0d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -12,5 +12,5 @@ jobs:
1212
security-scan:
1313
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
1414
with:
15-
java-cache: '' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
16-
java-version: 11 # What version of Java to set up for the build.
15+
java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
16+
java-version: 17 # What version of Java to set up for the build.

0 commit comments

Comments
 (0)