File tree Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Expand file tree Collapse file tree 3 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 1
1
name : Lint
2
2
3
- permissions : read-all
3
+ permissions :
4
+ contents : read
4
5
5
6
on :
6
7
push :
Original file line number Diff line number Diff line change @@ -12,12 +12,14 @@ jobs:
12
12
13
13
lint :
14
14
permissions :
15
+ contents : read
15
16
actions : write
16
17
uses : ./.github/workflows/lint.yml
17
18
secrets : inherit
18
19
19
20
test :
20
21
permissions :
22
+ contents : read
21
23
actions : write
22
24
uses : ./.github/workflows/test.yml
23
25
secrets : inherit
26
28
name : Build Package
27
29
runs-on : ubuntu-latest
28
30
permissions :
31
+ contents : read
29
32
actions : write
30
33
outputs :
31
34
PACKAGE_NAME : ${{ steps.set-package.outputs.package_name }}
Original file line number Diff line number Diff line change 22
22
postgres :
23
23
runs-on : ubuntu-latest
24
24
permissions :
25
+ contents : read
25
26
actions : write
26
27
# Service containers to run with `container-job`
27
28
strategy :
@@ -134,6 +135,7 @@ jobs:
134
135
sqlite :
135
136
runs-on : ubuntu-latest
136
137
permissions :
138
+ contents : read
137
139
actions : write
138
140
env :
139
141
RDBMS : sqlite
@@ -195,6 +197,7 @@ jobs:
195
197
mysql :
196
198
runs-on : ubuntu-latest
197
199
permissions :
200
+ contents : read
198
201
actions : write
199
202
strategy :
200
203
matrix :
@@ -293,6 +296,7 @@ jobs:
293
296
mariadb :
294
297
runs-on : ubuntu-latest
295
298
permissions :
299
+ contents : read
296
300
actions : write
297
301
env :
298
302
RDBMS : mariadb
@@ -396,6 +400,7 @@ jobs:
396
400
oracle :
397
401
runs-on : ubuntu-latest
398
402
permissions :
403
+ contents : read
399
404
actions : write
400
405
env :
401
406
RDBMS : oracle
@@ -502,6 +507,7 @@ jobs:
502
507
windows :
503
508
runs-on : windows-latest
504
509
permissions :
510
+ contents : read
505
511
actions : write
506
512
env :
507
513
RDBMS : sqlite
@@ -561,6 +567,7 @@ jobs:
561
567
macos :
562
568
runs-on : macos-latest
563
569
permissions :
570
+ contents : read
564
571
actions : write
565
572
env :
566
573
RDBMS : sqlite
You can’t perform that action at this time.
0 commit comments