Skip to content

Commit 7ad47bb

Browse files
⚙️ [Maintenance]: Update super-linter to v8.4.0
1 parent a152498 commit 7ad47bb

File tree

3 files changed

+5
-3
lines changed

3 files changed

+5
-3
lines changed

.github/workflows/Build-Docs.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,9 +72,10 @@ jobs:
7272
7373
- name: Lint documentation
7474
id: super-linter
75-
uses: super-linter/super-linter/slim@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
75+
uses: super-linter/super-linter/slim@12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e # v8.4.0
7676
env:
7777
RUN_LOCAL: true
78+
SUPPRESS_OUTPUT_ON_SUCCESS: true
7879
DEFAULT_BRANCH: main
7980
DEFAULT_WORKSPACE: ${{ fromJson(inputs.Settings).WorkingDirectory }}
8081
FILTER_REGEX_INCLUDE: ${{ fromJson(inputs.Settings).WorkingDirectory }}/outputs/docs

.github/workflows/Lint-Repository.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
4949
- name: Lint code base
5050
id: super-linter
51-
uses: super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
51+
uses: super-linter/super-linter@12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e # v8.4.0
5252
env:
5353
GITHUB_TOKEN: ${{ github.token }}
5454
DEFAULT_WORKSPACE: ${{ fromJson(env.Settings).WorkingDirectory }}

.github/workflows/Linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,9 +25,10 @@ jobs:
2525
fetch-depth: 0
2626

2727
- name: Lint code base
28-
uses: super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2
28+
uses: super-linter/super-linter@12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e # v8.4.0
2929
env:
3030
GITHUB_TOKEN: ${{ github.token }}
31+
SUPPRESS_OUTPUT_ON_SUCCESS: true
3132
VALIDATE_BIOME_FORMAT: false
3233
VALIDATE_JSCPD: false
3334
VALIDATE_JSON_PRETTIER: false

0 commit comments

Comments
 (0)