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 }}