diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9a5dccfd..3c0dfc10 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -161,7 +161,7 @@ jobs: annotation-index.org.opencontainers.image.description=John the Ripper is an Open Source password security auditing and password recovery tool. See https://www.openwall.com/john/" - name: Upload attestation - uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3 + uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 if: ${{ github.event.inputs.push == 'true' }} with: subject-name: ${{ env.REPO }}:${{ github.event.inputs.tag }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 608494d5..eb3b9793 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -94,6 +94,6 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} - name: Attest release - uses: actions/attest-build-provenance@c074443f1aee8d4aeeae555aebba3282517141b2 # v2.2.3 + uses: actions/attest-build-provenance@e8998f949152b193b063cb0ec769d69d929409be # v2.4.0 with: subject-path: "${{ github.workspace }}//local-app"