Skip to content

Commit 6595010

Browse files
authored
Merge pull request #48 from strangelookingnerd/patch-1
Remove hard-coded java-version in Security Scan
2 parents b20a9ae + 7e0cf49 commit 6595010

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
@@ -19,4 +19,4 @@ jobs:
1919
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
2020
with:
2121
java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
22-
java-version: 11 # What version of Java to set up for the build.
22+
# 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)