From 48025cbcacc8bb3a1342809a8c67e1d117750737 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:49:25 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 7 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 7 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v7...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' 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 +- .github/workflows/issue-triage.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/claude-review.yml b/.github/workflows/claude-review.yml index 5715d56a..fed2f17c 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@v9 with: script: | const sender = context.payload.sender?.login; diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index dea4e7cb..9fe959d3 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@v9 with: script: | // Auto-triage (new issue opened) is always authorized diff --git a/.github/workflows/issue-triage.yml b/.github/workflows/issue-triage.yml index ee458f06..be6f14d5 100644 --- a/.github/workflows/issue-triage.yml +++ b/.github/workflows/issue-triage.yml @@ -17,7 +17,7 @@ jobs: issues: write steps: - - uses: actions/github-script@v8 + - uses: actions/github-script@v9 with: script: | const title = context.payload.issue.title.toLowerCase();