From 6f99ef918c1a82c704a954e5dd7a782832ed5b2c Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 21 May 2026 20:59:09 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to 4907a6d --- .github/workflows/security-container.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/security-container.yml b/.github/workflows/security-container.yml index c2f5ab7..faca950 100644 --- a/.github/workflows/security-container.yml +++ b/.github/workflows/security-container.yml @@ -129,7 +129,7 @@ jobs: # login step in a wrapper or in the caller's workflow before # invoking this reusable. if: startsWith(inputs.image-ref, 'ghcr.io/') - uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v4.1.0 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4.1.0 with: registry: ghcr.io username: ${{ github.actor }}