Skip to content

Commit 485ad47

Browse files
committed
Bump super-linter/super-linter from 5 to 6
1 parent 838b59f commit 485ad47

4 files changed

Lines changed: 18 additions & 10 deletions

File tree

.github/workflows/check-dist.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,10 +10,12 @@
1010
name: Check Transpiled JavaScript
1111

1212
on:
13+
pull_request:
14+
branches:
15+
- main
1316
push:
1417
branches:
1518
- main
16-
pull_request:
1719

1820
permissions:
1921
contents: read

.github/workflows/ci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Continuous Integration
22

33
on:
44
pull_request:
5+
branches:
6+
- main
57
push:
68
branches:
79
- main

.github/workflows/codeql-analysis.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -1,26 +1,26 @@
11
name: CodeQL
22

33
on:
4-
push:
4+
pull_request:
55
branches:
66
- main
7-
pull_request:
7+
push:
88
branches:
99
- main
1010
schedule:
1111
- cron: '31 7 * * 3'
1212

13+
permissions:
14+
actions: read
15+
checks: write
16+
contents: read
17+
security-events: write
18+
1319
jobs:
1420
analyze:
1521
name: Analyze
1622
runs-on: ubuntu-latest
1723

18-
permissions:
19-
actions: read
20-
checks: write
21-
contents: read
22-
security-events: write
23-
2424
strategy:
2525
fail-fast: false
2626
matrix:

.github/workflows/linter.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,8 @@ name: Lint Codebase
22

33
on:
44
pull_request:
5+
branches:
6+
- main
57
push:
68
branches:
79
- main
@@ -20,6 +22,8 @@ jobs:
2022
- name: Checkout
2123
id: checkout
2224
uses: actions/checkout@v4
25+
with:
26+
fetch-depth: 0
2327

2428
- name: Setup Node.js
2529
id: setup-node
@@ -34,7 +38,7 @@ jobs:
3438

3539
- name: Lint Codebase
3640
id: super-linter
37-
uses: super-linter/super-linter/slim@v5
41+
uses: super-linter/super-linter/slim@v6
3842
env:
3943
DEFAULT_BRANCH: main
4044
FILTER_REGEX_EXCLUDE: dist/**/*

0 commit comments

Comments
 (0)