diff --git a/.github/workflows/pipeline.yml b/.github/workflows/pipeline.yml index cdd60e7c..db77ba54 100644 --- a/.github/workflows/pipeline.yml +++ b/.github/workflows/pipeline.yml @@ -90,7 +90,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 a622c475..de044ad9 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@40aa4ef36fc431a37de7c3faebcb66513c03b934 + uses: testifysec/witness-run-action@2ae7f93c013ccf24b8ff52b4f042b32ca95ec7b8 with: step: ${{ inputs.step }} attestations: ${{ inputs.attestations }}