From 9b85ca0e88099fdb97102ef4f0ea05e5654dc726 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 10 Feb 2025 09:39:00 +0000 Subject: [PATCH] Bump golangci/golangci-lint-action from 6.2.0 to 6.3.1 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.2.0 to 6.3.1. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v6.2.0...v6.3.1) --- 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/pr-extended-linting.yml | 2 +- .github/workflows/pr-test-lint.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-extended-linting.yml b/.github/workflows/pr-extended-linting.yml index 9597c31f4c..43ac1d3805 100644 --- a/.github/workflows/pr-extended-linting.yml +++ b/.github/workflows/pr-extended-linting.yml @@ -31,7 +31,7 @@ jobs: - name: Generate test files run: make test/generate - name: Run golangci-lint - uses: golangci/golangci-lint-action@v6.2.0 + uses: golangci/golangci-lint-action@v6.3.1 with: version: latest args: --config=.github/.golangci.yml --timeout=30m diff --git a/.github/workflows/pr-test-lint.yml b/.github/workflows/pr-test-lint.yml index 90929cfe23..a2f4ca0255 100644 --- a/.github/workflows/pr-test-lint.yml +++ b/.github/workflows/pr-test-lint.yml @@ -55,7 +55,7 @@ jobs: run: make test/lint/proto - name: Run golangci-lint - uses: golangci/golangci-lint-action@v6.2.0 + uses: golangci/golangci-lint-action@v6.3.1 with: version: latest