Skip to content

Commit d99cd82

Browse files
authored
Merge pull request #6604 from dev-hato/dependabot/github_actions/actions/github-script-9.0.0
build(deps): bump actions/github-script from 8.0.0 to 9.0.0
2 parents 2928b75 + 93c3f80 commit d99cd82

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

.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)