From 169008e0af3dbcc4aa697877bd6c277bfaa48fc0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 10:51:13 +0000 Subject: [PATCH] Bump actions/github-script from 8 to 9 Bumps [actions/github-script](https://github.com/actions/github-script) from 8 to 9. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/v8...v9) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: '9' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/run-on-comment.yml | 8 ++++---- .github/workflows/run-profiling.yaml | 2 +- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/run-on-comment.yml b/.github/workflows/run-on-comment.yml index df8220c52a..9e7cefb1e0 100644 --- a/.github/workflows/run-on-comment.yml +++ b/.github/workflows/run-on-comment.yml @@ -71,7 +71,7 @@ jobs: steps: - name: Check permissions of commenting user id: has_permissions - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | const response = await github.rest.repos.getCollaboratorPermissionLevel({ @@ -88,7 +88,7 @@ jobs: exit 1 - name: React to comment - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: script: | github.rest.reactions.createForIssueComment({ @@ -100,7 +100,7 @@ jobs: - name: Get SHA of last commit on default branch if issue or pull-request branch id: sha - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: result-encoding: string script: | @@ -134,7 +134,7 @@ jobs: - name: Create comment with test result and link to workflow run information if: always() && steps.has_permissions.outputs.result == 'true' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ steps.get_comment_bot_token.outputs.token }} script: | diff --git a/.github/workflows/run-profiling.yaml b/.github/workflows/run-profiling.yaml index 4a343d79a6..0d58834426 100644 --- a/.github/workflows/run-profiling.yaml +++ b/.github/workflows/run-profiling.yaml @@ -46,7 +46,7 @@ jobs: - id: determine-correct-sha name: Determine the SHA to run profiling on - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: result-encoding: string script: |