From b6b20a4df69a66060acf0071a535e1fb2521f1c3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 7 Aug 2026 13:40:22 +0000 Subject: [PATCH] chore(deps): bump docker/login-action from 4.2.0 to 4.6.0 Bumps [docker/login-action](https://github.com/docker/login-action) from 4.2.0 to 4.6.0. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4.2.0...v4.6.0) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.4.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/docker-push-to-registries.yml | 2 +- .github/workflows/grype-image-scan.yml | 2 +- .github/workflows/maven.yml | 4 ++-- .github/workflows/parallel-maven.yml | 4 ++-- .github/workflows/python-push-to-registries.yml | 2 +- .github/workflows/trivy-image-scan.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/docker-push-to-registries.yml b/.github/workflows/docker-push-to-registries.yml index 04b49181..8b8bcfc1 100644 --- a/.github/workflows/docker-push-to-registries.yml +++ b/.github/workflows/docker-push-to-registries.yml @@ -203,7 +203,7 @@ jobs: cache-max-size: 3g - name: Login to Docker Hub - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 if: ${{ !inputs.DRY_RUN }} with: username: ${{ secrets.DOCKER_USERNAME }} diff --git a/.github/workflows/grype-image-scan.yml b/.github/workflows/grype-image-scan.yml index 72dfc811..eee4197e 100644 --- a/.github/workflows/grype-image-scan.yml +++ b/.github/workflows/grype-image-scan.yml @@ -57,7 +57,7 @@ jobs: run: cp ${{ inputs.PATH_TO_GRYPE_CONFIG_ONLY_FOR_BUILD_IMAGE }} ./.grype.yaml - name: Login to Docker Hub - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 if: ${{ !inputs.IMAGE_FROM_ARTIFACT }} with: username: ${{ secrets.DOCKER_USERNAME }} diff --git a/.github/workflows/maven.yml b/.github/workflows/maven.yml index 90e89330..1dc0f186 100644 --- a/.github/workflows/maven.yml +++ b/.github/workflows/maven.yml @@ -188,7 +188,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Login to Docker Hub - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 if: ${{ inputs.USES_DOCKERHUB_IMAGES && inputs.PUBLIC_IMAGES != '' && github.ref_name == inputs.MAIN_BRANCH }} with: username: ${{ secrets.DOCKER_READ_USER }} @@ -238,7 +238,7 @@ jobs: fetch-depth: 0 - name: Login to Docker Hub - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 if: ${{ inputs.USES_DOCKERHUB_IMAGES }} with: username: ${{ secrets.DOCKER_READ_USER }} diff --git a/.github/workflows/parallel-maven.yml b/.github/workflows/parallel-maven.yml index bd0b54e1..0aa8ebe8 100644 --- a/.github/workflows/parallel-maven.yml +++ b/.github/workflows/parallel-maven.yml @@ -211,7 +211,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Login to Docker Hub - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 if: ${{ inputs.USES_DOCKERHUB_IMAGES && inputs.PUBLIC_IMAGES != '' && github.ref_name == inputs.MAIN_BRANCH }} with: username: ${{ secrets.DOCKER_READ_USER }} @@ -307,7 +307,7 @@ jobs: rm -f "$PWD/.active-profiles" - name: Login to Docker Hub - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 if: ${{ inputs.USES_DOCKERHUB_IMAGES && inputs.PUBLIC_IMAGES != '' && steps.profile-check.outputs.docker == 'true' }} with: username: ${{ secrets.DOCKER_READ_USER }} diff --git a/.github/workflows/python-push-to-registries.yml b/.github/workflows/python-push-to-registries.yml index 6523c6bb..912a243b 100644 --- a/.github/workflows/python-push-to-registries.yml +++ b/.github/workflows/python-push-to-registries.yml @@ -126,7 +126,7 @@ jobs: cache-max-size: 3g - name: Login to Docker Hub - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 with: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} diff --git a/.github/workflows/trivy-image-scan.yml b/.github/workflows/trivy-image-scan.yml index 365edb08..4855c506 100644 --- a/.github/workflows/trivy-image-scan.yml +++ b/.github/workflows/trivy-image-scan.yml @@ -61,7 +61,7 @@ jobs: uses: actions/checkout@v6.0.2 - name: Login to Docker Hub - uses: docker/login-action@v4.2.0 + uses: docker/login-action@v4.6.0 if: ${{ !inputs.IMAGE_FROM_ARTIFACT }} with: username: ${{ secrets.DOCKER_USERNAME }}