From 0da0afd29164f0d869375ce32b734ad9605e25d4 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 13 Jul 2023 13:21:35 +0000 Subject: [PATCH] github-action: bump github/super-linter Bumps [github/super-linter](https://github.com/github/super-linter) from 98b9f97a88465a982d87e5a4264a87a3d3958560 to 759885f47664595a56db33fee55d64a393e5bad8. - [Changelog](https://github.com/github/super-linter/blob/main/docs/release-process.md) - [Commits](https://github.com/github/super-linter/compare/98b9f97a88465a982d87e5a4264a87a3d3958560...759885f47664595a56db33fee55d64a393e5bad8) --- updated-dependencies: - dependency-name: github/super-linter dependency-type: direct:production ... 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 07d17d8b..618036bc 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: github/super-linter@98b9f97a88465a982d87e5a4264a87a3d3958560 + uses: github/super-linter@759885f47664595a56db33fee55d64a393e5bad8 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: github/super-linter@98b9f97a88465a982d87e5a4264a87a3d3958560 + uses: github/super-linter@759885f47664595a56db33fee55d64a393e5bad8 env: VALIDATE_ALL_CODEBASE: false DEFAULT_BRANCH: main