Skip to content

Commit

Permalink
Merge pull request #288 from alphagov/dependabot/github_actions/githu…
Browse files Browse the repository at this point in the history
…b/super-linter-759885f47664595a56db33fee55d64a393e5bad8

github-action: bump github/super-linter from 98b9f97a88465a982d87e5a4264a87a3d3958560 to 759885f47664595a56db33fee55d64a393e5bad8
  • Loading branch information
nimalank7 committed Jul 18, 2023
2 parents 7b32294 + 0da0afd commit 6019778
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 6019778

Please sign in to comment.