From cc7f2c3e6003d02f01a253a1e6cec00f9710937e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 24 Jun 2024 01:50:57 +0000 Subject: [PATCH] chore: bump testifysec/witness-run-action in the all-gha group Bumps the all-gha group with 1 update: [testifysec/witness-run-action](https://github.com/testifysec/witness-run-action). Updates `testifysec/witness-run-action` from 0.1.5 to 0.2.0 - [Release notes](https://github.com/testifysec/witness-run-action/releases) - [Commits](https://github.com/testifysec/witness-run-action/compare/2ae7f93c013ccf24b8ff52b4f042b32ca95ec7b8...85ddab8b46a86b2905a3b547a1806ab264fbb810) --- updated-dependencies: - dependency-name: testifysec/witness-run-action dependency-type: direct:production update-type: version-update:semver-minor dependency-group: all-gha ... Signed-off-by: dependabot[bot] --- .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 }}