From 979b337f1c6bfec754c64902d48ec91435c316d1 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 2 Feb 2026 08:48:02 +0000 Subject: [PATCH] chore(deps): update docker/login-action digest to c94ce9f --- .github/actions/copy-images/action.yml | 2 +- .github/actions/security-scans/action.yml | 2 +- .github/workflows/bake_targets.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/actions/copy-images/action.yml b/.github/actions/copy-images/action.yml index aa9b66024..bdf7f3966 100644 --- a/.github/actions/copy-images/action.yml +++ b/.github/actions/copy-images/action.yml @@ -19,7 +19,7 @@ runs: using: composite steps: - name: Log in to the GitHub Container registry - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 with: registry: ghcr.io username: ${{ inputs.registry_user }} diff --git a/.github/actions/security-scans/action.yml b/.github/actions/security-scans/action.yml index 9da592717..2af2ad0d8 100644 --- a/.github/actions/security-scans/action.yml +++ b/.github/actions/security-scans/action.yml @@ -22,7 +22,7 @@ runs: using: composite steps: - name: Log in to the GitHub Container registry - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 with: registry: ghcr.io username: ${{ inputs.registry_user }} diff --git a/.github/workflows/bake_targets.yml b/.github/workflows/bake_targets.yml index 8fcb4df3d..782221bc0 100644 --- a/.github/workflows/bake_targets.yml +++ b/.github/workflows/bake_targets.yml @@ -77,7 +77,7 @@ jobs: echo "filtered_targets=$target" >> "$GITHUB_OUTPUT" - name: Log in to the GitHub Container registry - uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3 + uses: docker/login-action@c94ce9fb468520275223c153574b00df6fe4bcc9 # v3 with: registry: ghcr.io username: ${{ github.actor }}