File tree Expand file tree Collapse file tree 6 files changed +23
-2
lines changed Expand file tree Collapse file tree 6 files changed +23
-2
lines changed Original file line number Diff line number Diff line change @@ -21,6 +21,9 @@ on: # Build any PRs and main branch changes
21
21
schedule :
22
22
- cron : ' 0 0 1 * *' # Every month
23
23
24
+ permissions :
25
+ contents : read
26
+
24
27
concurrency :
25
28
group : " ${{ github.workflow }}-${{ github.head_ref || github.ref }}"
26
29
cancel-in-progress : true
Original file line number Diff line number Diff line change @@ -8,6 +8,9 @@ permissions:
8
8
jobs :
9
9
dependabot :
10
10
runs-on : ubuntu-latest
11
+ permissions :
12
+ contents : write
13
+ pull-requests : write
11
14
if : github.event.pull_request.user.login == 'dependabot[bot]' && github.repository == 'yoanm/symfony-jsonrpc-http-server'
12
15
steps :
13
16
- name : Dependabot metadata
Original file line number Diff line number Diff line change 4
4
workflows : ["CI"]
5
5
types : [completed]
6
6
7
+ permissions :
8
+ contents : read
9
+ checks : write # For the check run creation !
10
+
7
11
jobs :
8
12
upload :
9
13
name : Upload
Original file line number Diff line number Diff line change 4
4
workflows : ["CI"]
5
5
types : [completed]
6
6
7
+ permissions :
8
+ contents : read
9
+ checks : write # For the check run creation !
10
+
7
11
jobs :
8
- nightly :
9
- name : Nightly
12
+ tests :
13
+ name : Tests
10
14
permissions :
11
15
contents : read
12
16
checks : write # For the check run creation !
Original file line number Diff line number Diff line change 19
19
- ' .github/workflows/reusable-nightly-tests-workflow.yml'
20
20
- ' .github/workflows/auto-merge-dependabot.yml'
21
21
22
+
23
+ permissions :
24
+ contents : read
25
+ checks : write # For the check run creation !
26
+
22
27
concurrency :
23
28
group : " ${{ github.workflow }}-${{ github.head_ref || github.ref }}"
24
29
cancel-in-progress : true
Original file line number Diff line number Diff line change 36
36
- name : ' Check run ○'
37
37
uses : yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@v0
38
38
with :
39
+ name : ' Nightly / Fetch supported versions'
39
40
fails-on-triggering-workflow-failure : true
40
41
41
42
- name : Fetch PHP supported versions
96
97
- name : ' Check run ○'
97
98
uses : yoanm/temp-reports-group-workspace/utils/attach-check-run-to-triggering-workflow@v0
98
99
with :
100
+ name : ' Nightly / ${{ matrix.job-name }}'
99
101
fails-on-triggering-workflow-failure : true
100
102
101
103
- name : Check out code
You can’t perform that action at this time.
0 commit comments