We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1cd27e commit c610fcdCopy full SHA for c610fcd
1 file changed
.github/workflows/go.yml
@@ -33,7 +33,7 @@ jobs:
33
run: go test -bench=. -coverprofile=coverage.out ./...
34
35
- name: Run Gosec Security Scanner
36
- uses: securego/gosec@latest
+ uses: securego/gosec@v2
37
with:
38
args: ./...
39
0 commit comments