We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c610fcd commit a4ef211Copy full SHA for a4ef211
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@v2
+ uses: securego/gosec@v2.23.0
37
with:
38
args: ./...
39
0 commit comments