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

Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 4.9.2 to 7.2.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...v7.2.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>
dependabot/github_actions/dev/super-linter/super-linter-7.2.0
dependabot[bot] 4 days ago committed by GitHub
parent 89a7d5812b
commit e3ed335b92
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  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@v7.2.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@v6.1.1
uses: super-linter/super-linter/slim@v7.2.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@v6.1.1
uses: super-linter/super-linter/slim@v7.2.0
if: always()
env:
# Run linters only on new files for pylint to speed up the CI

Loading…
Cancel
Save