Skip to content

Commit ccf0d63

Browse files
authored
Merge pull request #148 from upbound/renovate/golangci-golangci-lint-action-digest
Update golangci/golangci-lint-action digest to 3a91952
2 parents 2072070 + 55baa9e commit ccf0d63

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
# We could run 'make lint' but we prefer this action because it leaves
6666
# 'annotations' (i.e. it comments on PRs to point out linter violations).
6767
- name: Lint
68-
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3
68+
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
6969
with:
7070
version: ${{ env.GOLANGCI_VERSION }}
7171

.github/workflows/provider-ci.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -106,7 +106,7 @@ jobs:
106106
# We could run 'make lint' but we prefer this action because it leaves
107107
# 'annotations' (i.e. it comments on PRs to point out linter violations).
108108
- name: Lint
109-
uses: golangci/golangci-lint-action@639cd343e1d3b897ff35927a75193d57cfcba299 # v3
109+
uses: golangci/golangci-lint-action@3a919529898de77ec3da873e3063ca4b10e7f5cc # v3
110110
with:
111111
version: ${{ env.GOLANGCI_VERSION }}
112112

0 commit comments

Comments
 (0)