Skip to content

Commit

Permalink
github-action: bump github/super-linter
Browse files Browse the repository at this point in the history
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](github/super-linter@98b9f97...759885f)

---
updated-dependencies:
- dependency-name: github/super-linter
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Jul 13, 2023
1 parent 540813b commit 0da0afd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/lint_on_pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down

0 comments on commit 0da0afd

Please sign in to comment.