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 65a569f commit 6fe3406Copy full SHA for 6fe3406
.github/workflows/jenkins-security-scan.yml
@@ -3,7 +3,7 @@ name: Jenkins Security Scan
3
on:
4
push:
5
branches:
6
- - master
+ - develop
7
pull_request:
8
types: [ opened, synchronize, reopened ]
9
workflow_dispatch:
@@ -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: 21 # 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