From a720690d8e69ffb4dc49c76a2f3c26d28619f8b6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 17:23:46 +0000 Subject: [PATCH] build(deps): bump docker/login-action from 4 to 4.5.2 Bumps [docker/login-action](https://github.com/docker/login-action) from 4 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/v4...v4.5.2) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/baseimage.yaml | 2 +- .github/workflows/main.yml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/baseimage.yaml b/.github/workflows/baseimage.yaml index 0d33f7f07f..ad0c5d1a67 100644 --- a/.github/workflows/baseimage.yaml +++ b/.github/workflows/baseimage.yaml @@ -51,7 +51,7 @@ jobs: DOCKER_EXTRA: --platform=linux/amd64,linux/arm64 VERSION: ${{ inputs.version }} - name: Login to Docker Hub - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }} diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index c71da5d6e5..c3c718529d 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -215,7 +215,7 @@ jobs: - name: Login to Docker Hub if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} continue-on-error: true - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }} @@ -265,7 +265,7 @@ jobs: - name: Login to Docker Hub if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} continue-on-error: true - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }} @@ -397,7 +397,7 @@ jobs: - name: Login to Docker Hub if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} continue-on-error: true - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }} @@ -494,7 +494,7 @@ jobs: - name: Login to Docker Hub if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} continue-on-error: true - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }} @@ -578,7 +578,7 @@ jobs: - name: Login to Docker Hub if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} continue-on-error: true - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }} @@ -693,7 +693,7 @@ jobs: - name: Login to Docker Hub if: ${{ github.event.pull_request.head.repo.full_name == github.repository }} continue-on-error: true - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }} @@ -718,7 +718,7 @@ jobs: DOCKER_BUILDKIT: 1 - name: Login to Docker Hub if: ${{ github.ref == 'refs/heads/main' || startsWith(github.ref, 'refs/tags/v') || startsWith(github.ref, 'refs/tags/s') }} - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: username: hardcoreeng password: ${{ secrets.DOCKER_ACCESS_TOKEN }}