File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 65
65
# We could run 'make lint' but we prefer this action because it leaves
66
66
# 'annotations' (i.e. it comments on PRs to point out linter violations).
67
67
- name : Lint
68
- uses : golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3
68
+ uses : golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
69
69
with :
70
70
version : ${{ env.GOLANGCI_VERSION }}
71
71
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ jobs:
106
106
# We could run 'make lint' but we prefer this action because it leaves
107
107
# 'annotations' (i.e. it comments on PRs to point out linter violations).
108
108
- name : Lint
109
- uses : golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3
109
+ uses : golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
110
110
with :
111
111
version : ${{ env.GOLANGCI_VERSION }}
112
112
You can’t perform that action at this time.
0 commit comments