From 3faad469b6465d5ca47ec032dd647997640df304 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 Aug 2024 16:08:48 +0000 Subject: [PATCH] chore: bump testifysec/witness-run-action Bumps [testifysec/witness-run-action](https://github.com/testifysec/witness-run-action) from cceed291062b350dc658d7d189933ac47d4f4dec to f77c0a5b024ed206a6d2e7426611e4306af4dd66. - [Release notes](https://github.com/testifysec/witness-run-action/releases) - [Commits](https://github.com/testifysec/witness-run-action/compare/cceed291062b350dc658d7d189933ac47d4f4dec...f77c0a5b024ed206a6d2e7426611e4306af4dd66) --- updated-dependencies: - dependency-name: testifysec/witness-run-action dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/pipeline.yml | 2 +- .github/workflows/witness.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index 9ce1de67..32ca2728 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -96,7 +96,7 @@ jobs: run: go install github.com/goreleaser/goreleaser@v1.23.0 - name: Run GoReleaser - uses: testifysec/witness-run-action@cceed291062b350dc658d7d189933ac47d4f4dec + uses: testifysec/witness-run-action@f77c0a5b024ed206a6d2e7426611e4306af4dd66 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 87f2f671..ee2fcce7 100644 --- a/.github/workflows/witness.yml +++ b/.github/workflows/witness.yml @@ -49,7 +49,7 @@ jobs: go-version: 1.21.x - if: ${{ inputs.pull_request == false }} - uses: testifysec/witness-run-action@cceed291062b350dc658d7d189933ac47d4f4dec + uses: testifysec/witness-run-action@f77c0a5b024ed206a6d2e7426611e4306af4dd66 with: witness-install-dir: /opt/witness step: ${{ inputs.step }}