diff --git a/.github/workflows/witness.yml b/.github/workflows/witness.yml index eda6b6bd..6037cf95 100644 --- a/.github/workflows/witness.yml +++ b/.github/workflows/witness.yml @@ -67,7 +67,7 @@ jobs: path: /tmp - if: ${{ inputs.pre-command != '' && inputs.pull_request == false }} - uses: testifysec/witness-run-action@2ae7f93c013ccf24b8ff52b4f042b32ca95ec7b8 + uses: testifysec/witness-run-action@85ddab8b46a86b2905a3b547a1806ab264fbb810 with: step: pre-${{ inputs.step }} attestations: ${{ inputs.attestations }} @@ -76,7 +76,7 @@ jobs: run: ${{ inputs.pre-command }} - if: ${{ inputs.pull_request == false }} - uses: testifysec/witness-run-action@2ae7f93c013ccf24b8ff52b4f042b32ca95ec7b8 + uses: testifysec/witness-run-action@85ddab8b46a86b2905a3b547a1806ab264fbb810 with: step: ${{ inputs.step }} attestations: ${{ inputs.attestations }}