From 07967b4f6d8b9b5c2666686560f5f9f48b6d43de Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Dec 2024 20:47:56 +0100 Subject: [PATCH] Bump github/super-linter from 5.0.0 to 7 (#117) Bumps [github/super-linter](https://github.com/github/super-linter) from 5.0.0 to 7. - [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/v5.0.0...v7) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/main.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index bf53d1b..1ae9a63 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -36,7 +36,7 @@ jobs: fetch-depth: 0 - name: Lint code base - uses: github/super-linter/slim@v5.0.0 + uses: github/super-linter/slim@v7 env: VALIDATE_ALL_CODEBASE: true VALIDATE_JSON: true