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 9843f58 commit db2e63fCopy full SHA for db2e63f
.github/workflows/jenkins-security-scan.yml
@@ -5,7 +5,6 @@ on:
5
push:
6
branches:
7
- "master"
8
- - "main"
9
pull_request:
10
types: [ opened, synchronize, reopened ]
11
workflow_dispatch:
@@ -20,4 +19,4 @@ jobs:
20
19
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
21
with:
22
java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
23
- java-version: 11 # 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