Skip to content

Commit 73c521a

Browse files
authored
Merge pull request #209 from jenkinsci/java-version-sec-scan
Remove hard-coded Java version in security-scan
2 parents 1a0a6cc + 06393b1 commit 73c521a

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
@@ -17,4 +17,4 @@ jobs:
1717
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
1818
with:
1919
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.
20+
# java-version: 11 # What version of Java to set up for the build.

0 commit comments

Comments
 (0)