Skip to content

Commit

Permalink
upgrade super-linter from 5.0.0 to 6.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
adamralph committed Feb 25, 2024
1 parent 11c0e64 commit 53de8b6
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,10 +6,18 @@ on:
jobs:
lint:
runs-on: ubuntu-latest
permissions:
contents: read
packages: read
statuses: write
steps:
- uses: actions/checkout@v4.1.1
- uses: github/super-linter@v5.0.0
with:
fetch-depth: 0
filter: tree:0
- uses: super-linter/super-linter@v6.2.0
env:
DEFAULT_BRANCH: main
FILTER_REGEX_EXCLUDE: \bcodeql-analysis\.yml$|\bLICENSE$|\bversions\.txt$
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
VALIDATE_SHELL_SHFMT: false

0 comments on commit 53de8b6

Please sign in to comment.