From 6159c3a91a108d48b7c190b6913c4b8866d45da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 2 Sep 2026 10:41:24 +0000 Subject: [PATCH] chore(deps): bump actions/github-script from 7.0.1 to 9.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 7.0.1 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/60a0d83039c74a4aee543508d2ffcb1c3799cdea...3a2844b7e9c422d3c10d287c895573f7108da1b3) --- updated-dependencies: - dependency-name: actions/github-script dependency-version: 9.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/changelog-fragment.yml | 2 +- .github/workflows/linear-ticket.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/changelog-fragment.yml b/.github/workflows/changelog-fragment.yml index 5ae2967619..cd18e4e9e3 100644 --- a/.github/workflows/changelog-fragment.yml +++ b/.github/workflows/changelog-fragment.yml @@ -15,7 +15,7 @@ jobs: if: github.event.pull_request.user.type != 'Bot' steps: - name: Require a changelog fragment for changed packages or an explicit opt-out - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | const pr = context.payload.pull_request; diff --git a/.github/workflows/linear-ticket.yml b/.github/workflows/linear-ticket.yml index 95fe227058..5463ab5edd 100644 --- a/.github/workflows/linear-ticket.yml +++ b/.github/workflows/linear-ticket.yml @@ -15,7 +15,7 @@ jobs: if: github.event.pull_request.user.type != 'Bot' steps: - name: Require a Linear ticket reference or an explicit opt-out - uses: actions/github-script@60a0d83039c74a4aee543508d2ffcb1c3799cdea # v7.0.1 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | const pr = context.payload.pull_request;