From a9b37911d9752671328f607a4e4c84631886e7b1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 19:25:03 +0000 Subject: [PATCH] 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](https://github.com/actions/github-script/compare/ed597411d8f924073f98dfc5c65a23a2325f34cd...3a2844b7e9c422d3c10d287c895573f7108da1b3) --- 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] --- .github/workflows/pr-base.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/pr-base.yml b/.github/workflows/pr-base.yml index 6df4fe3..e18f4b6 100644 --- a/.github/workflows/pr-base.yml +++ b/.github/workflows/pr-base.yml @@ -35,7 +35,7 @@ jobs: - name: Auto-assign PR to author if: github.event.action == 'opened' || github.event.action == 'reopened' - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: github-token: ${{ steps.bot_token.outputs.token }} script: | @@ -129,7 +129,7 @@ jobs: - name: Store thread_ts if: (github.event.action == 'opened' || github.event.action == 'reopened' || github.event.action == 'ready_for_review') && !github.event.pull_request.draft - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: github-token: ${{ steps.bot_token.outputs.token }} script: | @@ -156,7 +156,7 @@ jobs: - name: Get thread_ts for reviewer added if: github.event.action == 'review_requested' id: get-thread-ts-reviewer - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: github-token: ${{ steps.bot_token.outputs.token }} script: | @@ -176,7 +176,7 @@ jobs: - name: Check if re-review if: github.event.action == 'review_requested' id: check-re-review - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: github-token: ${{ steps.bot_token.outputs.token }} script: | @@ -209,7 +209,7 @@ jobs: - name: Get thread_ts for PR close if: github.event.action == 'closed' id: get-thread-ts-close - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: github-token: ${{ steps.bot_token.outputs.token }} script: | @@ -243,7 +243,7 @@ jobs: - name: Get thread_ts for review if: github.event.action == 'submitted' id: get-thread-ts-review - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: github-token: ${{ steps.bot_token.outputs.token }} script: | @@ -300,7 +300,7 @@ jobs: private_key: ${{ secrets.GH_APP_PRIVATE_KEY }} - name: Label PR based on title - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: github-token: ${{ steps.bot_token.outputs.token }} script: |