From b70ff2ff590ec5f0b7fd9bf27f1a66b69f2a4e94 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 13 Sep 2023 06:50:35 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 601e14e --- .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 026e979b4..574fe0976 100644 --- a/.github/workflows/boot-strategy-plugin.yml +++ b/.github/workflows/boot-strategy-plugin.yml @@ -71,7 +71,7 @@ jobs: severity-cutoff: high - if: ${{ github.ref == 'refs/heads/main' }} name: Log in to the Container registry - uses: docker/login-action@ba38666a08b622da774c4a0970ab11e419b5c018 + uses: docker/login-action@601e14e66794149967a6f3a1c95f3e4c92603af6 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}