Skip to content

Commit 479a6e1

Browse files
authored
Merge pull request #153 from orange-cloudfoundry/dependabot/github_actions/super-linter/super-linter-8
github-action: bump super-linter/super-linter from 7 to 8
2 parents c4375f2 + 476ca4a commit 479a6e1

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/lint_on_pr.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
fetch-depth: 0
2626

2727
# - name: Lint Code Base (Blocking) # Blow up on gitleaks / github actions errors (ie. things which may / will cause issues)
28-
# uses: super-linter/super-linter/slim@v7
28+
# uses: super-linter/super-linter/slim@v8
2929
# env:
3030
# VALIDATE_ALL_CODEBASE: false
3131
# DEFAULT_BRANCH: main
@@ -35,7 +35,7 @@ jobs:
3535
# VALIDATE_GITHUB_ACTIONS: true
3636

3737
- name: Lint Code Base (Information only) # Run linter on everything else, but in 'information-only' mode.
38-
uses: super-linter/super-linter/slim@v7
38+
uses: super-linter/super-linter/slim@v8
3939
env:
4040
VALIDATE_ALL_CODEBASE: false
4141
DEFAULT_BRANCH: main

0 commit comments

Comments
 (0)