Skip to content

Commit

Permalink
build: Use golang-action v0.10.1 that uses the public preserved Trivy…
Browse files Browse the repository at this point in the history
…DBs to prevent rate limiting issues
  • Loading branch information
sbp-bvanb committed Nov 11, 2024
1 parent 867ac59 commit 1e4f05c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/golang.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
runs-on: ubuntu-22.04
steps:
- uses: actions/[email protected]
- uses: schubergphilis/mcvs-golang-action@v0.9.4
- uses: schubergphilis/mcvs-golang-action@v0.10.1
with:
code-coverage-expected: 62.3
gci: "false"
Expand Down

0 comments on commit 1e4f05c

Please sign in to comment.