From 43b1cf48b7f928353cc3cbb82dee05b5da2f4dc5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 31 Jul 2026 07:23:28 +0000 Subject: [PATCH] [upd] github-actions: Bump docker/login-action from 4.5.0 to 4.5.2 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] --- .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 }}"