Skip to content

Commit 191d4c8

Browse files
chore(deps): bump super-linter/super-linter from 8.2.0 to 8.2.1 (#1748)
* chore(deps): bump super-linter/super-linter from 8.2.0 to 8.2.1 Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 8.2.0 to 8.2.1. - [Release notes](https://github.com/super-linter/super-linter/releases) - [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md) - [Commits](super-linter/super-linter@7bba2ee...2bdd90e) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-version: 8.2.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]> * Disable biome format and lint validation Disable validation for biome format and lint. --------- Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Christian Oliff <[email protected]>
1 parent 2b6def8 commit 191d4c8

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/super-linter.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
persist-credentials: false
3232

3333
- name: Super-linter
34-
uses: super-linter/super-linter/slim@7bba2eeb89d01dc9bfd93c497477a57e72c83240 # v8.2.0
34+
uses: super-linter/super-linter/slim@2bdd90ed3262e023ac84bf8fe35dc480721fc1f2 # v8.2.1
3535
env:
3636
DEFAULT_BRANCH: main
3737
FILTER_REGEX_EXCLUDE: '/test/'
@@ -42,6 +42,8 @@ jobs:
4242
SUPPRESS_POSSUM: true
4343
VALIDATE_ALL_CODEBASE: false
4444
VALIDATE_BASH: false
45+
VALIDATE_BIOME_FORMAT: false
46+
VALIDATE_BIOME_LINT: false
4547
VALIDATE_CHECKOV: false
4648
VALIDATE_CSS: false
4749
VALIDATE_CSS_PRETTIER: false

0 commit comments

Comments
 (0)