From 924e1afbd54ab565de0d38bee11a5a173b9c56ad Mon Sep 17 00:00:00 2001 From: John Kjell Date: Mon, 12 Feb 2024 17:00:59 -0600 Subject: [PATCH] Update witness-run action Signed-off-by: John Kjell --- .github/workflows/pipeline.yml | 2 +- .github/workflows/witness.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 61f508f..991f6a0 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -107,7 +107,7 @@ jobs: use: true - name: Build Image - uses: testifysec/witness-run-action@40aa4ef36fc431a37de7c3faebcb66513c03b934 + uses: testifysec/witness-run-action@11204d6c012fcc3763f64c5d20a7135fb63e21d6 # v0.1.4 with: step: build-image attestations: "git github environment" diff --git a/.github/workflows/witness.yml b/.github/workflows/witness.yml index 44c0839..1e18f20 100644 --- a/.github/workflows/witness.yml +++ b/.github/workflows/witness.yml @@ -56,7 +56,7 @@ jobs: path: /tmp - if: ${{ inputs.pre-command != '' && inputs.pull_request == false }} - uses: testifysec/witness-run-action@40aa4ef36fc431a37de7c3faebcb66513c03b934 + uses: testifysec/witness-run-action@11204d6c012fcc3763f64c5d20a7135fb63e21d6 # v0.1.4 with: step: pre-${{ inputs.step }} attestations: ${{ inputs.attestations }} @@ -65,7 +65,7 @@ jobs: run: ${{ inputs.pre-command }} - if: ${{ inputs.pull_request == false }} - uses: testifysec/witness-run-action@40aa4ef36fc431a37de7c3faebcb66513c03b934 + uses: testifysec/witness-run-action@11204d6c012fcc3763f64c5d20a7135fb63e21d6 # v0.1.4 with: step: ${{ inputs.step }} attestations: ${{ inputs.attestations }}