File tree Expand file tree Collapse file tree 5 files changed +24
-1
lines changed Expand file tree Collapse file tree 5 files changed +24
-1
lines changed Original file line number Diff line number Diff line change @@ -2,7 +2,9 @@ name: Build and Deploy Snapshot
22on :
33 push :
44 branches :
5- - main
5+ - ' main'
6+ permissions :
7+ contents : read
68concurrency :
79 group : ${{ github.workflow }}-${{ github.ref }}
810jobs :
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 33 push :
44 tags :
55 - v5.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 1+ name : " Run CodeQL Analysis"
2+ on :
3+ push :
4+ pull_request :
5+ workflow_dispatch :
6+ schedule :
7+ - cron : ' 45 2 * * 1'
8+ permissions : read-all
9+ jobs :
10+ run-analysis :
11+ permissions :
12+ actions : read
13+ contents : read
14+ security-events : write
15+ uses : spring-io/github-actions/.github/workflows/codeql-analysis.yml@6e66995f7d29de1e4ff76e4f0def7a10163fe910
Original file line number Diff line number Diff line change 2424 token :
2525 description : ' Token to use for authentication with GitHub'
2626 required : true
27+ permissions :
28+ contents : read
2729jobs :
2830 verify :
2931 name : Verify
You can’t perform that action at this time.
0 commit comments