File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -10,4 +10,4 @@ end_of_line = lf
1010max_line_length = 160
1111
1212[{README.md,.github/{workflows,ISSUE_TEMPLATE}/* .yaml} ]
13- max_line_length = 200
13+ max_line_length = 200
Original file line number Diff line number Diff line change 7575 VALIDATE_ALL_CODEBASE : true
7676 VALIDATE_BIOME_FORMAT : false
7777 VALIDATE_BIOME_LINT : false
78- VALIDATE_GITHUB_ACTIONS_ZIZMOR : false
7978 VALIDATE_JAVASCRIPT_ES : false
8079 VALIDATE_JSCPD : false
8180 VALIDATE_TYPESCRIPT_ES : false
Original file line number Diff line number Diff line change 11name : renovate hooks
22
3+ permissions : {}
4+
35on :
46 pull_request :
57 branches :
1315 renovate-post-run :
1416 name : Renovate Post Upgrade Hook
1517 runs-on : ubuntu-latest
18+ permissions :
19+ contents : read
1620 if : github.repository_owner == 'jkroepke' && (github.actor == 'renovate[bot]' || github.actor == 'mend[bot]')
1721 steps :
1822 - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
@@ -104,8 +108,8 @@ jobs:
104108
105109 # Call GitHub API
106110 curl https://api.github.com/graphql -f \
107- -sSf -H "Authorization: Bearer $GITHUB_TOKEN" \
108- --data "@$JSON_PAYLOAD_FILE"
111+ -sSf -H "Authorization: Bearer $GITHUB_TOKEN" \
112+ --data "@$JSON_PAYLOAD_FILE"
109113
110114 # Clean up temporary files
111115 rm "$FILE_CHANGES_JSON_FILE" "$JSON_PAYLOAD_FILE"
You can’t perform that action at this time.
0 commit comments