From 73724a94151fd35dc86e94f978fb1d44d13c0dec Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 29 Oct 2025 23:45:18 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v8 --- .github/workflows/assign-copilot-reviewer.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/assign-copilot-reviewer.yml b/.github/workflows/assign-copilot-reviewer.yml index 05d8000ed..54577e2ee 100644 --- a/.github/workflows/assign-copilot-reviewer.yml +++ b/.github/workflows/assign-copilot-reviewer.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Assign Copilot as reviewer - uses: actions/github-script@f28e40c7f34bde8b3046d885e986cb6290c5673b # v7 + uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 with: github-token: ${{ secrets.COPILOT_ASSIGNING_PAT }} script: |