From 0a833f439c854ad0639d65f6bfb6a06f63f8b52b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 02:42:59 +0000 Subject: [PATCH] chore(deps): update actions/github-script action to v9 --- .github/actions/issues-helper/action.yml | 6 +++--- .github/actions/send-ai-bot-comment/action.yml | 2 +- .github/workflows/ecosystem-ci-trigger.yml | 6 +++--- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/actions/issues-helper/action.yml b/.github/actions/issues-helper/action.yml index 604a42416f18..ec383cef6d05 100644 --- a/.github/actions/issues-helper/action.yml +++ b/.github/actions/issues-helper/action.yml @@ -25,7 +25,7 @@ runs: steps: - name: Add labels if: inputs.actions == 'add-labels' - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: INPUT_ISSUE_NUMBER: ${{ inputs.issue-number }} INPUT_LABELS: ${{ inputs.labels }} @@ -42,7 +42,7 @@ runs: - name: Create comment if: inputs.actions == 'create-comment' - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: INPUT_ISSUE_NUMBER: ${{ inputs.issue-number }} INPUT_BODY: ${{ inputs.body }} @@ -58,7 +58,7 @@ runs: - name: Close stale issues if: inputs.actions == 'close-issues' - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: INPUT_LABELS: ${{ inputs.labels }} INPUT_INACTIVE_DAY: ${{ inputs.inactive-day }} diff --git a/.github/actions/send-ai-bot-comment/action.yml b/.github/actions/send-ai-bot-comment/action.yml index 15701d517085..e39ff7baebe4 100644 --- a/.github/actions/send-ai-bot-comment/action.yml +++ b/.github/actions/send-ai-bot-comment/action.yml @@ -15,7 +15,7 @@ runs: using: composite steps: - name: maybe automated - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 env: INPUT_ISSUE_NUMBER: ${{ inputs.pr-number }} INPUT_BODY: | diff --git a/.github/workflows/ecosystem-ci-trigger.yml b/.github/workflows/ecosystem-ci-trigger.yml index d64e2f7fb4d9..23a02a9a5b31 100644 --- a/.github/workflows/ecosystem-ci-trigger.yml +++ b/.github/workflows/ecosystem-ci-trigger.yml @@ -21,7 +21,7 @@ jobs: actions: read # to check workflow status contents: read # to clone the repo steps: - - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 with: script: | const user = context.payload.sender.login @@ -57,7 +57,7 @@ jobs: }) throw new Error('not allowed') } - - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 id: get-pr-data with: script: | @@ -81,7 +81,7 @@ jobs: vitest vitest-ecosystem-ci permission-actions: write - - uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8.0.0 + - uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0 id: trigger env: COMMENT: ${{ github.event.comment.body }}