Skip to content

Commit 51bc834

Browse files
authored
Merge pull request #28 from strangelookingnerd/patch-1
Update Jenkins Security Scan action
2 parents 71420fd + 22ca09b commit 51bc834

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
@@ -16,5 +16,5 @@ jobs:
1616
security-scan:
1717
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
1818
with:
19-
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.
19+
java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
20+
# 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)