File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ name: Jenkins Security Scan
33on :
44 push :
55 branches :
6- - " main"
6+ - main
77 pull_request :
88 types : [ opened, synchronize, reopened ]
99 workflow_dispatch :
1818 uses : jenkins-infra/jenkins-security-scan/.github/workflows/jenkins-security-scan.yaml@v2
1919 with :
2020 java-cache : ' ' # Optionally enable use of a build dependency cache. Specify 'maven' or 'gradle' as appropriate.
21- java-version : 11 # What version of Java to set up for the build.
21+ java-version : 11 # What version of Java to set up for the build.
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ name: Release Drafter
55on :
66 push :
77 branches :
8- - " main"
8+ - main
99 tags :
1010 - ' *'
1111
1919 # Publishes a new GH Release automatically once a tag gets pushed
2020 publish : startsWith(github.ref, "refs/tags")
2121 env :
22- GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
22+ GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
You can’t perform that action at this time.
0 commit comments