From 4b046c3636445d564e9d8d133ff787c3dcdb1c1f Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 18:43:36 +0000 Subject: [PATCH] build(deps): bump super-linter/super-linter/slim from 8.6.0 to 8.7.0 Bumps [super-linter/super-linter/slim](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/slim dependency-version: 8.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/push.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index dd40aa7..5db545e 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -37,7 +37,7 @@ jobs: fetch-depth: 0 persist-credentials: false - run: ln -sv .github/linters/commitlint.config.mjs ./ - - uses: super-linter/super-linter/slim@9e863354e3ff62e0727d37183162c4a88873df41 + - uses: super-linter/super-linter/slim@4ce20838b8ab83717e78138c5b3a1407148e0918 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VALIDATE_ALL_CODEBASE: ${{ !contains(github.event_name, 'pull_request') }}