We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 51d0121 commit 0fa8c0dCopy full SHA for 0fa8c0d
.github/workflows/jenkins-security-scan.yml
@@ -12,5 +12,5 @@ jobs:
12
security-scan:
13
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
14
with:
15
- java-cache: '' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
16
- 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: 17 # What version of Java to set up for the build.
0 commit comments