From 5f6ebd2b8bb915ef03353de4a440446dc58618e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 1 Apr 2026 20:48:39 +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/job-pr-comment.yml | 2 +- .github/workflows/pr-validation.yml | 2 +- .github/workflows/release.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/job-pr-comment.yml b/.github/workflows/job-pr-comment.yml index 60545a8..8c67897 100644 --- a/.github/workflows/job-pr-comment.yml +++ b/.github/workflows/job-pr-comment.yml @@ -47,7 +47,7 @@ jobs: pull-requests: write steps: - name: Post PR comment - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/pr-validation.yml b/.github/workflows/pr-validation.yml index 31f9e10..02303d0 100644 --- a/.github/workflows/pr-validation.yml +++ b/.github/workflows/pr-validation.yml @@ -177,7 +177,7 @@ jobs: steps: - name: Update PR comment - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 2611465..5def0f3 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -201,7 +201,7 @@ jobs: - name: Create verified tag and GitHub Release if: inputs.dry-run == false - uses: actions/github-script@v7 + uses: actions/github-script@v8 with: github-token: ${{ steps.app_token.outputs.token }} script: |