Skip to content

Commit

Permalink
Update witness-run action
Browse files Browse the repository at this point in the history
Signed-off-by: John Kjell <john@testifysec.com>
  • Loading branch information
jkjell committed Feb 12, 2024
1 parent 1fe8ae9 commit 924e1af
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/witness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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 }}
Expand Down

0 comments on commit 924e1af

Please sign in to comment.