diff --git a/.github/workflows/attest.yml b/.github/workflows/attest.yml index 46106dd..8562296 100644 --- a/.github/workflows/attest.yml +++ b/.github/workflows/attest.yml @@ -69,7 +69,7 @@ jobs: # not carry into the reusable workflow's separate runner. - name: Log in to GitHub Container Registry if: ${{ inputs.subject-digest != '' }} - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ghcr.io username: ${{ github.actor }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index f72bedf..c6341db 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -309,7 +309,7 @@ jobs: merge-multiple: true - name: Log in to GitHub Container Registry - uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0 + uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0 with: registry: ghcr.io username: ${{ github.actor }}