Skip to content

Commit 948ebde

Browse files
jasonodoommcdonnnj
andauthored
Fix gosec stylization
Co-authored-by: Nick <[email protected]>
1 parent 5f3bc13 commit 948ebde

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,7 @@ jobs:
8585
PACKAGE_URL: github.com/go-critic/go-critic/cmd/gocritic
8686
PACKAGE_VERSION: ${{ steps.setup-env.outputs.go-critic-version }}
8787
run: go install ${PACKAGE_URL}@${PACKAGE_VERSION}
88-
- name: Install GoSec
88+
- name: Install gosec
8989
env:
9090
PACKAGE_URL: github.com/securego/gosec/v2/cmd/gosec
9191
PACKAGE_VERSION: ${{ steps.setup-env.outputs.gosec-version }}

0 commit comments

Comments
 (0)