Skip to content

Commit 9821400

Browse files
Merge pull request #99 from chrisreddington/dependabot/github_actions/actions-minor-60eb3724a9
Bump super-linter/super-linter from 8.2.1 to 8.3.0 in the actions-minor group
2 parents fba0921 + a35be27 commit 9821400

3 files changed

Lines changed: 8 additions & 5 deletions

File tree

.checkov.yaml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
1-
---
21
# Checkov configuration file
32
# Excludes specific directories from security scanning
43
skip-path:

.github/dependabot.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,9 @@ updates:
44
directory: /
55
schedule:
66
interval: weekly
7+
open-pull-requests-limit: 10
8+
cooldown:
9+
default-days: 7
710
groups:
811
actions-minor:
912
update-types:
@@ -14,6 +17,9 @@ updates:
1417
directory: /
1518
schedule:
1619
interval: weekly
20+
open-pull-requests-limit: 10
21+
cooldown:
22+
default-days: 7
1723
groups:
1824
npm-development:
1925
dependency-type: development

.github/workflows/linter.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,15 +39,13 @@ jobs:
3939

4040
- name: Lint Codebase
4141
id: super-linter
42-
uses: super-linter/super-linter/slim@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # v8.2.1
42+
uses: super-linter/super-linter/slim@502f4fe48a81a392756e173e39a861f8c8efe056 # v8.3.0
4343
env:
4444
DEFAULT_BRANCH: main
4545
FILTER_REGEX_EXCLUDE: dist/**/*
4646
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4747
VALIDATE_ALL_CODEBASE: true
48-
VALIDATE_JAVASCRIPT_STANDARD: false
4948
VALIDATE_JSCPD: false
50-
VALIDATE_TYPESCRIPT_STANDARD: false
51-
VALIDATE_TYPESCRIPT_ES: false # handled in CI, due to current lack of support for ESLint 9.
49+
VALIDATE_TYPESCRIPT_ES: false # handled in CI
5250
VALIDATE_BIOME_FORMAT: false
5351
VALIDATE_BIOME_LINT: false

0 commit comments

Comments
 (0)