diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index 9a5dccfd..e99153f0 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@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.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..7e8475bd 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@db473fddc028af60658334401dc6fa3ffd8669fd # v2.3.0 with: subject-path: "${{ github.workspace }}//local-app"