From 33493bc01aba5068cb8d2f6ff79a47658481dacb Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Apr 2026 00:06:29 +0000 Subject: [PATCH] Update actions/github-script action to v8 --- .github/workflows/claude-review.yml | 4 ++-- .github/workflows/claude-write.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index a8323f82b51..260c12171e5 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -50,7 +50,7 @@ jobs: steps: - name: Check whether this PR event is allowed to reach Claude id: gate - uses: actions/github-script@v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 with: github-token: ${{ github.token }} script: | @@ -178,7 +178,7 @@ jobs: pull-requests: write steps: - name: Comment with the refusal reason - uses: actions/github-script@v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 with: script: | const reason = ${{ toJSON(needs.gate.outputs.reason) }}; diff --git a/.github/workflows/claude-write.yml b/.github/workflows/claude-write.yml index d4d4c6ad03f..c5d27db8b93 100644 --- a/.github/workflows/claude-write.yml +++ b/.github/workflows/claude-write.yml @@ -52,7 +52,7 @@ jobs: steps: - name: Check whether this event is allowed to reach Claude id: gate - uses: actions/github-script@v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8 with: github-token: ${{ github.token }} script: |