From a78006b150a5460ee7964a1b35ac93bbb8b3d6c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Thu, 15 Feb 2024 12:32:28 +0000 Subject: [PATCH] CI(deps): Update super-linter/super-linter action to v6.1.1 --- .github/workflows/super-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index 3087f61eff8..f5007b5ec34 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -34,7 +34,7 @@ jobs: # list of files that changed across commits fetch-depth: 0 - name: Lint code base - uses: super-linter/super-linter/slim@v6.0.0 + uses: super-linter/super-linter/slim@v6.1.1 env: DEFAULT_BRANCH: main # To report GitHub Actions status checks