Skip to content

Commit

Permalink
Merge pull request #99 from mscharley/renovate/super-linter-super-lin…
Browse files Browse the repository at this point in the history
…ter-6.x

chore(deps): update super-linter/super-linter action to v6
  • Loading branch information
mscharley authored Mar 14, 2024
2 parents d44d1af + 27490ce commit d504450
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/check-dist.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,8 @@ on:
- '**.md'
workflow_dispatch:

permissions: {}

jobs:
check-dist:
name: Check dist/
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,8 @@ on:
- main
- 'releases/*'

permissions: {}

jobs:
test-typescript:
name: TypeScript Tests
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
8 changes: 7 additions & 1 deletion .github/workflows/linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,8 @@ on:
branches-ignore:
- main

permissions: {}

jobs:
lint:
name: Lint Code Base
Expand All @@ -22,6 +24,10 @@ jobs:
- name: Checkout
id: checkout
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
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 @@ -36,7 +42,7 @@ jobs:

- name: Lint Code Base
id: super-linter
uses: super-linter/super-linter/slim@a8150b40c89574adb5f68bf9502b890a236a06b3 # v5.7.2
uses: super-linter/super-linter/slim@e0fc164bba85f4b58c6cd17ba1dfd435d01e8a06 # v6.3.0
env:
DEFAULT_BRANCH: main
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
2 changes: 2 additions & 0 deletions .github/workflows/stale.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,8 @@ on:
- cron: '30 1 * * *'
workflow_dispatch:

permissions: {}

jobs:
stale:
uses: mscharley/.github/.github/workflows/stale.yml@main
Expand Down

0 comments on commit d504450

Please sign in to comment.