From 3c080b352b879282b265fee9099af28c9dfb8929 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 15 May 2024 08:49:55 +0000 Subject: [PATCH] Bump github/super-linter from 4 to 6 Bumps [github/super-linter](https://github.com/github/super-linter) from 4 to 6. - [Release notes](https://github.com/github/super-linter/releases) - [Changelog](https://github.com/github/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/github/super-linter/compare/v4...v6) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/code-review.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code-review.yml b/.github/workflows/code-review.yml index 7946986..64d54ce 100644 --- a/.github/workflows/code-review.yml +++ b/.github/workflows/code-review.yml @@ -19,7 +19,7 @@ jobs: fetch-depth: 0 - name: Run github/super-linter - uses: github/super-linter@v4 + uses: github/super-linter@v6 env: # Lint all code - disabled in as part of #262 VALIDATE_ALL_CODEBASE: false