File tree Expand file tree Collapse file tree 6 files changed +23
-4
lines changed Expand file tree Collapse file tree 6 files changed +23
-4
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ on: # Build any PRs and main branch changes
2121 schedule :
2222 - cron : ' 0 0 1 * *' # Every month
2323
24+ permissions :
25+ contents : read
26+
2427concurrency :
2528 group : " ${{ github.workflow }}-${{ github.head_ref || github.ref }}"
2629 cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ permissions:
88jobs :
99 dependabot :
1010 runs-on : ubuntu-latest
11+ permissions :
12+ contents : write
13+ pull-requests : write
1114 if : github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'yoanm/symfony-jsonrpc-http-server'
1215 steps :
1316 - name : Dependabot metadata
Original file line number Diff line number Diff line change 44 workflows : ["CI"]
55 types : [completed]
66
7+ permissions :
8+ contents : read
9+ checks : write # For the check run creation !
10+
711jobs :
812 upload :
913 name : Upload
Original file line number Diff line number Diff line change 44 workflows : ["CI"]
55 types : [completed]
66
7+ permissions :
8+ contents : read
9+ checks : write # For the check run creation !
10+
711jobs :
8- nightly :
9- name : Nightly
12+ tests :
13+ name : Tests
1014 permissions :
1115 contents : read
1216 checks : write # For the check run creation !
Original file line number Diff line number Diff line change 1919 - ' .github/workflows/reusable-nightly-tests-workflow.yml'
2020 - ' .github/workflows/auto-merge-dependabot.yml'
2121
22+
23+ permissions :
24+ contents : read
25+ checks : write # For the check run creation !
26+
2227concurrency :
2328 group : " ${{ github.workflow }}-${{ github.head_ref || github.ref }}"
2429 cancel-in-progress : true
Original file line number Diff line number Diff line change 3636 - name : ' Check run ○'
3737 uses : yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@v0
3838 with :
39- name : ' Fetch supported versions'
39+ name : ' Nightly / Fetch supported versions'
4040 fails-on-triggering-workflow-failure : true
4141
4242 - name : Fetch PHP supported versions
9797 - name : ' Check run ○'
9898 uses : yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@v0
9999 with :
100- name : ${{ matrix.job-name }}
100+ name : ' Nightly / ${{ matrix.job-name }}'
101101 fails-on-triggering-workflow-failure : true
102102
103103 - name : Check out code
You can’t perform that action at this time.
0 commit comments