We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d772982 commit 9136e5dCopy full SHA for 9136e5d
common-files/.github/workflows/jenkins-security-scan.yml
@@ -20,4 +20,4 @@ jobs:
20
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
21
with:
22
java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
23
- java-version: 17 # What version of Java to set up for the build.
+ # 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