Skip to content
This repository has been archived by the owner on Apr 11, 2024. It is now read-only.

Commit

Permalink
ci: Always use latest go for govulncheck
Browse files Browse the repository at this point in the history
The action uses the cached version if available which could be
an older version, which has false positives wrt vulnerabilities.
  • Loading branch information
jimmidyson committed Apr 9, 2024
1 parent 8141a4c commit f1e02d1
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -226,11 +226,9 @@ jobs:
matrix:
module: [api, common, .]
steps:
- name: Check out code
uses: actions/checkout@v4

- id: govulncheck
uses: golang/govulncheck-action@v1
with:
work-dir: ${{ matrix.module }}
go-version-file: go.mod
check-latest: true

0 comments on commit f1e02d1

Please sign in to comment.