Skip to content

Commit

Permalink
Merge pull request #117 from orange-cloudfoundry/dependabot/github_ac…
Browse files Browse the repository at this point in the history
…tions/super-linter/super-linter-7

github-action: bump super-linter/super-linter from 6 to 7
  • Loading branch information
o-orand authored Sep 4, 2024
2 parents 89c9460 + d7b6d63 commit fa168f3
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: super-linter/super-linter/slim@v6
# uses: super-linter/super-linter/slim@v7
# 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: super-linter/super-linter/slim@v6
uses: super-linter/super-linter/slim@v7
env:
VALIDATE_ALL_CODEBASE: false
DEFAULT_BRANCH: main
Expand Down

0 comments on commit fa168f3

Please sign in to comment.