From bdaa2f84d6f04324a7333f8e95eb166e9e54f358 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 4 Mar 2024 21:13:55 +0000 Subject: [PATCH] build(deps): bump github/super-linter from 4.8.2 to 5.0.0 Bumps [github/super-linter](https://github.com/github/super-linter) from 4.8.2 to 5.0.0. - [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md) - [Commits](https://github.com/github/super-linter/compare/v4.8.2...v5.0.0) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index c0d4efd..7c76ad7 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -23,7 +23,7 @@ jobs: ./script/lint - name: "super lint" - uses: github/super-linter@v4.8.2 + uses: github/super-linter@v5.0.0 env: VALIDATE_GO: false DEFAULT_BRANCH: main