From 3d4c8266a5b19755a90f0dcf8f80c8514a4c23a1 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Wed, 28 Jan 2026 18:59:56 +0100 Subject: [PATCH 1/4] =?UTF-8?q?=E2=9A=99=EF=B8=8F=20[Maintenance]:=20Updat?= =?UTF-8?q?e=20super-linter=20to=20v8.4.0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/Linter.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Linter.yml b/.github/workflows/Linter.yml index 05f128c..f35fecf 100644 --- a/.github/workflows/Linter.yml +++ b/.github/workflows/Linter.yml @@ -25,9 +25,10 @@ jobs: fetch-depth: 0 - name: Lint code base - uses: super-linter/super-linter@d5b0a2ab116623730dd094f15ddc1b6b25bf7b99 # v8.3.2 + uses: super-linter/super-linter@12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e # v8.4.0 env: GITHUB_TOKEN: ${{ github.token }} + SUPPRESS_OUTPUT_ON_SUCCESS: true VALIDATE_BIOME_FORMAT: false VALIDATE_JSCPD: false VALIDATE_JSON_PRETTIER: false From b9af7befddd691826d23d9357db59063e6229bb1 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Wed, 28 Jan 2026 20:03:34 +0100 Subject: [PATCH 2/4] Remove SUPPRESS_OUTPUT_ON_SUCCESS setting --- .github/workflows/Linter.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/Linter.yml b/.github/workflows/Linter.yml index f35fecf..7b337df 100644 --- a/.github/workflows/Linter.yml +++ b/.github/workflows/Linter.yml @@ -28,7 +28,6 @@ jobs: uses: super-linter/super-linter@12562e48d7059cf666c43a4ecb0d3b5a2b31bd9e # v8.4.0 env: GITHUB_TOKEN: ${{ github.token }} - SUPPRESS_OUTPUT_ON_SUCCESS: true VALIDATE_BIOME_FORMAT: false VALIDATE_JSCPD: false VALIDATE_JSON_PRETTIER: false From b5268b7e0314df8cfe30c3e68c3fdf63d3c7fdf4 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Wed, 28 Jan 2026 22:44:42 +0100 Subject: [PATCH 3/4] Add codespell configuration --- .github/linters/.codespellrc | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 .github/linters/.codespellrc diff --git a/.github/linters/.codespellrc b/.github/linters/.codespellrc new file mode 100644 index 0000000..5f3e9d9 --- /dev/null +++ b/.github/linters/.codespellrc @@ -0,0 +1,2 @@ +[codespell] +skip = ./.github/linters From d45c6c900ba6f4b729abb0193f1ec1ca68f77fb5 Mon Sep 17 00:00:00 2001 From: Marius Storhaug Date: Thu, 29 Jan 2026 23:32:08 +0100 Subject: [PATCH 4/4] Fix typo: aciton -> action --- .github/workflows/TestWorkflow.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/TestWorkflow.yml b/.github/workflows/TestWorkflow.yml index 87beaad..685b1c0 100644 --- a/.github/workflows/TestWorkflow.yml +++ b/.github/workflows/TestWorkflow.yml @@ -363,7 +363,7 @@ jobs: run: | Install-PSResource -Name GitHub -TrustRepository -Prerelease if ($PSMODULE_GITHUB_SCRIPT) { - throw "Is not running in GitHub-Script aciton! Failing" + throw "Is not running in GitHub-Script action! Failing" } $item = [pscustomobject]@{ Path = $env:Path