Skip to content

Commit 10b9f2d

Browse files
Update Jenkins Security Scan action (#238)
1 parent 61a4ba4 commit 10b9f2d

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

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

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

0 commit comments

Comments
 (0)