From 1b93b73662d9122b33521786f43588c607297c99 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 30 Aug 2024 07:52:44 +0000 Subject: [PATCH] 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/pr-checks.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/pr-checks.yaml b/.github/workflows/pr-checks.yaml index 8693d77..fd783d6 100644 --- a/.github/workflows/pr-checks.yaml +++ b/.github/workflows/pr-checks.yaml @@ -77,7 +77,7 @@ jobs: # Run Linter against code base # ################################ - name: Lint ${{env.SITE_FOLDER_PATH}} Content - uses: github/super-linter@v5 + uses: github/super-linter@v7 env: FILTER_REGEX_INCLUDE: ${{env.SITE_FOLDER_PATH}}/content/** GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} @@ -86,7 +86,7 @@ jobs: # Run Linter against code base # ################################ - name: Lint ${{env.THEME_NAME}} Theme Archetypes Folder - uses: github/super-linter@v5 + uses: github/super-linter@v7 env: FILTER_REGEX_INCLUDE: archetypes/** GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}