File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1010 schedule :
1111 - cron : ' 0 13 * * 5'
1212
13+ permissions :
14+ contents : read
15+ actions : read
16+ security-events : write
17+
1318jobs :
1419 CodeQL-Build :
1520
Original file line number Diff line number Diff line change @@ -6,6 +6,10 @@ name: Release
66 - next
77 - beta
88 - " *.x"
9+
10+ permissions :
11+ contents : read
12+
913jobs :
1014 release :
1115 name : release
Original file line number Diff line number Diff line change @@ -8,6 +8,10 @@ name: Test
88 types :
99 - opened
1010 - synchronize
11+
12+ permissions :
13+ contents : read
14+
1115jobs :
1216 test_matrix :
1317 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change @@ -3,6 +3,10 @@ name: Update Prettier
33 push :
44 branches :
55 - renovate/prettier-*
6+
7+ permissions :
8+ contents : read
9+
610jobs :
711 update_prettier :
812 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments