From 2b17e8d5535039b1724de241c7facd4646fd26dc Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 30 Mar 2026 17:03:27 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 7 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v8) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/claude-review.yml | 2 +- .github/workflows/claude.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 5715d56a..82a6b7a6 100644 --- a/.github/workflows/claude-review.yml +++ b/.github/workflows/claude-review.yml @@ -17,7 +17,7 @@ jobs: steps: - name: Check collaborator status id: check - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const sender = context.payload.sender?.login; diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index dea4e7cb..b03c9f12 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -19,7 +19,7 @@ jobs: steps: - name: Check collaborator status id: check - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | // Auto-triage (new issue opened) is always authorized