diff --git a/.github/workflows/attest-release.yml b/.github/workflows/attest-release.yml index b0a4fbe..6fb5eba 100644 --- a/.github/workflows/attest-release.yml +++ b/.github/workflows/attest-release.yml @@ -45,7 +45,7 @@ jobs: attestations: write steps: - name: Check out the released tag - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 + uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: ref: ${{ inputs.tag }} persist-credentials: false