From 586287c94cf9bbbe71dbf4be132e5c50366e9e1f Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Tue, 7 May 2024 08:26:01 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to d910b14 --- .github/workflows/boot-strategy-plugin.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/boot-strategy-plugin.yml b/.github/workflows/boot-strategy-plugin.yml index 79ebd12ef..f6bd0735e 100644 --- a/.github/workflows/boot-strategy-plugin.yml +++ b/.github/workflows/boot-strategy-plugin.yml @@ -69,7 +69,7 @@ jobs: severity-cutoff: high - if: ${{ github.ref == 'refs/heads/main' }} name: Log in to the Container registry - uses: docker/login-action@5f4866a30a54f16a52d2ecb4a3898e9e424939cf + uses: docker/login-action@d910b140723c904c9e74efef5dc6af05d5143104 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}