Skip to content

Commit a4ef211

Browse files
authored
Update Gosec scanner version to 2.23.0
1 parent c610fcd commit a4ef211

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/go.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
run: go test -bench=. -coverprofile=coverage.out ./...
3434

3535
- name: Run Gosec Security Scanner
36-
uses: securego/gosec@v2
36+
uses: securego/gosec@v2.23.0
3737
with:
3838
args: ./...
3939

0 commit comments

Comments
 (0)