From c5be47a79b0a513bd9ab918267bb49725a553cdb Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 15:27:37 -0500 Subject: [PATCH] chore: bump testifysec/witness-run-action from 0.1.5 to 0.2.0 in the all-gha group (#474) --- .github/workflows/release.yml | 2 +- .github/workflows/witness.yml | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 8ce3c07f..6c6dadf4 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -128,7 +128,7 @@ jobs: run: go install github.com/goreleaser/goreleaser@v1.23.0 - 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 }} diff --git a/.github/workflows/witness.yml b/.github/workflows/witness.yml index 647f1819..9fe00e3c 100644 --- a/.github/workflows/witness.yml +++ b/.github/workflows/witness.yml @@ -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 }} @@ -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 }}