From 087caf462ad61c4b774161e8511869ef0142990d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Sep 2024 11:12:46 +0000 Subject: [PATCH] chore(deps): bump github/super-linter from 5 to 7 Bumps [github/super-linter](https://github.com/github/super-linter) from 5 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...v7) --- 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 | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/linter.yaml b/.github/workflows/linter.yaml index 2e539c657..c56b20ea5 100644 --- a/.github/workflows/linter.yaml +++ b/.github/workflows/linter.yaml @@ -34,7 +34,7 @@ jobs: ################################ - name: Lint YAML if: ${{ success() || failure() }} - uses: github/super-linter/slim@v5 + uses: github/super-linter/slim@v7 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main @@ -48,7 +48,7 @@ jobs: # https://github.com/koalaman/shellcheck/blob/master/shellcheck.1.md - name: Lint Bash if: ${{ success() || failure() }} - uses: github/super-linter/slim@v5 + uses: github/super-linter/slim@v7 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main @@ -59,7 +59,7 @@ jobs: # Super-Linter markdown validation - name: Lint Markdown if: ${{ success() || failure() }} - uses: github/super-linter/slim@v5 + uses: github/super-linter/slim@v7 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main