We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 71420fd + 22ca09b commit 51bc834Copy full SHA for 51bc834
.github/workflows/jenkins-security-scan.yml
@@ -16,5 +16,5 @@ jobs:
16
security-scan:
17
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
18
with:
19
- 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.
+ java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
+ # 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