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 40f6d32 commit 54e4433Copy full SHA for 54e4433
.github/workflows/ci.yml
@@ -107,7 +107,7 @@ jobs:
107
# this action because it leaves 'annotations' (i.e. it comments on PRs to
108
# point out linter violations).
109
- name: Lint
110
- uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3
+ uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
111
with:
112
version: ${{ env.GOLANGCI_VERSION }}
113
skip-cache: true # We do our own caching.
0 commit comments