Bump super-linter/super-linter from 4.9.2 to 6.0.0

Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 4.9.2 to 6.0.0.
- [Release notes](https://github.com/super-linter/super-linter/releases)
- [Changelog](https://github.com/super-linter/super-linter/blob/main/CHANGELOG.md)
- [Commits](https://github.com/super-linter/super-linter/compare/v4.9.2...v6.0.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>
pull/2303/head
dependabot[bot] 10 months ago committed by Emilio López
parent e487934a99
commit d820145d1c
  1. 2
      .github/workflows/black.yml
  2. 2
      .github/workflows/linter.yml
  3. 2
      .github/workflows/pylint.yml

@ -42,7 +42,7 @@ jobs:
cp pyproject.toml .github/linters
- name: Black
uses: super-linter/super-linter/slim@v4.9.2
uses: super-linter/super-linter/slim@v6.0.0
if: always()
env:
# run linter on everything to catch preexisting problems

@ -45,7 +45,7 @@ jobs:
echo "::add-matcher::.github/workflows/matchers/yamllint.json"
- name: Lint everything else
uses: super-linter/super-linter/slim@v4.9.2
uses: super-linter/super-linter/slim@v6.0.0
if: always()
env:
# run linter on everything to catch preexisting problems

@ -43,7 +43,7 @@ jobs:
echo "::add-matcher::.github/workflows/matchers/pylint.json"
- name: Pylint
uses: super-linter/super-linter/slim@v4.9.2
uses: super-linter/super-linter/slim@v6.0.0
if: always()
env:
# Run linters only on new files for pylint to speed up the CI

Loading…
Cancel
Save