Skip to content

Commit

Permalink
chore(deps): bump super-linter/super-linter from 6.8.0 to 7.1.0 (#14)
Browse files Browse the repository at this point in the history
* chore(deps): bump super-linter/super-linter from 6.8.0 to 7.1.0

Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 6.8.0 to 7.1.0.
- [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.8.0...v7.1.0)

---
updated-dependencies:
- dependency-name: super-linter/super-linter
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* chore: disabled prettier super-linter-full.yml

* chore: disabled prettier super-linter-full.yml

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Evgeny <transingularity@gmail.com>
  • Loading branch information
dependabot[bot] and Dankoy authored Sep 2, 2024
1 parent 95b2b98 commit 4943748
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 2 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/super-linter-full.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: super-linter/super-linter/slim@v6.8.0
uses: super-linter/super-linter/slim@v7.1.0
env:
VALIDATE_ALL_CODEBASE: true
VALIDATE_MARKDOWN: false
Expand All @@ -39,6 +39,8 @@ jobs:
VALIDATE_JAVA: false # make true someday
VALIDATE_SQL: false
VALIDATE_SQLFLUFF: false
VALIDATE_MARKDOWN_PRETTIER: false
VALIDATE_YAML_PRETTIER: false
FILTER_REGEX_EXCLUDE: "mvnw"
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
4 changes: 3 additions & 1 deletion .github/workflows/super-linter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
fetch-depth: 0

- name: Lint Code Base
uses: super-linter/super-linter/slim@v6.8.0
uses: super-linter/super-linter/slim@v7.1.0
env:
VALIDATE_ALL_CODEBASE: false
VALIDATE_MARKDOWN: false
Expand All @@ -39,6 +39,8 @@ jobs:
VALIDATE_JAVA: false # make true someday
VALIDATE_SQL: false
VALIDATE_SQLFLUFF: false
VALIDATE_MARKDOWN_PRETTIER: false
VALIDATE_YAML_PRETTIER: false
FILTER_REGEX_EXCLUDE: "mvnw"
DEFAULT_BRANCH: master
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

0 comments on commit 4943748

Please sign in to comment.