File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -91,16 +91,16 @@ jobs:
91
91
PACKAGE_URL : github.com/securego/gosec/v2/cmd/gosec
92
92
PACKAGE_VERSION : ${{ steps.setup-env.outputs.gosec-version }}
93
93
run : go install ${PACKAGE_URL}@${PACKAGE_VERSION}
94
- - name : Install staticcheck
95
- env :
96
- PACKAGE_URL : dominikh/staticcheck-action
97
- PACKAGE_VERSION : ${{ steps.setup-env.outputs.go-staticcheck-version }}
98
- run : go install ${PACKAGE_URL}@${PACKAGE_VERSION}
99
94
- name : Install shfmt
100
95
env :
101
96
PACKAGE_URL : mvdan.cc/sh/v3/cmd/shfmt
102
97
PACKAGE_VERSION : ${{ steps.setup-env.outputs.shfmt-version }}
103
98
run : go install ${PACKAGE_URL}@${PACKAGE_VERSION}
99
+ - name : Install staticcheck
100
+ env :
101
+ PACKAGE_URL : honnef.co/go/tools/cmd/staticcheck
102
+ PACKAGE_VERSION : ${{ steps.setup-env.outputs.staticcheck-version }}
103
+ run : go install ${PACKAGE_URL}@${PACKAGE_VERSION}
104
104
- name : Install Terraform-docs
105
105
env :
106
106
PACKAGE_URL : github.com/terraform-docs/terraform-docs
You can’t perform that action at this time.
0 commit comments