From 6bfd82705a545a1535e36d0903fafe26c669a0fe Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 17:03:08 +0200 Subject: [PATCH] [upd] github-actions: Bump docker/login-action from 4.5.0 to 4.5.2 (#6478) Bumps [docker/login-action](https://github.com/docker/login-action) from 4.5.0 to 4.5.2. - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/06fb636fac595d6fb4b28a5dfcb21a6f5091859c...371161bbe7024a29a25c5e19bfcbc0804fe9ad2c) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 4.5.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/container.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 155c3d913..58fb5b381 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -50,7 +50,7 @@ jobs: steps: - name: Login to GHCR - uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0 + uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 with: registry: "ghcr.io" username: "${{ github.repository_owner }}" @@ -110,7 +110,7 @@ jobs: steps: - name: Login to GHCR - uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0 + uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 with: registry: "ghcr.io" username: "${{ github.repository_owner }}" @@ -144,14 +144,14 @@ jobs: steps: - name: Login to Docker Hub - uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0 + uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 with: registry: "docker.io" username: "${{ secrets.DOCKER_USER }}" password: "${{ secrets.DOCKER_TOKEN }}" - name: Login to GHCR - uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4.5.0 + uses: docker/login-action@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2 with: registry: "ghcr.io" username: "${{ github.repository_owner }}"