We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c4060d1 commit e383170Copy full SHA for e383170
1 file changed
.github/workflows/ci.yml
@@ -71,7 +71,7 @@ jobs:
71
# this action because it leaves 'annotations' (i.e. it comments on PRs to
72
# point out linter violations).
73
- name: Lint
74
- uses: golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9
+ uses: golangci/golangci-lint-action@82606bf257cbaff209d206a39f5134f0cfbfd2ee # v9
75
with:
76
version: ${{ env.GOLANGCI_VERSION }}
77
0 commit comments