File tree Expand file tree Collapse file tree 7 files changed +11
-8
lines changed Expand file tree Collapse file tree 7 files changed +11
-8
lines changed Original file line number Diff line number Diff line change 44 branches :
55 - main
66permissions :
7- actions : write
7+ contents : read
88concurrency :
99 group : ${{ github.workflow }}-${{ github.ref }}
1010jobs :
Original file line number Diff line number Diff line change 33 push :
44 branches :
55 - main
6+ permissions :
7+ contents : read
68concurrency :
79 group : ${{ github.workflow }}-${{ github.ref }}
810jobs :
Original file line number Diff line number Diff line change 11name : " CodeQL Advanced"
2-
32on :
43 push :
54 pull_request :
65 workflow_dispatch :
76 schedule :
8- # https://docs.github.com/en/actions/writing-workflows/choosing-when-your-workflow-runs/events-that-trigger-workflows#schedule
9- - cron : ' 0 5 * * *'
7+ - cron : ' 45 0 * * 1'
108permissions : read-all
119jobs :
1210 codeql-analysis-call :
1311 permissions :
1412 actions : read
1513 contents : read
1614 security-events : write
17- uses : spring-io/github-actions/.github/workflows/codeql-analysis.yml@1
15+ uses : spring-io/github-actions/.github/workflows/codeql-analysis.yml@6e66995f7d29de1e4ff76e4f0def7a10163fe910
Original file line number Diff line number Diff line change 55 build-version :
66 description : ' Version of the build to delete'
77 required : true
8+ permissions :
9+ contents : read
810jobs :
911 delete-staged-release :
1012 name : Delete Staged Release
Original file line number Diff line number Diff line change 44 tags :
55 - v2.0.0-M[1-9]
66 - v2.0.0-RC[1-9]
7+ permissions :
8+ contents : read
79concurrency :
810 group : ${{ github.workflow }}-${{ github.ref }}
911jobs :
Original file line number Diff line number Diff line change 33 push :
44 tags :
55 - v2.0.[0-9]+
6+ permissions :
7+ contents : read
68concurrency :
79 group : ${{ github.workflow }}-${{ github.ref }}
810jobs :
Original file line number Diff line number Diff line change 11name : Update Antora UI Spring
2-
32on :
43 schedule :
54 - cron : ' 0 10 * * *' # Once per day at 10am UTC
65 workflow_dispatch :
7-
86permissions :
97 pull-requests : write
108 issues : write
119 contents : write
12-
1310jobs :
1411 update-antora-ui-spring :
1512 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments