Skip to content

Commit f7ae5da

Browse files
committed
Use Java 21 to run Jenkins security scanner
1 parent 5353a54 commit f7ae5da

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,5 +17,5 @@ jobs:
1717
security-scan:
1818
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
1919
with:
20-
java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
21-
# java-version: 21 # Optionally specify what version of Java to set up for the build, or remove to use a recent default.
20+
java-cache: 'maven'
21+
java-version: 21

0 commit comments

Comments
 (0)