From 86f47318088f917d7facb703d4f81bb1f5a7b073 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 25 Jul 2025 01:49:18 +0000 Subject: [PATCH] build(deps): bump github/super-linter from 4 to 7 --- updated-dependencies: - dependency-name: github/super-linter dependency-version: '7' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/lint.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index e0a4867..e0b1240 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -47,7 +47,7 @@ jobs: - name: Lint Commit Message uses: wagoid/commitlint-github-action@v6 - name: Lint Code Base - uses: github/super-linter/slim@v4 + uses: github/super-linter/slim@v7 # Slim image does not include linters: rust, dotenv, armtk, pwsh, c# env: GITHUB_TOKEN: ${{ secrets.SERVICE_TOKEN }}