Skip to content

Commit

Permalink
Merge pull request #18 from JChrist/dependabot/github_actions/super-l…
Browse files Browse the repository at this point in the history
…inter/super-linter-6

chore(deps): bump super-linter/super-linter from 5 to 6
  • Loading branch information
JChrist authored Feb 27, 2024
2 parents cb5e7c4 + 86e7a48 commit 67ab9dd
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ on:
schedule:
- cron: '24 5 * * 6'

permissions: read-all

jobs:
analyze:
name: Analyze
Expand Down
6 changes: 5 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,10 @@ jobs:
- name: Checkout
id: checkout
uses: actions/checkout@v4
with:
# super-linter needs the full git history to get the
# list of files that changed across commits
fetch-depth: 0

- name: Setup Node.js
id: setup-node
Expand All @@ -34,7 +38,7 @@ jobs:

- name: Lint Codebase
id: super-linter
uses: super-linter/super-linter/slim@v5
uses: super-linter/super-linter/slim@v6
env:
DEFAULT_BRANCH: main
FILTER_REGEX_EXCLUDE: dist/**/*
Expand Down

0 comments on commit 67ab9dd

Please sign in to comment.