From f4164d80e9611f51ee3c4277a87a27dc6118de0a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:28:46 -0500 Subject: [PATCH] chore: bump testifysec/witness-run-action from 0.1.5 to 0.2.0 (#283) --- .github/workflows/witness.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 }}