Skip to content

Commit db2e63f

Browse files
strangelookingnerdjudovana
authored andcommitted
Update Jenkins Security Scan action
1 parent 9843f58 commit db2e63f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,6 @@ on:
55
push:
66
branches:
77
- "master"
8-
- "main"
98
pull_request:
109
types: [ opened, synchronize, reopened ]
1110
workflow_dispatch:
@@ -20,4 +19,4 @@ jobs:
2019
uses: jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
2120
with:
2221
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.
22+
# 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)