File tree Expand file tree Collapse file tree 2 files changed +9
-6
lines changed
Expand file tree Collapse file tree 2 files changed +9
-6
lines changed Original file line number Diff line number Diff line change 3535 allowed-endpoints : >
3636 github.com:443
3737 api.github.com:443
38- *.actions.githubusercontent.com
38+ results-receiver.actions.githubusercontent.com:443
39+ pipelinesghubeus2.actions.githubusercontent.com:443
3940
4041 - name : Check out code base
4142 if : github.event_name == 'push'
Original file line number Diff line number Diff line change 2525
2626permissions :
2727 contents : read
28- packages : read
29- statuses : write
3028
3129jobs :
3230 super-linter :
4341 api.github.com:443
4442 actions-results-receiver-production.githubapp.com:443
4543 pipelinesghubeus2.actions.githubusercontent.com:443
46- * .actions.githubusercontent.com
44+ results-receiver .actions.githubusercontent.com:443
4745
4846 - name : Check out code base
4947 if : github.event_name == 'push'
6866 VALIDATE_MARKDOWN : true
6967 VALIDATE_DOCKERFILE : true
7068 VALIDATE_BASH : true
71- VALIDATE_BASH_EXEC : true
7269 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
70+ permissions :
71+ packages : read
72+ statuses : write
7373
7474 - name : Lint Code Base
7575 uses : super-linter/super-linter@ff5037c06042e564803502feb97f8a686f3b0171 # v6.0.0
7979 VALIDATE_MARKDOWN : true
8080 VALIDATE_DOCKERFILE : true
8181 VALIDATE_BASH : true
82- VALIDATE_BASH_EXEC : true
8382 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
83+ permissions :
84+ packages : read
85+ statuses : write
You can’t perform that action at this time.
0 commit comments