From de6098d5d8e4263527f124b841a14a89e326b88d Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 4 Aug 2025 14:55:30 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 184bdaa --- .github/workflows/containers.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/containers.yml b/.github/workflows/containers.yml index 81ad6eede..d1e8330e5 100644 --- a/.github/workflows/containers.yml +++ b/.github/workflows/containers.yml @@ -81,7 +81,7 @@ jobs: type=sha - name: Log in to the Container registry - uses: docker/login-action@3d100841f68d4548bf57e52eb27bd33ec5069f55 + uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}