From 6e5cad7c299abc02601a0c64138a0a5e2d6c08f6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 8 Sep 2025 01:15:33 +0000 Subject: [PATCH] :seedling: 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/backport.yaml | 2 +- .github/workflows/reconcile-issue-comment.yaml | 2 +- .github/workflows/reconcile-issue.yaml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/backport.yaml b/.github/workflows/backport.yaml index ee3594c..dd033aa 100644 --- a/.github/workflows/backport.yaml +++ b/.github/workflows/backport.yaml @@ -11,7 +11,7 @@ jobs: steps: - name: Check for backport labels id: backport_branches - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: script: | const { data: issue } = await github.rest.issues.get({ diff --git a/.github/workflows/reconcile-issue-comment.yaml b/.github/workflows/reconcile-issue-comment.yaml index 64adbd8..095e814 100644 --- a/.github/workflows/reconcile-issue-comment.yaml +++ b/.github/workflows/reconcile-issue-comment.yaml @@ -30,7 +30,7 @@ jobs: application_private_key: ${{ secrets.TRUSTIFICATION_BOT_KEY }} - name: Handle commands - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ steps.get_workflow_token.outputs.token }} script: | diff --git a/.github/workflows/reconcile-issue.yaml b/.github/workflows/reconcile-issue.yaml index de9658e..3343352 100644 --- a/.github/workflows/reconcile-issue.yaml +++ b/.github/workflows/reconcile-issue.yaml @@ -26,7 +26,7 @@ jobs: application_private_key: ${{ secrets.TRUSTIFICATION_BOT_KEY }} - name: Handle labels - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ steps.get_workflow_token.outputs.token }} script: |