From 560a5d95e12e7f673e90200386824a971a4adea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 3 Feb 2026 05:55:43 +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/auto-merge.yml | 4 ++-- .github/workflows/review-automation.yml | 6 +++--- .github/workflows/review-sla.yml | 4 ++-- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/auto-merge.yml b/.github/workflows/auto-merge.yml index 78a302c..b9de40d 100644 --- a/.github/workflows/auto-merge.yml +++ b/.github/workflows/auto-merge.yml @@ -110,7 +110,7 @@ jobs: UPDATE_METHOD: rebase - name: Add auto-merge comment - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -130,7 +130,7 @@ jobs: pull-requests: write steps: - name: Request manual review - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/review-automation.yml b/.github/workflows/review-automation.yml index 0743b50..a12b468 100644 --- a/.github/workflows/review-automation.yml +++ b/.github/workflows/review-automation.yml @@ -98,7 +98,7 @@ jobs: pull-requests: write steps: - name: Remove existing tier labels - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -121,7 +121,7 @@ jobs: } - name: Add tier label - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -161,7 +161,7 @@ jobs: }); - name: Add tier comment - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/review-sla.yml b/.github/workflows/review-sla.yml index 9e62363..2ab4dde 100644 --- a/.github/workflows/review-sla.yml +++ b/.github/workflows/review-sla.yml @@ -18,7 +18,7 @@ jobs: uses: actions/checkout@v4 - name: Check open PRs for SLA breaches - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | @@ -150,7 +150,7 @@ jobs: console.log('SLA check complete'); - name: Generate SLA report - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: |