We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5353a54 commit f7ae5daCopy full SHA for f7ae5da
.github/workflows/jenkins-security-scan.yml
@@ -17,5 +17,5 @@ jobs:
17
security-scan:
18
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
19
with:
20
- java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
21
- # java-version: 21 # Optionally specify what version of Java to set up for the build, or remove to use a recent default.
+ java-cache: 'maven'
+ java-version: 21
0 commit comments