Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit e526426

Browse files
authoredAug 7, 2024
Remove hard-coded java-version in Security Scan (jenkinsci#416)
1 parent 753c469 commit e526426

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

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

+1-1
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ jobs:
1818
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
1919
with:
2020
java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
21-
java-version: 21 # What version of Java to set up for the build.
21+
# 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)
Please sign in to comment.