We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 63347c2 + 763fb06 commit 2071fa6Copy full SHA for 2071fa6
.github/workflows/ci.yml
@@ -69,7 +69,7 @@ jobs:
69
# We could run 'make lint' but we prefer this action because it leaves
70
# 'annotations' (i.e. it comments on PRs to point out linter violations).
71
- name: Lint
72
- uses: golangci/golangci-lint-action@3cfe3a4abbb849e10058ce4af15d205b6da42804 # v4
+ uses: golangci/golangci-lint-action@d6238b002a20823d52840fda27e2d4891c5952dc # v4
73
with:
74
version: ${{ env.GOLANGCI_VERSION }}
75
0 commit comments