Skip to content

Commit

Permalink
Merge pull request #187 from coliff/dependabot/github_actions/github/…
Browse files Browse the repository at this point in the history
…super-linter-6
  • Loading branch information
coliff authored Jul 1, 2024
2 parents 7256262 + dd09c5b commit d681873
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: github/super-linter/slim@v5
uses: super-linter/super-linter/slim@v6
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand All @@ -31,5 +31,6 @@ jobs:
LOG_LEVEL: NOTICE
SUPPRESS_POSSUM: true
VALIDATE_ALL_CODEBASE: false
VALIDATE_CHECKOV: false
VALIDATE_HTML: false
VALIDATE_MARKDOWN: false

0 comments on commit d681873

Please sign in to comment.