From 01ed657736cd7a54e49241f7f6f8791a6d391037 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 1 May 2026 01:06:01 +0000 Subject: [PATCH] Bump actions/github-script from 8 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...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/auto-codex-review.yml | 2 +- .github/workflows/codex-review.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/auto-codex-review.yml b/.github/workflows/auto-codex-review.yml index 04b6995..f5be85f 100644 --- a/.github/workflows/auto-codex-review.yml +++ b/.github/workflows/auto-codex-review.yml @@ -10,7 +10,7 @@ jobs: if: github.event.pull_request.draft == false && github.actor != 'dependabot[bot]' steps: - name: Request Codex review - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.CODEX_PAT }} script: | diff --git a/.github/workflows/codex-review.yml b/.github/workflows/codex-review.yml index af99859..77507be 100644 --- a/.github/workflows/codex-review.yml +++ b/.github/workflows/codex-review.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Comment on PR to trigger Codex review - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |