This is an automated email from the ASF dual-hosted git repository.

zhouyuan pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/gluten.git


The following commit(s) were added to refs/heads/main by this push:
     new 246a2f0526 Bump actions/github-script from 7 to 9 (#12519)
246a2f0526 is described below

commit 246a2f0526cbb0f46dd70f1704bc7eb896447732
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Fri Jul 24 08:39:59 2026 +0100

    Bump actions/github-script from 7 to 9 (#12519)
    
    Bumps [actions/github-script](https://github.com/actions/github-script) 
from 7 to 9.
    - [Release notes](https://github.com/actions/github-script/releases)
    - [Commits](https://github.com/actions/github-script/compare/v7...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] <[email protected]>
    Co-authored-by: dependabot[bot] 
<49699333+dependabot[bot]@users.noreply.github.com>
---
 .github/workflows/clickhouse_be_trigger.yml | 2 +-
 .github/workflows/pr_bot.yml                | 2 +-
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/.github/workflows/clickhouse_be_trigger.yml 
b/.github/workflows/clickhouse_be_trigger.yml
index 41c07c95cf..5fb136d489 100644
--- a/.github/workflows/clickhouse_be_trigger.yml
+++ b/.github/workflows/clickhouse_be_trigger.yml
@@ -49,7 +49,7 @@ jobs:
         run: |
           sleep 15
       - name: Add comment to PR
-        uses: actions/github-script@v7
+        uses: actions/github-script@v9
         with:
           github-token: ${{ secrets.GITHUB_TOKEN }}
           script: |
diff --git a/.github/workflows/pr_bot.yml b/.github/workflows/pr_bot.yml
index 7f3219fc11..0c1eba809c 100644
--- a/.github/workflows/pr_bot.yml
+++ b/.github/workflows/pr_bot.yml
@@ -46,7 +46,7 @@ jobs:
         if: |
           github.event.action == 'opened' ||
           github.event.action == 'edited'
-        uses: actions/github-script@v7
+        uses: actions/github-script@v9
         with:
           github-token: ${{ secrets.GITHUB_TOKEN }}
           script: |


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to