From e4fbed0a37b7a0e3e0a42e771cde42fc85844a9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Apr 2026 16:31:22 +0000 Subject: [PATCH] build(deps): 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/dependabot_automerge.yml | 2 +- .github/workflows/jira_issue_on_open.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/dependabot_automerge.yml b/.github/workflows/dependabot_automerge.yml index e63bf81d..fca49bf2 100644 --- a/.github/workflows/dependabot_automerge.yml +++ b/.github/workflows/dependabot_automerge.yml @@ -23,7 +23,7 @@ jobs: # Auto-approve (only matters if your branch protection requires reviews) - name: Approve PR if: steps.metadata.outputs.update-type != 'version-update:semver-major' - uses: actions/github-script@v8 + uses: actions/github-script@v9 with: github-token: ${{ secrets.GITHUB_TOKEN }} script: | diff --git a/.github/workflows/jira_issue_on_open.yml b/.github/workflows/jira_issue_on_open.yml index 4b13fcc0..99029c87 100644 --- a/.github/workflows/jira_issue_on_open.yml +++ b/.github/workflows/jira_issue_on_open.yml @@ -176,7 +176,7 @@ jobs: echo "jira_browse_url=${JIRA_BASE_URL}/browse/${JIRA_KEY}" >> "$GITHUB_OUTPUT" - name: Comment Jira link back on the GitHub issue - uses: actions/github-script@v8 + uses: actions/github-script@v9 env: JIRA_KEY: ${{ steps.jira.outputs.jira_key }} JIRA_URL: ${{ steps.jira.outputs.jira_browse_url }}