File tree Expand file tree Collapse file tree 5 files changed +19
-5
lines changed Expand file tree Collapse file tree 5 files changed +19
-5
lines changed Original file line number Diff line number Diff line change 1010 schedule :
1111 - cron : " 0 0 * * *"
1212
13+ permissions :
14+ contents : read
15+
1316jobs :
1417 test :
1518 name : ${{ matrix.os }}
2932 run : make test
3033 - name : Run build
3134 run : make build
32- - name : Upload Artifact
33- uses : actions/upload-artifact@master
34- with :
35- name : tflint-ruleset-aws-${{ matrix.os }}
36- path : tflint-ruleset-aws
Original file line number Diff line number Diff line change 1010 schedule :
1111 - cron : " 0 0 * * *"
1212
13+ permissions :
14+ contents : read
15+
1316jobs :
1417 e2e :
1518 name : ${{ matrix.os }} (${{ matrix.version }})
Original file line number Diff line number Diff line change @@ -2,6 +2,9 @@ name: generated-code
22
33on : pull_request
44
5+ permissions :
6+ contents : read
7+
58jobs :
69 checks :
710 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 88 branches :
99 - master
1010
11+ permissions :
12+ contents : read
13+
1114jobs :
1215 check :
1316 runs-on : ubuntu-latest
Original file line number Diff line number Diff line change 1+ name : maintenance
2+
13on :
24 push :
35 branches : [ master ]
46 schedule :
57 - cron : ' 0 0 * * 1'
68 workflow_dispatch : # Enables on-demand/manual triggering
9+
10+ permissions :
11+ contents : write
12+ pull-requests : write
13+
714jobs :
815 job :
916 runs-on : ubuntu-latest
You can’t perform that action at this time.
0 commit comments