Skip to content

Commit

Permalink
fix: update github actions to use new fulcio url
Browse files Browse the repository at this point in the history
  • Loading branch information
mikhailswift committed Jul 18, 2023
1 parent f07b8bb commit ba7cd27
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,14 +45,14 @@ jobs:
run: go install github.com/praetorian-inc/gokart@latest

- name: Static Analysis
uses: testifysec/witness-run-action@bdd82729b316d071606007cc9eecae326429caaf
uses: testifysec/witness-run-action@40aa4ef36fc431a37de7c3faebcb66513c03b934
with:
step: static-analysis
attestations: "github sarif"
command: gokart scan . -o sarif-results.json -s

- name: Test
uses: testifysec/witness-run-action@bdd82729b316d071606007cc9eecae326429caaf
uses: testifysec/witness-run-action@40aa4ef36fc431a37de7c3faebcb66513c03b934
with:
step: "test"
attestations: "github"
Expand Down Expand Up @@ -104,7 +104,7 @@ jobs:
run: go install github.com/goreleaser/goreleaser@latest

- name: Run GoReleaser
uses: testifysec/witness-run-action@bdd82729b316d071606007cc9eecae326429caaf
uses: testifysec/witness-run-action@40aa4ef36fc431a37de7c3faebcb66513c03b934
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_REPOSITORY_OWNER: ${{ github.repository_owner }}
Expand Down

0 comments on commit ba7cd27

Please sign in to comment.