Skip to content

Commit 17518c4

Browse files
Merge pull request #22 from jenkinsci/main
Sync for security scan update on Jenkins - External contribution
2 parents 7ec4e7c + df86fa2 commit 17518c4

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

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

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,6 @@ name: Jenkins Security Scan
22
on:
33
push:
44
branches:
5-
- "master"
65
- "main"
76
pull_request:
87
types: [ opened, synchronize, reopened ]
@@ -17,5 +16,5 @@ jobs:
1716
security-scan:
1817
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
1918
with:
20-
java-cache: 'maven'
21-
java-version: 11
19+
java-cache: 'maven' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
20+
# 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)