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 5041f74d80e Bump docker/login-action from 4.2.0 to 4.3.0 (#18908)
5041f74d80e is described below
commit 5041f74d80e9768005367efc14231334ed656ada
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Thu Jul 2 13:58:43 2026 -0700
Bump docker/login-action from 4.2.0 to 4.3.0 (#18908)
---
.github/workflows/build-all-pinot-docker-image.yml | 6 +++---
.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 | 6 +++---
.../workflows/nightly-build-multi-arch-superset-docker-image.yml | 4 ++--
6 files changed, 12 insertions(+), 12 deletions(-)
diff --git a/.github/workflows/build-all-pinot-docker-image.yml
b/.github/workflows/build-all-pinot-docker-image.yml
index 7d3c21d6a03..800a7cfd5ea 100644
--- a/.github/workflows/build-all-pinot-docker-image.yml
+++ b/.github/workflows/build-all-pinot-docker-image.yml
@@ -58,7 +58,7 @@ jobs:
needs: [generate-build-info]
steps:
- name: Login to DockerHub
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #
v4.2.0
+ uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 #
v4.3.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -88,7 +88,7 @@ jobs:
needs: [generate-build-info, compile-pinot]
steps:
- name: Login to DockerHub
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #
v4.2.0
+ uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 #
v4.3.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -115,7 +115,7 @@ jobs:
needs: [generate-build-info, package-pinot-docker-image]
steps:
- name: Login to DockerHub
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #
v4.2.0
+ uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 #
v4.3.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
diff --git a/.github/workflows/build-pinot-base-docker-image.yml
b/.github/workflows/build-pinot-base-docker-image.yml
index d294684294b..2825e248df6 100644
--- a/.github/workflows/build-pinot-base-docker-image.yml
+++ b/.github/workflows/build-pinot-base-docker-image.yml
@@ -39,7 +39,7 @@ jobs:
runner: ubuntu-24.04-arm
steps:
- name: Login to DockerHub
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #
v4.2.0
+ uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 #
v4.3.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -64,7 +64,7 @@ jobs:
type: [build, runtime]
steps:
- name: Login to DockerHub
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #
v4.2.0
+ uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 #
v4.3.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
diff --git a/.github/workflows/build-pinot-docker-image.yml
b/.github/workflows/build-pinot-docker-image.yml
index 9a3d59ef912..2fd26b9fa32 100644
--- a/.github/workflows/build-pinot-docker-image.yml
+++ b/.github/workflows/build-pinot-docker-image.yml
@@ -47,7 +47,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Login to DockerHub
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #
v4.2.0
+ uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 #
v4.3.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
diff --git a/.github/workflows/build-superset-docker-image.yml
b/.github/workflows/build-superset-docker-image.yml
index d3caae2e565..4c32231d977 100644
--- a/.github/workflows/build-superset-docker-image.yml
+++ b/.github/workflows/build-superset-docker-image.yml
@@ -43,7 +43,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Login to DockerHub
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #
v4.2.0
+ uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 #
v4.3.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
diff --git a/.github/workflows/nightly-build-all-pinot-docker-image.yml
b/.github/workflows/nightly-build-all-pinot-docker-image.yml
index 2abfc84be65..6eccdb83432 100644
--- a/.github/workflows/nightly-build-all-pinot-docker-image.yml
+++ b/.github/workflows/nightly-build-all-pinot-docker-image.yml
@@ -52,7 +52,7 @@ jobs:
needs: [generate-build-info]
steps:
- name: Login to DockerHub
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #
v4.2.0
+ uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 #
v4.3.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -82,7 +82,7 @@ jobs:
needs: [generate-build-info, compile-pinot]
steps:
- name: Login to DockerHub
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #
v4.2.0
+ uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 #
v4.3.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -109,7 +109,7 @@ jobs:
needs: [generate-build-info, package-pinot-docker-image]
steps:
- name: Login to DockerHub
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #
v4.2.0
+ uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 #
v4.3.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
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 ea7e4f29f1c..8298aa9eb27 100644
--- a/.github/workflows/nightly-build-multi-arch-superset-docker-image.yml
+++ b/.github/workflows/nightly-build-multi-arch-superset-docker-image.yml
@@ -54,7 +54,7 @@ jobs:
superset_suffix: "-arm"
steps:
- name: Login to DockerHub
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #
v4.2.0
+ uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 #
v4.3.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
@@ -92,7 +92,7 @@ jobs:
needs: [generate-superset-info, build-superset-docker-image]
steps:
- name: Login to DockerHub
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee #
v4.2.0
+ uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 #
v4.3.0
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]