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

Jackie-Jiang pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pinot.git


The following commit(s) were added to refs/heads/master by this push:
     new 74659c76ff6 Bump actions/checkout from 4.4.0 to 7.0.1 (#19517)
74659c76ff6 is described below

commit 74659c76ff65d075e915488c383527bbf99d1ea4
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Sep 9 14:05:23 2026 -0700

    Bump actions/checkout from 4.4.0 to 7.0.1 (#19517)
---
 .github/workflows/build-all-pinot-docker-image.yml                | 8 ++++----
 .github/workflows/build-pinot-base-docker-image.yml               | 4 ++--
 .github/workflows/build-pinot-docker-image.yml                    | 2 +-
 .github/workflows/build-superset-docker-image.yml                 | 2 +-
 .github/workflows/nightly-build-all-pinot-docker-image.yml        | 8 ++++----
 .../workflows/nightly-build-multi-arch-superset-docker-image.yml  | 2 +-
 .github/workflows/pinot_compatibility_checks.yml                  | 8 ++++----
 .github/workflows/pinot_compatibility_tests.yml                   | 2 +-
 .github/workflows/pinot_integration_tests.yml                     | 2 +-
 .github/workflows/pinot_java11_client_compatibility.yml           | 2 +-
 .../pinot_multi_stage_query_engine_compatibility_tests.yml        | 2 +-
 .github/workflows/pinot_quickstart_tests.yml                      | 2 +-
 .github/workflows/pinot_unit_tests.yml                            | 4 ++--
 .github/workflows/pinot_vuln_check.yml                            | 2 +-
 .github/workflows/pr-flow-checks.yml                              | 2 +-
 .github/workflows/pr-flow.yml                                     | 4 ++--
 16 files changed, 28 insertions(+), 28 deletions(-)

diff --git a/.github/workflows/build-all-pinot-docker-image.yml 
b/.github/workflows/build-all-pinot-docker-image.yml
index 2f4fe86e3eb..ca3e1718bc6 100644
--- a/.github/workflows/build-all-pinot-docker-image.yml
+++ b/.github/workflows/build-all-pinot-docker-image.yml
@@ -37,7 +37,7 @@ jobs:
       commit-id: ${{ steps.generate-build-info.outputs.commit-id }}
       tags: ${{ steps.generate-build-info.outputs.tags }}
     steps:
-      - uses: actions/checkout@v7
+      - uses: actions/[email protected]
       - name: Generate Build Info
         id: generate-build-info
         env:
@@ -62,7 +62,7 @@ jobs:
         with:
           username: ${{ secrets.DOCKERHUB_USERNAME }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}
-      - uses: actions/checkout@v7
+      - uses: actions/[email protected]
       - name: Compile Pinot and push build image
         env:
           DOCKER_FILE_BASE_DIR: "docker/images/pinot"
@@ -92,7 +92,7 @@ jobs:
         with:
           username: ${{ secrets.DOCKERHUB_USERNAME }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}
-      - uses: actions/checkout@v7
+      - uses: actions/[email protected]
       - name: Package and push the Docker image
         env:
           DOCKER_FILE_BASE_DIR: "docker/images/pinot"
@@ -119,7 +119,7 @@ jobs:
         with:
           username: ${{ secrets.DOCKERHUB_USERNAME }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}
-      - uses: actions/checkout@v7
+      - uses: actions/[email protected]
       - name: Create Multi-Arch Manifest
         env:
           TAGS: "${{ needs.generate-build-info.outputs.tags }}"
diff --git a/.github/workflows/build-pinot-base-docker-image.yml 
b/.github/workflows/build-pinot-base-docker-image.yml
index ce7784b6e42..6529860a270 100644
--- a/.github/workflows/build-pinot-base-docker-image.yml
+++ b/.github/workflows/build-pinot-base-docker-image.yml
@@ -43,7 +43,7 @@ jobs:
         with:
           username: ${{ secrets.DOCKERHUB_USERNAME }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}
-      - uses: actions/checkout@v7
+      - uses: actions/[email protected]
       - name: Build ${{ matrix.type }} ${{ matrix.jdk_version }}-${{ 
matrix.openJdkDist }}-${{ matrix.arch }} Pinot Base Docker Image
         env:
           OPEN_JDK_DIST: ${{ matrix.openJdkDist }}
@@ -68,7 +68,7 @@ jobs:
         with:
           username: ${{ secrets.DOCKERHUB_USERNAME }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}
-      - uses: actions/checkout@v7
+      - uses: actions/[email protected]
       - name: Push ${{ matrix.type }} ${{ matrix.jdk_version }}-${{ 
matrix.openJdkDist }} Pinot Base Docker manifest
         env:
           BASE_IMAGE_TYPE: ${{ matrix.type }}
diff --git a/.github/workflows/build-pinot-docker-image.yml 
b/.github/workflows/build-pinot-docker-image.yml
index 26ab9565476..67806a89d62 100644
--- a/.github/workflows/build-pinot-docker-image.yml
+++ b/.github/workflows/build-pinot-docker-image.yml
@@ -55,7 +55,7 @@ jobs:
       uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a 
# v4.3.0
     - name: Set up Docker Buildx
       uses: 
docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
-    - uses: actions/checkout@v7
+    - uses: actions/[email protected]
     - name: Build and push the Docker image
       env:
         DOCKER_FILE_BASE_DIR: "docker/images/pinot"
diff --git a/.github/workflows/build-superset-docker-image.yml 
b/.github/workflows/build-superset-docker-image.yml
index fdfcdb9fc75..0fa47921e6d 100644
--- a/.github/workflows/build-superset-docker-image.yml
+++ b/.github/workflows/build-superset-docker-image.yml
@@ -51,7 +51,7 @@ jobs:
       uses: docker/setup-qemu-action@1f40c72289eff860ee54a304f1438e3cff362e0a 
# v4.3.0
     - name: Set up Docker Buildx
       uses: 
docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
-    - uses: actions/checkout@v7
+    - uses: actions/[email protected]
     - name: Build and push the Docker image
       env:
         DOCKER_FILE_BASE_DIR: "docker/images/pinot-superset"
diff --git a/.github/workflows/nightly-build-all-pinot-docker-image.yml 
b/.github/workflows/nightly-build-all-pinot-docker-image.yml
index cc3ede5d1f1..7ef16270f84 100644
--- a/.github/workflows/nightly-build-all-pinot-docker-image.yml
+++ b/.github/workflows/nightly-build-all-pinot-docker-image.yml
@@ -32,7 +32,7 @@ jobs:
       commit-id: ${{ steps.generate-build-info.outputs.commit-id }}
       tags: ${{ steps.generate-build-info.outputs.tags }}
     steps:
-      - uses: actions/checkout@v7
+      - uses: actions/[email protected]
       - name: Generate Build Info
         id: generate-build-info
         env:
@@ -56,7 +56,7 @@ jobs:
         with:
           username: ${{ secrets.DOCKERHUB_USERNAME }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}
-      - uses: actions/checkout@v7
+      - uses: actions/[email protected]
       - name: Compile Pinot and push build image
         env:
           DOCKER_FILE_BASE_DIR: "docker/images/pinot"
@@ -86,7 +86,7 @@ jobs:
         with:
           username: ${{ secrets.DOCKERHUB_USERNAME }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}
-      - uses: actions/checkout@v7
+      - uses: actions/[email protected]
       - name: Package and push the Docker image
         env:
           DOCKER_FILE_BASE_DIR: "docker/images/pinot"
@@ -113,7 +113,7 @@ jobs:
         with:
           username: ${{ secrets.DOCKERHUB_USERNAME }}
           password: ${{ secrets.DOCKERHUB_TOKEN }}
-      - uses: actions/checkout@v7
+      - uses: actions/[email protected]
       - name: Create Multi-Arch Manifest
         env:
           TAGS: "${{ needs.generate-build-info.outputs.tags }}"
diff --git 
a/.github/workflows/nightly-build-multi-arch-superset-docker-image.yml 
b/.github/workflows/nightly-build-multi-arch-superset-docker-image.yml
index c09bf4d8633..3541c4dd393 100644
--- a/.github/workflows/nightly-build-multi-arch-superset-docker-image.yml
+++ b/.github/workflows/nightly-build-multi-arch-superset-docker-image.yml
@@ -60,7 +60,7 @@ jobs:
           password: ${{ secrets.DOCKERHUB_TOKEN }}
       - name: Set up Docker Buildx
         uses: 
docker/setup-buildx-action@37fe631027851001ddb9b187196cc803df7f5f0e # v4.3.0
-      - uses: actions/checkout@v7
+      - uses: actions/[email protected]
       - name: Build and push
         env:
           DOCKER_IMAGE_NAME: apachepinot/pinot-superset
diff --git a/.github/workflows/pinot_compatibility_checks.yml 
b/.github/workflows/pinot_compatibility_checks.yml
index 095a6e883fb..b9736aaae66 100644
--- a/.github/workflows/pinot_compatibility_checks.yml
+++ b/.github/workflows/pinot_compatibility_checks.yml
@@ -53,7 +53,7 @@ jobs:
     runs-on: ubuntu-latest
     name: Pinot Binary Compatibility Check
     steps:
-      - uses: actions/checkout@v7
+      - uses: actions/[email protected]
       - name: Set up JDK 25
         uses: actions/setup-java@v6
         with:
@@ -137,7 +137,7 @@ jobs:
               sys.exit(1)
           PY
       - name: Checkout master into a subfolder
-        uses: actions/checkout@v7
+        uses: actions/[email protected]
         with:
           ref: ${{ github.event.pull_request.base.sha }}
           path: master-head
@@ -183,7 +183,7 @@ jobs:
         ]
     name: Pinot Compatibility Regression Testing against ${{ matrix.old_commit 
}} on ${{ matrix.test_suite }}
     steps:
-      - uses: actions/checkout@v7
+      - uses: actions/[email protected]
       - name: Set up JDK 25
         uses: actions/setup-java@v6
         with:
@@ -242,7 +242,7 @@ jobs:
         ]
     name: Pinot Multi-Stage Query Engine Compatibility Regression Testing 
against ${{ matrix.old_commit }} on ${{ matrix.test_suite }}
     steps:
-      - uses: actions/checkout@v7
+      - uses: actions/[email protected]
       - name: Set up JDK 25
         uses: actions/setup-java@v6
         with:
diff --git a/.github/workflows/pinot_compatibility_tests.yml 
b/.github/workflows/pinot_compatibility_tests.yml
index 38890031cf5..534c33a39f2 100644
--- a/.github/workflows/pinot_compatibility_tests.yml
+++ b/.github/workflows/pinot_compatibility_tests.yml
@@ -36,7 +36,7 @@ jobs:
         test_suite: [ "compatibility-verifier/sample-test-suite" ]
     name: Pinot Compatibility Regression Testing against ${{ 
github.event.inputs.oldCommit }} and ${{ github.event.inputs.newCommit }} on 
${{ matrix.test_suite }}
     steps:
-      - uses: actions/checkout@v7
+      - uses: actions/[email protected]
       - name: Set up JDK 25
         uses: actions/setup-java@v6
         with:
diff --git a/.github/workflows/pinot_integration_tests.yml 
b/.github/workflows/pinot_integration_tests.yml
index 6d0d51c555d..8d64b2fae23 100644
--- a/.github/workflows/pinot_integration_tests.yml
+++ b/.github/workflows/pinot_integration_tests.yml
@@ -60,7 +60,7 @@ jobs:
         distribution: [ "temurin" ]
     name: Pinot Integration Test Set ${{ matrix.testset }} 
(${{matrix.distribution}}-${{matrix.java}})
     steps:
-      - uses: actions/checkout@v7
+      - uses: actions/[email protected]
       - name: Set up JDK ${{ matrix.java }}-${{ matrix.distribution }}
         uses: actions/setup-java@v6
         with:
diff --git a/.github/workflows/pinot_java11_client_compatibility.yml 
b/.github/workflows/pinot_java11_client_compatibility.yml
index 508d842c45b..0f7429a18bd 100644
--- a/.github/workflows/pinot_java11_client_compatibility.yml
+++ b/.github/workflows/pinot_java11_client_compatibility.yml
@@ -68,7 +68,7 @@ jobs:
         distribution: [ "temurin" ]
     name: Pinot Java 11 Client Compatibility (built on JDK ${{ 
matrix.build-java }}-${{ matrix.distribution }})
     steps:
-      - uses: actions/checkout@v7
+      - uses: actions/[email protected]
       # Installed first so that the build JDK below ends up as JAVA_HOME. 
setup-java also exports
       # JAVA_HOME_11_<arch>, which the script falls back on if this step's 
output is unavailable.
       - name: Set up Java 11 (verification runtime)
diff --git 
a/.github/workflows/pinot_multi_stage_query_engine_compatibility_tests.yml 
b/.github/workflows/pinot_multi_stage_query_engine_compatibility_tests.yml
index 5e3cf0d21aa..17f02b5d441 100644
--- a/.github/workflows/pinot_multi_stage_query_engine_compatibility_tests.yml
+++ b/.github/workflows/pinot_multi_stage_query_engine_compatibility_tests.yml
@@ -36,7 +36,7 @@ jobs:
         test_suite: [ 
"compatibility-verifier/multi-stage-query-engine-test-suite" ]
     name: Pinot Multi-Stage Query Engine Compatibility Regression Testing 
against ${{ github.event.inputs.oldCommit }} and ${{ 
github.event.inputs.newCommit }} on ${{ matrix.test_suite }}
     steps:
-      - uses: actions/checkout@v7
+      - uses: actions/[email protected]
       - name: Set up JDK 25
         uses: actions/setup-java@v6
         with:
diff --git a/.github/workflows/pinot_quickstart_tests.yml 
b/.github/workflows/pinot_quickstart_tests.yml
index 4a9ef707b16..910f0ca2b6a 100644
--- a/.github/workflows/pinot_quickstart_tests.yml
+++ b/.github/workflows/pinot_quickstart_tests.yml
@@ -59,7 +59,7 @@ jobs:
         distribution: [ "temurin" ]
     name: Pinot Quickstart on JDK ${{ matrix.java }}-${{ matrix.distribution }}
     steps:
-      - uses: actions/checkout@v7
+      - uses: actions/[email protected]
       - name: Set up JDK ${{ matrix.java }}
         uses: actions/setup-java@v6
         with:
diff --git a/.github/workflows/pinot_unit_tests.yml 
b/.github/workflows/pinot_unit_tests.yml
index 142ac41d91c..e6976ee1640 100644
--- a/.github/workflows/pinot_unit_tests.yml
+++ b/.github/workflows/pinot_unit_tests.yml
@@ -53,7 +53,7 @@ jobs:
     runs-on: ubuntu-latest
     name: Pinot Linter Test Set
     steps:
-      - uses: actions/checkout@v7
+      - uses: actions/[email protected]
       - name: Set up JDK 25
         uses: actions/setup-java@v6
         with:
@@ -95,7 +95,7 @@ jobs:
         distribution: [ "temurin" ]
     name: Pinot Unit Test Set ${{ matrix.testset }} 
(${{matrix.distribution}}-${{matrix.java}})
     steps:
-      - uses: actions/checkout@v7
+      - uses: actions/[email protected]
       - name: Set up JDK ${{ matrix.java }}-${{ matrix.distribution }}
         uses: actions/setup-java@v6
         with:
diff --git a/.github/workflows/pinot_vuln_check.yml 
b/.github/workflows/pinot_vuln_check.yml
index 4b2f44ae8bc..0f0f569e6ec 100644
--- a/.github/workflows/pinot_vuln_check.yml
+++ b/.github/workflows/pinot_vuln_check.yml
@@ -37,7 +37,7 @@ jobs:
     name: Verify Docker Image
     runs-on: ubuntu-latest
     steps:
-      - uses: actions/checkout@v7
+      - uses: actions/[email protected]
       - name: Install Trivy
         run: |
           curl -sfL 
https://raw.githubusercontent.com/aquasecurity/trivy/main/contrib/install.sh | 
sh -s -- -b /usr/local/bin
diff --git a/.github/workflows/pr-flow-checks.yml 
b/.github/workflows/pr-flow-checks.yml
index a6ffa279f4a..c6b27db47c7 100644
--- a/.github/workflows/pr-flow-checks.yml
+++ b/.github/workflows/pr-flow-checks.yml
@@ -43,7 +43,7 @@ jobs:
     timeout-minutes: 5
     steps:
       - name: Check out the scripts under test
-        uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
+        uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # 
v7.0.1
         with:
           sparse-checkout: .github/scripts/pr_flow
           persist-credentials: false
diff --git a/.github/workflows/pr-flow.yml b/.github/workflows/pr-flow.yml
index 2ab1d80a739..c0fee97dbb0 100644
--- a/.github/workflows/pr-flow.yml
+++ b/.github/workflows/pr-flow.yml
@@ -68,7 +68,7 @@ jobs:
       has_prs: ${{ steps.plan.outputs.has_prs }}
     steps:
       - name: Check out only the trusted workflow scripts
-        uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
+        uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # 
v7.0.1
         with:
           ref: ${{ github.sha }}
           sparse-checkout: .github/scripts/pr_flow
@@ -105,7 +105,7 @@ jobs:
       cancel-in-progress: false
     steps:
       - name: Check out only the trusted workflow scripts
-        uses: actions/checkout@11d5960a326750d5838078e36cf38b85af677262 # v4
+        uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # 
v7.0.1
         with:
           ref: ${{ github.sha }}
           sparse-checkout: .github/scripts/pr_flow


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

Reply via email to