We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 207e11b commit b2bd564Copy full SHA for b2bd564
.github/workflows/jenkins-security-scan.yml
@@ -18,4 +18,4 @@ jobs:
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: 8 # Optionally specify what version of Java to set up for the build, or remove to use a recent default.
+ # 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