Skip to content

Commit be0ce96

Browse files
authored
Update gosec to 2.16.0 in analysis workflow
1 parent a9ae945 commit be0ce96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/analysis.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
2525
- name: Install static analysis tools
2626
run: |
27-
go install github.com/securego/gosec/v2/cmd/gosec@v2.15.0
27+
go install github.com/securego/gosec/v2/cmd/gosec@v2.16.0
2828
go install github.com/fzipp/gocyclo/cmd/[email protected]
2929
go install honnef.co/go/tools/cmd/[email protected]
3030
go install mvdan.cc/[email protected]

0 commit comments

Comments
 (0)