We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2173170 commit 281b538Copy full SHA for 281b538
1 file changed
.github/workflows/build.yaml
@@ -147,7 +147,7 @@ jobs:
147
# You may pin to the exact commit or the version.
148
# uses: golangci/golangci-lint-action@537aa1903e5d359d0b27dbc19ddd22c5087f3fbc
149
if: ${{ github.event_name == 'pull_request' && !contains(env.head_commit_message, '#skip-lint') }}
150
- uses: golangci/golangci-lint-action@1481404843c368bc19ca9406f87d6e0fc97bdcfd # v7.0.0
+ uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0
151
with:
152
args: -v --timeout=5m
153
version: v2.0.2
0 commit comments