From 7ef556ffab17727746c46c2ce7fa725e8e114199 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Sep 2025 11:06:17 +0000 Subject: [PATCH] ci(deps): bump actions/github-script from 6 to 8 Bumps [actions/github-script](https://github.com/actions/github-script) from 6 to 8. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v6...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/dependency-update.yml | 4 ++-- .github/workflows/quality.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/dependency-update.yml b/.github/workflows/dependency-update.yml index 89b5022..6100ac1 100644 --- a/.github/workflows/dependency-update.yml +++ b/.github/workflows/dependency-update.yml @@ -201,7 +201,7 @@ jobs: git push origin "${{ steps.branch.outputs.branch-name }}" - name: Create Pull Request - uses: actions/github-script@v6 + uses: actions/github-script@v8 with: script: | const { repo, owner } = context.repo; @@ -283,7 +283,7 @@ jobs: fi - name: Create security issue - uses: actions/github-script@v6 + uses: actions/github-script@v8 with: script: | const { repo, owner } = context.repo; diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 190f35f..1e2481f 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -49,7 +49,7 @@ jobs: - name: Create PR comment with formatting fixes if: github.event_name == 'pull_request' && failure() - uses: actions/github-script@v6 + uses: actions/github-script@v8 with: script: | github.rest.issues.createComment({