We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1675b12 commit c6ab22eCopy full SHA for c6ab22e
.github/workflows/build.yml
@@ -91,7 +91,7 @@ jobs:
91
PACKAGE_URL: github.com/securego/gosec/v2/cmd/gosec
92
PACKAGE_VERSION: ${{ steps.setup-env.outputs.gosec-version }}
93
run: go install ${PACKAGE_URL}@${PACKAGE_VERSION}
94
- - name: Install Staticcheck
+ - name: Install staticcheck
95
env:
96
PACKAGE_URL: dominikh/staticcheck-action
97
PACKAGE_VERSION: ${{ steps.setup-env.outputs.go-staticcheck-version }}
0 commit comments