File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -36,3 +36,5 @@ updates:
3636 ignore :
3737 - dependency-name : " node-fetch"
3838 open-pull-requests-limit : 1
39+ cooldown :
40+ default-days : 3
Original file line number Diff line number Diff line change 1818 with :
1919 app-id : ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
2020 private-key : ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
21- - uses : dev-hato/actions-add-to-projects@041e8c0ad819837fd0d2adaac3c34c28d8978edd # v0.0.96
21+ - uses : dev-hato/actions-add-to-projects@bf5e1af12f40d268eca4e84e8f349a8c849472a1 # v0.0.99
2222 with :
2323 github-token : ${{steps.generate_token.outputs.token}}
2424 project-url : https://github.com/orgs/dev-hato/projects/1
Original file line number Diff line number Diff line change @@ -175,7 +175,7 @@ jobs:
175175 fetch-depth : 0
176176 ref : ${{ github.event.pull_request.head.sha }}
177177 persist-credentials : false
178- - uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
178+ - uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
179179 if : github.event_name != 'pull_request' || github.event.action != 'closed'
180180 with :
181181 cache : npm
@@ -205,7 +205,7 @@ jobs:
205205 ref : ${{ github.event.pull_request.head.sha }}
206206 persist-credentials : false
207207 - name : Set up Node.js
208- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
208+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
209209 if : github.event_name != 'pull_request' || github.event.action != 'closed'
210210 with :
211211 cache : npm
@@ -227,7 +227,7 @@ jobs:
227227 fetch-depth : 0
228228 ref : ${{ github.event.pull_request.head.sha }}
229229 persist-credentials : false
230- - uses : dev-hato/actions-update-dockle@b4f54b347939d0f759d2ff68b654fbe856cdfc3d # v0.0.117
230+ - uses : dev-hato/actions-update-dockle@9f34ce1d3141342191896b88a06d731ee412b13d # v0.0.120
231231 with :
232232 github-token : ${{secrets.GITHUB_TOKEN}}
233233 dockle :
Original file line number Diff line number Diff line change 3333 with :
3434 app-id : ${{ secrets.PROJECT_AUTOMATION_APP_ID }}
3535 private-key : ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
36- - uses : dev-hato/actions-format-json-yml@ffc4e6988f3e4c5b5e140a2aaecf9fae888ea00f # v0.0.86
36+ - uses : dev-hato/actions-format-json-yml@4a32bebc6bb57216088d757755711388ea8265d5 # v0.0.87
3737 with :
3838 github-token : ${{steps.generate_token.outputs.token}}
3939concurrency :
Original file line number Diff line number Diff line change 1515 - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
1616 with :
1717 persist-credentials : false
18- - uses : dev-hato/github-actions-cache-cleaner@a2b02aab8e1418d15a8a19a9c403a3ef0878706c # v0.0.69
18+ - uses : dev-hato/github-actions-cache-cleaner@d34e4b6131cc132fe752152f95ef56b67d461daf # v0.0.71
1919 with :
2020 github-token : ${{secrets.GITHUB_TOKEN}}
2121concurrency :
Original file line number Diff line number Diff line change 1313 with :
1414 persist-credentials : false
1515 - name : Set up Node.js
16- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
16+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
1717 with :
1818 cache : npm
1919 node-version-file : package.json
@@ -26,12 +26,12 @@ jobs:
2626 private-key : ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
2727 owner : ${{ github.repository_owner }}
2828 repositories : " sudden-death"
29- - uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
29+ - uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
3030 with :
3131 github-token : ${{steps.generate_token.outputs.token}}
3232 script : |
3333 const {tsImport} = require('tsx/esm/api')
34- const {script} = await tsImport(
34+ const {default: { script} } = await tsImport(
3535 './scripts/pr_copy_ci_hato_bot/pr_copy_ci/dispatch_event.ts',
3636 process.env.GITHUB_WORKSPACE + '/'
3737 )
Original file line number Diff line number Diff line change 3232 ref : ${{ github.event.pull_request.head.sha }}
3333 persist-credentials : false
3434 - name : Set up uv
35- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
35+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
3636 if : github.event_name != 'pull_request' || github.event.action != 'closed'
3737 with :
3838 enable-cache : true
Original file line number Diff line number Diff line change @@ -15,13 +15,13 @@ jobs:
1515 fetch-depth : 0
1616 persist-credentials : false
1717 - name : Set up Node.js
18- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
18+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
1919 with :
2020 cache : npm
2121 node-version-file : package.json
2222 - run : npm ci
2323 - name : Get PullRequests
24- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
24+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
2525 id : get_pull_requests
2626 with :
2727 github-token : ${{secrets.GITHUB_TOKEN}}
3333 )
3434 return await script(github, context)
3535 - name : Create PullRequest
36- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
36+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
3737 if : ${{ steps.get_pull_requests.outputs.result == 0 }}
3838 with :
3939 github-token : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 1414 fetch-depth : 0
1515 persist-credentials : false
1616 - name : Set up Node.js
17- uses : actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020 # v4.4 .0
17+ uses : actions/setup-node@a0853c24544627f65ddf259abe73b1d18a591444 # v5.0 .0
1818 with :
1919 cache : npm
2020 node-version-file : package.json
@@ -23,20 +23,20 @@ jobs:
2323 id : get_diff
2424 run : bash "${GITHUB_WORKSPACE}/scripts/pr_release_hato_bot/pr_release/get_diff.sh"
2525 - name : Get PullRequests
26- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
26+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
2727 if : ${{ steps.get_diff.outputs.result != '' }}
2828 id : get_pull_requests
2929 with :
3030 github-token : ${{secrets.GITHUB_TOKEN}}
3131 script : |
3232 const {tsImport} = require('tsx/esm/api')
33- const {script} = await tsImport(
33+ const {default: { script} } = await tsImport(
3434 './scripts/get_pull_requests_hato_bot.ts',
3535 process.env.GITHUB_WORKSPACE + '/'
3636 )
3737 return await script(github, context)
3838 - name : Create PullRequest
39- uses : actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7 .0.1
39+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 .0.0
4040 if : ${{ steps.get_diff.outputs.result != '' && steps.get_pull_requests.outputs.result == 0 }}
4141 with :
4242 github-token : ${{secrets.GITHUB_TOKEN}}
Original file line number Diff line number Diff line change 2020 submodules : " recursive"
2121 persist-credentials : false
2222 - name : Set up uv
23- uses : astral-sh/setup-uv@4959332f0f014c5280e7eac8b70c90cb574c9f9b # v6.6.0
23+ uses : astral-sh/setup-uv@557e51de59eb14aaaba2ed9621916900a91d50c6 # v6.6.1
2424 with :
2525 enable-cache : true
2626 - name : Install dependencies
You can’t perform that action at this time.
0 commit comments