File tree Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Expand file tree Collapse file tree 6 files changed +12
-12
lines changed Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ concurrency:
1616 group : ${{ github.workflow }}-${{ github.ref }}
1717 cancel-in-progress : true
1818
19- # Declare default permissions as read only
20- permissions : read-all
19+ permissions :
20+ contents : read
2121
2222jobs :
2323 build :
Original file line number Diff line number Diff line change 88 branches :
99 - main
1010
11- # Declare default permissions as read only
12- permissions : read-all
11+ permissions :
12+ contents : read
1313
1414concurrency :
1515 group : ${{ github.workflow }}-${{ github.ref }}
Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ concurrency:
1313 group : ${{ github.workflow }}-${{ github.ref }}
1414 cancel-in-progress : true
1515
16- # Declare default permissions as read only
17- permissions : read-all
16+ permissions :
17+ contents : read
1818
1919jobs :
2020 linter :
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ concurrency:
1616 group : ${{ github.workflow }}-${{ github.ref }}
1717 cancel-in-progress : true
1818
19- # Declare default permissions as read only
20- permissions : read-all
19+ permissions :
20+ contents : read
2121
2222jobs :
2323 build :
Original file line number Diff line number Diff line change 1111 push :
1212 branches : [ "main" ]
1313
14- # Declare default permissions as read-only.
15- permissions : read-all
14+ permissions :
15+ contents : read
1616
1717jobs :
1818 analysis :
Original file line number Diff line number Diff line change @@ -16,8 +16,8 @@ concurrency:
1616 group : ${{ github.workflow }}-${{ github.ref }}
1717 cancel-in-progress : true
1818
19- # Declare default permissions as read only
20- permissions : read-all
19+ permissions :
20+ contents : read
2121
2222jobs :
2323 report :
You can’t perform that action at this time.
0 commit comments