Skip to content

Commit 93c3f80

Browse files
build(deps): bump actions/github-script from 8.0.0 to 9.0.0
Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](actions/github-script@ed59741...3a2844b) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent 2928b75 commit 93c3f80

3 files changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/pr-copy-ci-hato-bot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
private-key: ${{ secrets.PROJECT_AUTOMATION_PRIVATE_KEY }}
2929
owner: ${{ github.repository_owner }}
3030
repositories: "sudden-death"
31-
- uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
31+
- uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3232
with:
3333
github-token: ${{steps.generate_token.outputs.token}}
3434
script: |

.github/workflows/pr-merge-develop-hato-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- run: npm install -g "$(yq -r '.packageManager' package.json)"
2424
- run: npm ci
2525
- name: Get PullRequests
26-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
26+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2727
id: get_pull_requests
2828
with:
2929
github-token: ${{secrets.GITHUB_TOKEN}}
@@ -35,7 +35,7 @@ jobs:
3535
)
3636
return await script(github, context)
3737
- name: Create PullRequest
38-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
38+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
3939
if: ${{ steps.get_pull_requests.outputs.result == 0 }}
4040
with:
4141
github-token: ${{secrets.GITHUB_TOKEN}}

.github/workflows/pr-release-hato-bot.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
id: get_diff
2626
run: bash "${GITHUB_WORKSPACE}/scripts/pr_release_hato_bot/pr_release/get_diff.sh"
2727
- name: Get PullRequests
28-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
28+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
2929
if: ${{ steps.get_diff.outputs.result != '' }}
3030
id: get_pull_requests
3131
with:
@@ -38,7 +38,7 @@ jobs:
3838
)
3939
return await script(github, context)
4040
- name: Create PullRequest
41-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0
41+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
4242
if: ${{ steps.get_diff.outputs.result != '' && steps.get_pull_requests.outputs.result == 0 }}
4343
with:
4444
github-token: ${{secrets.GITHUB_TOKEN}}

0 commit comments

Comments
 (0)