Skip to content

Commit 3eb3242

Browse files
Bump super-linter/super-linter from 6 to 7 (#205)
* Bump super-linter/super-linter from 6 to 7 Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 6 to 7. - [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@v6...v7) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> * disable YAML_PRETTIER in super-linter Signed-off-by: Brian DeHamer <[email protected]> --------- Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Brian DeHamer <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Brian DeHamer <[email protected]>
1 parent 399bb17 commit 3eb3242

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

.github/dependabot.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ updates:
1010
- minor
1111
- patch
1212
ignore:
13-
- dependency-name: "actions/attest-build-provenance"
13+
- dependency-name: 'actions/attest-build-provenance'
1414

1515
- package-ecosystem: npm
1616
directory: /

.github/workflows/ci.yml

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -69,4 +69,3 @@ jobs:
6969
github-token: ${{ secrets.GITHUB_TOKEN }}
7070
- name: Dump output
7171
run: jq < ${{ steps.attest-provenance.outputs.bundle-path }}
72-

.github/workflows/linter.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838

3939
- name: Lint Codebase
4040
id: super-linter
41-
uses: super-linter/super-linter/slim@v6
41+
uses: super-linter/super-linter/slim@v7
4242
env:
4343
DEFAULT_BRANCH: main
4444
FILTER_REGEX_EXCLUDE: dist/**/*
@@ -48,3 +48,4 @@ jobs:
4848
VALIDATE_JAVASCRIPT_STANDARD: false
4949
VALIDATE_TYPESCRIPT_STANDARD: false
5050
VALIDATE_JSCPD: false
51+
VALIDATE_YAML_PRETTIER: false

0 commit comments

Comments
 (0)