From 9aade0235864e15349982b387fcd531e39a566d7 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 06:31:24 +0000 Subject: [PATCH 1/3] Bump golangci/golangci-lint-action from 6.5.0 to 8.0.0 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 6.5.0 to 8.0.0. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/2226d7cb06a077cd73e56eedd38eecad18e5d837...4afd733a84b1f43292c63897423277bb7f4313a9) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: 8.0.0 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index dcc9316..8517791 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -21,7 +21,7 @@ jobs: go-version: "1.18.5" - name: golangci-lint - uses: golangci/golangci-lint-action@2226d7cb06a077cd73e56eedd38eecad18e5d837 + uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 with: version: v1.47.3 args: --verbose --config .golangci.yaml From 03169019d41484a25d41c376e9c4b44e545bfa2b Mon Sep 17 00:00:00 2001 From: "E. Lynette Rayle" Date: Tue, 6 May 2025 16:36:55 -0400 Subject: [PATCH 2/3] lint-action v8.0.0 requires lint >= v2.1.0 --- .github/workflows/lint.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 8517791..93d769e 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -18,11 +18,11 @@ jobs: - uses: actions/checkout@v4 - uses: actions/setup-go@v5 with: - go-version: "1.18.5" + go-version: "1.23.x" - name: golangci-lint - uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 + uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0 with: - version: v1.47.3 + version: eabc2638a66daf5bb6c6fb052a32fa3ef7b6600d # v2.1.6 args: --verbose --config .golangci.yaml skip-cache: true From dc3646463b909e5e495d998d9868e9b5c08c576c Mon Sep 17 00:00:00 2001 From: "E. Lynette Rayle" Date: Tue, 6 May 2025 16:46:35 -0400 Subject: [PATCH 3/3] sha not allowed for -lint version --- .github/workflows/lint.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 93d769e..1d09c45 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -23,6 +23,6 @@ jobs: - name: golangci-lint uses: golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8.0.0 with: - version: eabc2638a66daf5bb6c6fb052a32fa3ef7b6600d # v2.1.6 + version: v2.1.6 args: --verbose --config .golangci.yaml skip-cache: true