diff --git a/.github/actions/copy-images/action.yml b/.github/actions/copy-images/action.yml index 17021d091..a534a54a3 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@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4 + uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # 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 078bf8bce..e45f00ed3 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@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4 + uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4 with: registry: ghcr.io username: ${{ inputs.registry_user }} diff --git a/.github/workflows/bake_targets.yml b/.github/workflows/bake_targets.yml index d77bc0ed1..f90fcee46 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@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4 + uses: docker/login-action@06fb636fac595d6fb4b28a5dfcb21a6f5091859c # v4 with: registry: ghcr.io username: ${{ github.actor }}