diff --git a/.github/actions/copy-images/action.yml b/.github/actions/copy-images/action.yml index 148af66e..16b59434 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@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4 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 da7ace26..d10f82f7 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@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4 with: registry: ghcr.io username: ${{ inputs.registry_user }} diff --git a/.github/workflows/bake_targets.yml b/.github/workflows/bake_targets.yml index 8c2b0012..afab21c2 100644 --- a/.github/workflows/bake_targets.yml +++ b/.github/workflows/bake_targets.yml @@ -80,7 +80,7 @@ jobs: echo "filtered_targets=$target" >> "$GITHUB_OUTPUT" - name: Log in to the GitHub Container registry - uses: docker/login-action@abd2ef45e78c5afb21d64d4ca52ee8550d9572c7 # v4 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4 with: registry: ghcr.io username: ${{ github.actor }}