From 697600caa06f96ac591c47fec06644347a8ac1e6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 17:13:03 +0000 Subject: [PATCH] ci(deps): 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/codex-review.yml | 4 ++-- .github/workflows/structure-validator.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/codex-review.yml b/.github/workflows/codex-review.yml index d543e430..b7658f46 100644 --- a/.github/workflows/codex-review.yml +++ b/.github/workflows/codex-review.yml @@ -181,7 +181,7 @@ jobs: issues: write steps: - name: 💬 Post Codex feedback - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: CODEX_FINAL_MESSAGE: ${{ needs.codex-review.outputs.final_message }} with: @@ -197,7 +197,7 @@ jobs: - name: 🏷️ Remove trigger label if: github.event_name == 'pull_request' && github.event.action == 'labeled' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ github.token }} script: | diff --git a/.github/workflows/structure-validator.yml b/.github/workflows/structure-validator.yml index 5a4c2ae0..b25a5b8e 100644 --- a/.github/workflows/structure-validator.yml +++ b/.github/workflows/structure-validator.yml @@ -91,7 +91,7 @@ jobs: fetch-depth: 0 - name: 🤖 Assign to Copilot for fix - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: VIOLATIONS_JSON: ${{ needs.validate-structure.outputs.violations }} with: