Skip to content

Commit

Permalink
Merge pull request #1 from actions/dependabot/github_actions/super-li…
Browse files Browse the repository at this point in the history
…nter/super-linter-6

Bump super-linter/super-linter from 5 to 6
  • Loading branch information
bdehamer authored Feb 24, 2024
2 parents 2580b8b + ccb7df3 commit ce9bc31
Show file tree
Hide file tree
Showing 5 changed files with 48 additions and 1,456 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
id: setup-node
uses: actions/setup-node@b39b52d1213e96004bfcb1c61a8a6fa8ab84f3e8 # v4.0.1
with:
node-version: 18
node-version-file: .node-version
cache: npm

- name: Install Dependencies
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/codeql-analysis.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ on:
schedule:
- cron: '31 7 * * 3'

permissions: {}

jobs:
analyze:
name: Analyze
Expand Down
6 changes: 4 additions & 2 deletions .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,8 @@ jobs:
- name: Checkout
id: checkout
uses: actions/checkout@v4
with:
fetch-depth: 0

- name: Setup Node.js
id: setup-node
Expand All @@ -31,10 +33,10 @@ jobs:
- name: Install Dependencies
id: install
run: npm ci

- 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
Loading

0 comments on commit ce9bc31

Please sign in to comment.