Skip to content

Commit e2d3245

Browse files
committed
chore(deps): update golangci/golangci-lint-action action to v6.3.2
1 parent b47f986 commit e2d3245

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@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
41+
uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.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@971e284b6050e8a5849b72094c50ab08da042db8 # v6.1.1
47+
uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 # v6.3.2
4848
with:
4949
version: latest
5050
working-directory: 'infra/module-swapper'

0 commit comments

Comments
 (0)