From 1f25acab9be8977048e1ebba96e70527b59105d0 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 10 Apr 2026 13:10:50 +0000 Subject: [PATCH] ci(deps): bump actions/github-script from 8.0.0 to 9.0.0 Bumps [actions/github-script](https://github.com/actions/github-script) from 8.0.0 to 9.0.0. - [Release notes](https://github.com/actions/github-script/releases) - [Commits](https://github.com/actions/github-script/compare/ed597411d8f924073f98dfc5c65a23a2325f34cd...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/e2e-canary.yaml | 2 +- .github/workflows/publish-js-sdk-canary-scheduler.yaml | 2 +- .github/workflows/publish-js-sdk.yaml | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/e2e-canary.yaml b/.github/workflows/e2e-canary.yaml index 39edd353d..b6156d448 100644 --- a/.github/workflows/e2e-canary.yaml +++ b/.github/workflows/e2e-canary.yaml @@ -40,7 +40,7 @@ jobs: run: pnpm test:e2e:canary - name: Create or update nightly canary issue if: ${{ failure() && github.event_name == 'schedule' }} - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | const { owner, repo } = context.repo; diff --git a/.github/workflows/publish-js-sdk-canary-scheduler.yaml b/.github/workflows/publish-js-sdk-canary-scheduler.yaml index a8f449ec3..100939580 100644 --- a/.github/workflows/publish-js-sdk-canary-scheduler.yaml +++ b/.github/workflows/publish-js-sdk-canary-scheduler.yaml @@ -22,7 +22,7 @@ jobs: actions: write steps: - name: Dispatch publish workflow - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | await github.rest.actions.createWorkflowDispatch({ diff --git a/.github/workflows/publish-js-sdk.yaml b/.github/workflows/publish-js-sdk.yaml index 34e0daf37..db9834fed 100644 --- a/.github/workflows/publish-js-sdk.yaml +++ b/.github/workflows/publish-js-sdk.yaml @@ -168,7 +168,7 @@ jobs: echo "release_name=JavaScript SDK v${VERSION}" >> "$GITHUB_OUTPUT" - name: Create GitHub Release - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: RELEASE_NOTES: ${{ steps.release_notes.outputs.notes }} RELEASE_NAME: ${{ steps.release_notes.outputs.release_name }} @@ -282,7 +282,7 @@ jobs: - name: Check JS CI status if: steps.should_publish.outputs.should_publish == 'true' id: ci_status - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: TARGET_BRANCH: ${{ env.TARGET_BRANCH }} with: