From ad99d2f5e69208e64973e7c902e7dcc27f1137b8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 3 May 2024 10:00:05 -0400 Subject: [PATCH] Bump github/super-linter from 5 to 6 (#1014) Bumps [github/super-linter](https://github.com/github/super-linter) from 5 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/v5...v6) --- 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> Co-authored-by: Jason Masten --- .github/workflows/super-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index f2c10511d..0e80b3936 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -22,7 +22,7 @@ jobs: - uses: actions/checkout@v4 with: fetch-depth: 0 # Full git history is needed to get a proper list of changed files within `super-linter` - - uses: github/super-linter/slim@v5 # use the slim linter since we don't use rust, dotenv, armttk, pwsh, or c# + - uses: github/super-linter/slim@v6 # use the slim linter since we don't use rust, dotenv, armttk, pwsh, or c# env: VALIDATE_ALL_CODEBASE: true VALIDATE_BASH: true