From 1798e69b3d7c695d4be97cf6534b69f9dbb6052e Mon Sep 17 00:00:00 2001 From: georglauterbach <44545919+georglauterbach@users.noreply.github.com> Date: Sun, 21 Jul 2024 21:39:51 +0200 Subject: [PATCH] update SuperLinter version --- .github/workflows/code_linting.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/code_linting.yml b/.github/workflows/code_linting.yml index 8a0da4b..6aa87ad 100644 --- a/.github/workflows/code_linting.yml +++ b/.github/workflows/code_linting.yml @@ -27,7 +27,7 @@ jobs: fetch-depth: 0 - name: Lint code base - uses: super-linter/super-linter/slim@v6.3.0 + uses: super-linter/super-linter/slim@v6.7.0 env: LOG_LEVEL: NOTICE GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}