From e438568fd57ad9f8987239ab4d5c12b5ff1b15ca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Feb 2024 08:52:24 -0600 Subject: [PATCH] chore: bump testifysec/witness-run-action from 0.1.3 to 0.1.5 (#389) Bumps [testifysec/witness-run-action](https://github.com/testifysec/witness-run-action) from 0.1.3 to 0.1.5. - [Release notes](https://github.com/testifysec/witness-run-action/releases) - [Commits](https://github.com/testifysec/witness-run-action/compare/40aa4ef36fc431a37de7c3faebcb66513c03b934...2ae7f93c013ccf24b8ff52b4f042b32ca95ec7b8) --- updated-dependencies: - dependency-name: testifysec/witness-run-action dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .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 74e600fd..cacc496a 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -99,7 +99,7 @@ jobs: run: go install github.com/goreleaser/goreleaser@v1.23.0 - name: Run GoReleaser - uses: testifysec/witness-run-action@40aa4ef36fc431a37de7c3faebcb66513c03b934 + uses: testifysec/witness-run-action@2ae7f93c013ccf24b8ff52b4f042b32ca95ec7b8 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 30b7a2f7..8e3bb0f6 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@40aa4ef36fc431a37de7c3faebcb66513c03b934 + uses: testifysec/witness-run-action@2ae7f93c013ccf24b8ff52b4f042b32ca95ec7b8 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@40aa4ef36fc431a37de7c3faebcb66513c03b934 + uses: testifysec/witness-run-action@2ae7f93c013ccf24b8ff52b4f042b32ca95ec7b8 with: step: ${{ inputs.step }} attestations: ${{ inputs.attestations }}