Skip to content

Commit 6fe3406

Browse files
committed
Fixups to #468
1 parent 65a569f commit 6fe3406

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/jenkins-security-scan.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Jenkins Security Scan
33
on:
44
push:
55
branches:
6-
- master
6+
- develop
77
pull_request:
88
types: [ opened, synchronize, reopened ]
99
workflow_dispatch:
@@ -18,4 +18,4 @@ jobs:
1818
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
1919
with:
2020
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.
21+
# 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

Comments
 (0)