From 1c59d4fe8b4b93e366a9458496260b8f321c74a5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 07:54:09 +0000 Subject: [PATCH] ci: 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/auto-close.yml | 2 +- .github/workflows/auto-strands-review.yml | 2 +- .github/workflows/check-markdown-links.yml | 2 +- .github/workflows/pr-size-labeler.yml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/auto-close.yml b/.github/workflows/auto-close.yml index be31606d9..2d9edda17 100644 --- a/.github/workflows/auto-close.yml +++ b/.github/workflows/auto-close.yml @@ -36,7 +36,7 @@ jobs: dry_run: 'false' steps: - name: Validate and process ${{ matrix.label }} - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: LABEL_NAME: ${{ matrix.label }} DAYS_TO_WAIT: ${{ matrix.days }} diff --git a/.github/workflows/auto-strands-review.yml b/.github/workflows/auto-strands-review.yml index ebcbc1870..e4750cfa2 100644 --- a/.github/workflows/auto-strands-review.yml +++ b/.github/workflows/auto-strands-review.yml @@ -31,7 +31,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Trigger Strands Command Workflow - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/check-markdown-links.yml b/.github/workflows/check-markdown-links.yml index 2ac596190..8e3e52a17 100644 --- a/.github/workflows/check-markdown-links.yml +++ b/.github/workflows/check-markdown-links.yml @@ -21,7 +21,7 @@ jobs: - name: Create issue if links are broken if: steps.link-check.outcome == 'failure' - uses: actions/github-script@v7 + uses: actions/github-script@v9 with: script: | const title = '🔗 Broken markdown links detected'; diff --git a/.github/workflows/pr-size-labeler.yml b/.github/workflows/pr-size-labeler.yml index bc4d52c6d..78fb5a753 100644 --- a/.github/workflows/pr-size-labeler.yml +++ b/.github/workflows/pr-size-labeler.yml @@ -12,7 +12,7 @@ jobs: issues: write steps: - name: Calculate PR size and apply label - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const pr = context.payload.pull_request;