You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@superset.apache.org by ru...@apache.org on 2024/02/01 15:09:17 UTC

(superset) branch master updated: build(deps): bump actions/github-script from 3 to 7 (#26953)

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

rusackas pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/superset.git


The following commit(s) were added to refs/heads/master by this push:
     new 4c245850c4 build(deps): bump actions/github-script from 3 to 7 (#26953)
4c245850c4 is described below

commit 4c245850c494d3a50cc769118a3ab9cd7801a81d
Author: dependabot[bot] <49...@users.noreply.github.com>
AuthorDate: Thu Feb 1 08:09:10 2024 -0700

    build(deps): bump actions/github-script from 3 to 7 (#26953)
    
    Signed-off-by: dependabot[bot] <su...@github.com>
    Co-authored-by: dependabot[bot] <49...@users.noreply.github.com>
---
 .github/workflows/check_db_migration_confict.yml |  2 +-
 .github/workflows/ephemeral-env-pr-close.yml     |  2 +-
 .github/workflows/ephemeral-env.yml              | 14 +++++++-------
 .github/workflows/no-hold-label.yml              |  2 +-
 4 files changed, 10 insertions(+), 10 deletions(-)

diff --git a/.github/workflows/check_db_migration_confict.yml b/.github/workflows/check_db_migration_confict.yml
index 7e3b93f983..893d4548f4 100644
--- a/.github/workflows/check_db_migration_confict.yml
+++ b/.github/workflows/check_db_migration_confict.yml
@@ -26,7 +26,7 @@ jobs:
       - name: "Checkout ${{ github.ref }} ( ${{ github.sha }} )"
         uses: actions/checkout@v3
       - name: Check and notify
-        uses: actions/github-script@v3
+        uses: actions/github-script@v7
         with:
           github-token: ${{ github.token }}
           script: |
diff --git a/.github/workflows/ephemeral-env-pr-close.yml b/.github/workflows/ephemeral-env-pr-close.yml
index 353f8b2c0d..2c18773f05 100644
--- a/.github/workflows/ephemeral-env-pr-close.yml
+++ b/.github/workflows/ephemeral-env-pr-close.yml
@@ -63,7 +63,7 @@ jobs:
 
       - name: Comment (success)
         if: steps.describe-services.outputs.active == 'true'
-        uses: actions/github-script@v3
+        uses: actions/github-script@v7
         with:
           github-token: ${{github.token}}
           script: |
diff --git a/.github/workflows/ephemeral-env.yml b/.github/workflows/ephemeral-env.yml
index c3ed53ed83..cc0437871b 100644
--- a/.github/workflows/ephemeral-env.yml
+++ b/.github/workflows/ephemeral-env.yml
@@ -41,7 +41,7 @@ jobs:
         echo "Comment on PR #${{ github.event.issue.number }} by ${{ github.event.issue.user.login }}, ${{ github.event.comment.author_association }}"
 
     - name: Eval comment body for /testenv slash command
-      uses: actions/github-script@v3
+      uses: actions/github-script@v7
       id: eval-body
       with:
         result-encoding: string
@@ -51,7 +51,7 @@ jobs:
           return result === null ? 'noop' : result[1]
 
     - name: Eval comment body for feature flags
-      uses: actions/github-script@v3
+      uses: actions/github-script@v7
       id: eval-feature-flags
       with:
         script: |
@@ -71,7 +71,7 @@ jobs:
         steps.eval-body.outputs.result != 'noop' &&
         github.event.comment.author_association != 'MEMBER' &&
         github.event.comment.author_association != 'OWNER'
-      uses: actions/github-script@v3
+      uses: actions/github-script@v7
       with:
         github-token: ${{github.token}}
         script: |
@@ -90,7 +90,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
       - name: Get Info from comment
-        uses: actions/github-script@v3
+        uses: actions/github-script@v7
         id: get-pr-info
         with:
           script: |
@@ -189,7 +189,7 @@ jobs:
 
     - name: Fail on missing container image
       if: steps.check-image.outcome == 'failure'
-      uses: actions/github-script@v3
+      uses: actions/github-script@v7
       with:
         github-token: ${{github.token}}
         script: |
@@ -262,7 +262,7 @@ jobs:
 
     - name: Comment (success)
       if: ${{ success() }}
-      uses: actions/github-script@v3
+      uses: actions/github-script@v7
       with:
         github-token: ${{github.token}}
         script: |
@@ -275,7 +275,7 @@ jobs:
 
     - name: Comment (failure)
       if: ${{ failure() }}
-      uses: actions/github-script@v3
+      uses: actions/github-script@v7
       with:
         github-token: ${{github.token}}
         script: |
diff --git a/.github/workflows/no-hold-label.yml b/.github/workflows/no-hold-label.yml
index 7b5ab5c67b..73a3664e08 100644
--- a/.github/workflows/no-hold-label.yml
+++ b/.github/workflows/no-hold-label.yml
@@ -14,7 +14,7 @@ jobs:
     runs-on: ubuntu-latest
     steps:
     - name: Check for 'hold' label
-      uses: actions/github-script@v3
+      uses: actions/github-script@v7
       with:
         github-token: ${{secrets.GITHUB_TOKEN}}
         script: |