diff --git a/.github/actions/copy-images/action.yml b/.github/actions/copy-images/action.yml index 87804444..be1a2da2 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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # 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 96a7bf2f..e3885b39 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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 with: registry: ghcr.io username: ${{ inputs.registry_user }} diff --git a/.github/workflows/bake_targets.yml b/.github/workflows/bake_targets.yml index 4c2efed1..7c14d9fc 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@b45d80f862d83dbcd57f89517bcf500b2ab88fb2 # v4 + uses: docker/login-action@4907a6ddec9925e35a0a9e82d7399ccc52663121 # v4 with: registry: ghcr.io username: ${{ github.actor }}