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