Skip to content

Commit 64f3af3

Browse files
authored
chore(deps): update golangci/golangci-lint-action action to v6.5.2 (#2932)
1 parent 53aa35b commit 64f3af3

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/go-lint.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
- ".github/workflows/go-lint.yaml"
3939
- if: steps.changes.outputs.src == 'true'
4040
name: golangci-lint
41-
uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
41+
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
4242
with:
4343
version: latest
4444
working-directory: ${{ matrix.folder }}

.github/workflows/go-module-swapper.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ jobs:
4444
go-version-file: infra/module-swapper/go.mod
4545
cache-dependency-path: infra/module-swapper/go.sum
4646
- name: golangci-lint
47-
uses: golangci/golangci-lint-action@4696ba8babb6127d732c3c6dde519db15edab9ea # v6.5.1
47+
uses: golangci/golangci-lint-action@55c2c1448f86e01eaae002a5a3a9624417608d84 # v6.5.2
4848
with:
4949
version: latest
5050
working-directory: 'infra/module-swapper'

0 commit comments

Comments
 (0)