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 74474e3 commit ca9d871Copy full SHA for ca9d871
.github/workflows/jenkins-security-scan.yml
@@ -20,5 +20,5 @@ jobs:
20
security-scan:
21
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
22
with:
23
- java-cache: 'maven'
24
- java-version: 11
+ 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