From f6032c2618371f79c074d5578548961ee75e1fa2 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 18 Oct 2023 06:46:48 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to b4bedf8 --- .github/workflows/build-app.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-app.yml b/.github/workflows/build-app.yml index 8d255e9..75b223d 100644 --- a/.github/workflows/build-app.yml +++ b/.github/workflows/build-app.yml @@ -25,7 +25,7 @@ jobs: name: dirsearch path: staging - name: Log in to the Container registry - uses: docker/login-action@f054a8b539a109f9f41c372932f1ae047eff08c9 + uses: docker/login-action@b4bedf8053341df3b5a9f9e0f2cf4e79e27360c6 with: registry: ${{ env.REGISTRY }} username: ${{ github.actor }}