From 859180e08ddd1f5caa6856811fdc60cc435b7894 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 22 Jun 2026 21:43:48 +0000 Subject: [PATCH] chore(deps): bump super-linter/super-linter in /.github/workflows Bumps [super-linter/super-linter](https://github.com/super-linter/super-linter) from 8.6.0 to 8.7.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/9e863354e3ff62e0727d37183162c4a88873df41...4ce20838b8ab83717e78138c5b3a1407148e0918) --- updated-dependencies: - dependency-name: super-linter/super-linter dependency-version: 8.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/super-linter.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/super-linter.yaml b/.github/workflows/super-linter.yaml index 7c79472..20a8e61 100644 --- a/.github/workflows/super-linter.yaml +++ b/.github/workflows/super-linter.yaml @@ -48,7 +48,7 @@ jobs: fi - name: Lint Code Base - uses: super-linter/super-linter@9e863354e3ff62e0727d37183162c4a88873df41 #v8.6.0 + uses: super-linter/super-linter@4ce20838b8ab83717e78138c5b3a1407148e0918 #v8.7.0 env: VALIDATE_ALL_CODEBASE: ${{ inputs.full_scan || false }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}