From dd792469edeb68e9d259f96e6dbd6d7402a7dde6 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 19:34:03 +0000 Subject: [PATCH] chore(deps): bump golangci/golangci-lint-action from 6.2.0 to 6.3.2 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.2.0 to 6.3.2. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/ec5d18412c0aeab7936cb16880d708ba2a64e1ae...051d91933864810ecd5e2ea2cfd98f6a5bca5347) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/call-unit-lint-head-ref.yaml | 2 +- .github/workflows/call-unit-lint.yaml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/call-unit-lint-head-ref.yaml b/.github/workflows/call-unit-lint-head-ref.yaml index 7c5e51e03..aa599b4bf 100644 --- a/.github/workflows/call-unit-lint-head-ref.yaml +++ b/.github/workflows/call-unit-lint-head-ref.yaml @@ -44,7 +44,7 @@ jobs: go-version-file: "go.mod" cache: false # We need to disable caching here, since this is handled by the golangci-lint action - name: golangci-lint - uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae #v6.2.0 + uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 #v6.3.2 with: version: 'latest' args: --timeout=10m --verbose diff --git a/.github/workflows/call-unit-lint.yaml b/.github/workflows/call-unit-lint.yaml index 8e70f80e3..740341000 100644 --- a/.github/workflows/call-unit-lint.yaml +++ b/.github/workflows/call-unit-lint.yaml @@ -38,7 +38,7 @@ jobs: go-version-file: "go.mod" cache: false # We need to disable caching here, since this is handled by the golangci-lint action - name: golangci-lint - uses: golangci/golangci-lint-action@ec5d18412c0aeab7936cb16880d708ba2a64e1ae #v6.2.0 + uses: golangci/golangci-lint-action@051d91933864810ecd5e2ea2cfd98f6a5bca5347 #v6.3.2 with: version: 'latest' args: --timeout=10m --verbose