Skip to content

Commit

Permalink
chore: bump testifysec/witness-run-action from 0.1.5 to 0.2.0 (#306)
Browse files Browse the repository at this point in the history
Bumps [testifysec/witness-run-action](https://github.com/testifysec/witness-run-action) from 0.1.5 to 0.2.0.
- [Release notes](https://github.com/testifysec/witness-run-action/releases)
- [Commits](testifysec/witness-run-action@2ae7f93...85ddab8)

---
updated-dependencies:
- dependency-name: testifysec/witness-run-action
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Kairo Araujo <[email protected]>
  • Loading branch information
dependabot[bot] and kairoaraujo authored Jun 20, 2024
1 parent b5c66be commit 880056f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -90,7 +90,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
2 changes: 1 addition & 1 deletion .github/workflows/witness.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ jobs:
go-version: 1.21.x

- 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 880056f

Please sign in to comment.