File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -25,13 +25,11 @@ jobs:
2525
2626 - name : Install analysis tools
2727 # Pinned versions — review quarterly and update manually.
28- # gosec: https://github.com/securego/gosec/releases
29- # nancy: https://github.com/sonatype-nexus-community/nancy/releases
30- # staticcheck: https://github.com/dominikh/go-tools/releases
28+ # gosec: https://github.com/securego/gosec/releases
29+ # nancy: https://github.com/sonatype-nexus-community/nancy/releases
3130 run : |
3231 go install github.com/securego/gosec/v2/cmd/gosec@v2.23.0
3332 go install github.com/sonatype-nexus-community/nancy@v1.2.0
34- go install honnef.co/go/tools/cmd/staticcheck@v0.7.0
3533
3634 - name : Verify dependencies
3735 run : go mod verify
7169 version : v2.9.0
7270 args : --timeout=5m
7371
74- - name : Run staticcheck
75- run : staticcheck ./...
76-
7772 - name : Archive code coverage results
7873 uses : actions/upload-artifact@v6
7974 with :
You can’t perform that action at this time.
0 commit comments