We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4f30cf4 commit babb243Copy full SHA for babb243
1 file changed
.github/workflows/build.yml
@@ -36,7 +36,7 @@ jobs:
36
run: go test -tags debug -bench=. -coverprofile=coverage.out ./...
37
38
- name: Run Gosec Security Scanner
39
- uses: securego/gosec@master
+ uses: securego/gosec@v2.23.0
40
with:
41
args: ./...
42
0 commit comments