From 66b5a5d390d9fc9363bf7e39dae43ee2315cfcef Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 30 Jul 2026 22:24:26 +0000 Subject: [PATCH] Bump docker/login-action from 4 to 4.5.2 in the action-updates group Bumps the action-updates group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `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 dependency-group: action-updates ... Signed-off-by: dependabot[bot] --- .github/workflows/ats-ci.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/ats-ci.yml b/.github/workflows/ats-ci.yml index 99e9fadd3..513f4f3bd 100644 --- a/.github/workflows/ats-ci.yml +++ b/.github/workflows/ats-ci.yml @@ -78,7 +78,7 @@ jobs: echo "ARCH=amd64" >> $GITHUB_ENV fi - name: Login to Docker Hub - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: username: ${{secrets.DOCKERHUB_USERNAME}} password: ${{secrets.DOCKERHUB_PASSWORD}} @@ -192,7 +192,7 @@ jobs: echo "ATS_BRANCH_TAG=$(echo $GITHUB_REF_NAME | sed -e 's/\//--/g')" >> $GITHUB_ENV fi - name: Login to Docker Hub - uses: docker/login-action@v4 + uses: docker/login-action@v4.5.2 with: username: ${{secrets.DOCKERHUB_USERNAME}} password: ${{secrets.DOCKERHUB_PASSWORD}}