Skip to content

Commit

Permalink
chore: bump testifysec/witness-run-action from 0.1.5 to 0.2.0 in the …
Browse files Browse the repository at this point in the history
…all-gha group (#474)
  • Loading branch information
dependabot[bot] authored Jun 24, 2024
1 parent 9479db7 commit c5be47a
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
run: go install github.com/goreleaser/[email protected]

- name: Run GoReleaser
uses: testifysec/witness-run-action@2ae7f93c013ccf24b8ff52b4f042b32ca95ec7b8
uses: testifysec/witness-run-action@85ddab8b46a86b2905a3b547a1806ab264fbb810
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/witness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,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 }}
Expand All @@ -71,7 +71,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 }}
Expand Down

0 comments on commit c5be47a

Please sign in to comment.