From 977b13a3dbf419d20cd87eb2b8fc6b059ce1ca9f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 20 Oct 2025 22:05:38 +0000 Subject: [PATCH] Bump super-linter/super-linter from 4.9.2 to 8.2.1 Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 4.9.2 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](https://github.com/super-linter/super-linter/compare/v4.9.2...v8.2.1) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-version: 8.2.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/black.yml | 2 +- .github/workflows/linter.yml | 2 +- .github/workflows/pylint.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/black.yml b/.github/workflows/black.yml index 22ed3f765..5c82750e7 100644 --- a/.github/workflows/black.yml +++ b/.github/workflows/black.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@v8.2.1 if: always() env: # run linter on everything to catch preexisting problems diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 643491327..33b0cf728 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -49,7 +49,7 @@ jobs: rm -rf docs/src/ - name: Lint everything else - uses: super-linter/super-linter/slim@v6.1.1 + uses: super-linter/super-linter/slim@v8.2.1 if: always() env: # run linter on everything to catch preexisting problems diff --git a/.github/workflows/pylint.yml b/.github/workflows/pylint.yml index 3c20cd20c..4f01b29bc 100644 --- a/.github/workflows/pylint.yml +++ b/.github/workflows/pylint.yml @@ -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@v8.2.1 if: always() env: # Run linters only on new files for pylint to speed up the CI