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 546c810
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion .github/workflows/lint.yml
Original file line number Diff line number Diff line change
Expand Up @@ -3,13 +3,22 @@ on:
push:
branches: [main, release-*]
pull_request:
permissions: read-all
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 546c810

Please sign in to comment.