Skip to content

Commit

Permalink
Merge pull request #1068 from adamralph/dependabot/github_actions/sup…
Browse files Browse the repository at this point in the history
…er-linter/super-linter-7.2.1

Bump super-linter/super-linter from 6.9.0 to 7.2.1
  • Loading branch information
adamralph authored Feb 20, 2025
2 parents 52deee6 + c409c43 commit 07bc92a
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,9 +16,12 @@ jobs:
with:
fetch-depth: 0
filter: tree:0
- uses: super-linter/super-linter@v6.9.0
- uses: super-linter/super-linter@v7.2.1
env:
DEFAULT_BRANCH: main
FILTER_REGEX_EXCLUDE: \bcodeql-analysis\.yml$|\bLICENSE$|\bversions\.txt$
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_JSON_PRETTIER: false
VALIDATE_MARKDOWN_PRETTIER: false
VALIDATE_SHELL_SHFMT: false
VALIDATE_YAML_PRETTIER: false

0 comments on commit 07bc92a

Please sign in to comment.