From d7b6d637c7110815c702fb4316eb63c81b6f59bd Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Aug 2024 22:26:44 +0000 Subject: [PATCH] github-action: bump super-linter/super-linter from 6 to 7 Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 6 to 7. - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](https://github.com/super-linter/super-linter/compare/v6...v7) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint_on_pr.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/lint_on_pr.yml b/.github/workflows/lint_on_pr.yml index f21e5330..9095c832 100644 --- a/.github/workflows/lint_on_pr.yml +++ b/.github/workflows/lint_on_pr.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 # - name: Lint Code Base (Blocking) # Blow up on gitleaks / github actions errors (ie. things which may / will cause issues) -# uses: super-linter/super-linter/slim@v6 +# uses: super-linter/super-linter/slim@v7 # env: # VALIDATE_ALL_CODEBASE: false # DEFAULT_BRANCH: main @@ -35,7 +35,7 @@ jobs: # VALIDATE_GITHUB_ACTIONS: true - name: Lint Code Base (Information only) # Run linter on everything else, but in 'information-only' mode. - uses: super-linter/super-linter/slim@v6 + uses: super-linter/super-linter/slim@v7 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main