From 05e7a162bed29dbdad52c145ed5241a1923012be Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 5 May 2025 13:11:05 +0000 Subject: [PATCH 1/2] chore(deps): bump golangci/golangci-lint-action from 7 to 8 Bumps [golangci/golangci-lint-action](https://github.com/golangci/golangci-lint-action) from 7 to 8. - [Release notes](https://github.com/golangci/golangci-lint-action/releases) - [Commits](https://github.com/golangci/golangci-lint-action/compare/v7...v8) --- updated-dependencies: - dependency-name: golangci/golangci-lint-action dependency-version: '8' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/ci-golang-sbom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-golang-sbom.yml b/.github/workflows/ci-golang-sbom.yml index 21c6ccf20..94df71e64 100644 --- a/.github/workflows/ci-golang-sbom.yml +++ b/.github/workflows/ci-golang-sbom.yml @@ -27,7 +27,7 @@ jobs: make generate - name: Lint - uses: golangci/golangci-lint-action@v7 + uses: golangci/golangci-lint-action@v8 with: version: v2.0.2 skip-pkg-cache: true From 7b98da0f247f2356a54fef4f4524700b141c3ccd Mon Sep 17 00:00:00 2001 From: Feny Mehta Date: Wed, 7 May 2025 16:51:44 +0530 Subject: [PATCH 2/2] Update .github/workflows/ci-golang-sbom.yml --- .github/workflows/ci-golang-sbom.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-golang-sbom.yml b/.github/workflows/ci-golang-sbom.yml index 94df71e64..6da7ef919 100644 --- a/.github/workflows/ci-golang-sbom.yml +++ b/.github/workflows/ci-golang-sbom.yml @@ -29,7 +29,7 @@ jobs: - name: Lint uses: golangci/golangci-lint-action@v8 with: - version: v2.0.2 + version: v2.1.6 skip-pkg-cache: true skip-build-cache: true args: --config=./.golangci.yml --verbose