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 1eaedf5 commit fd04757Copy full SHA for fd04757
.github/workflows/build.yml
@@ -75,7 +75,7 @@ jobs:
75
PACKAGE_URL: github.com/securego/gosec/v2/cmd/gosec
76
PACKAGE_VERSION: ${{ steps.setup-env.outputs.gosec-version }}
77
run: go install ${PACKAGE_URL}@${PACKAGE_VERSION}
78
- - name: Install Staticcheck
+ - name: Install staticcheck
79
env:
80
PACKAGE_URL: dominikh/staticcheck-action
81
PACKAGE_VERSION: ${{ steps.setup-env.outputs.staticcheck-version }}
0 commit comments