We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 19f41b8 commit 9fa1b09Copy full SHA for 9fa1b09
.github/workflows/jenkins-security-scan.yml
@@ -3,7 +3,6 @@ name: Jenkins Security Scan
3
on:
4
push:
5
branches:
6
- - main
7
- master
8
pull_request:
9
types: [ opened, synchronize, reopened ]
@@ -19,4 +18,4 @@ jobs:
19
18
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
20
with:
21
java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
22
- java-version: 17 # What version of Java to set up for the build.
+ # 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