From 40b2208600714adf2ce7e1a9028aa76f244c5904 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 14 Jul 2026 11:40:53 +0200 Subject: [PATCH] chore(deps): update actions/github-script action to v9 (#10765) Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> --- .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 604a42416..ec383cef6 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 15701d517..e39ff7bae 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 d64e2f7fb..23a02a9a5 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 }} -- 2.51.2