File tree Expand file tree Collapse file tree 8 files changed +30
-1
lines changed Expand file tree Collapse file tree 8 files changed +30
-1
lines changed Original file line number Diff line number Diff line change 44 push :
55 branches :
66 - ' main'
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 branches :
55 - ' main'
6+ permissions :
7+ contents : read
68jobs :
79 ci :
810 name : ' ${{ matrix.os.name}} | Java ${{ matrix.java.version}}'
Original file line number Diff line number Diff line change 1515 description : ' Version to bundle and distribute'
1616 required : true
1717 type : string
18+ permissions :
19+ contents : read
1820jobs :
1921 distribute-spring-enterprise-release-bundle :
2022 runs-on : ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
Original file line number Diff line number Diff line change 44 tags :
55 - v4.0.0-M[0-9]
66 - v4.0.0-RC[0-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 - v4.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 : ' 0 5 * * *'
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 33 push :
44 branches :
55 - ' main'
6+ permissions :
7+ contents : read
68jobs :
79 run-system-tests :
810 name : ' Java ${{ matrix.java.version}}'
Original file line number Diff line number Diff line change 1212 description : ' Version being build (e.g. 1.0.3-SNAPSHOT)'
1313 required : false
1414permissions :
15- actions : write
15+ contents : read
1616jobs :
1717 trigger-docs-build :
1818 name : Trigger Docs Build
1919 if : github.repository_owner == 'spring-projects'
2020 runs-on : ${{ vars.UBUNTU_SMALL || 'ubuntu-latest' }}
21+ permissions :
22+ actions : write
2123 steps :
2224 - name : Check Out
2325 uses : actions/checkout@v4
You can’t perform that action at this time.
0 commit comments