From d1e54503c0ffa5070014b3982f59e0f85e91a091 Mon Sep 17 00:00:00 2001 From: smholvoet Date: Mon, 20 May 2024 16:25:05 +0200 Subject: [PATCH] =?UTF-8?q?=E2=AC=86=EF=B8=8F=20bump=20super-linter=20to?= =?UTF-8?q?=20v6.5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/linter.yml b/.github/workflows/linter.yml index 4756468..6467f8f 100644 --- a/.github/workflows/linter.yml +++ b/.github/workflows/linter.yml @@ -45,7 +45,7 @@ # Run Linter against code base # ################################ - name: Lint Code Base - uses: github/super-linter@v6 + uses: super-linter/super-linter@v6.5.0 env: VALIDATE_ALL_CODEBASE: true VALIDATE_YAML: true