Skip to content

Commit 0f96046

Browse files
authored
Merge pull request #73 from jenkinsci/java-version-sec-scan
Remove hard-coded Java version in security-scan
2 parents c8e5a6e + 905b23a commit 0f96046

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)