Skip to content

Commit 6e8c571

Browse files
chore(deps): update super-linter/super-linter action to v8.2.0 (AndreasHeine#1162)
* chore(deps): update super-linter/super-linter action to v8.2.0 * feat: disable Biome Signed-off-by: Goetz Goerisch <g.goerisch@vdw.de> --------- Signed-off-by: Goetz Goerisch <g.goerisch@vdw.de> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Goetz Goerisch <g.goerisch@vdw.de>
1 parent 631176b commit 6e8c571

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/linter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,12 +51,14 @@ jobs:
5151
# Run Linter against code base #
5252
################################
5353
- name: Lint Code Base
54-
uses: super-linter/super-linter@v8.1.0
54+
uses: super-linter/super-linter@v8.2.0
5555
env:
5656
VALIDATE_ALL_CODEBASE: false
5757
VALIDATE_XML: false
5858
VALIDATE_CHECKOV: false
5959
VALIDATE_TRIVY: false
6060
VALIDATE_GITHUB_ACTIONS_ZIZMOR: false
61+
VALIDATE_BIOME_FORMAT: false
62+
VALIDATE_BIOME_LINT: false
6163
DEFAULT_BRANCH: main
6264
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 commit comments

Comments
 (0)