From adedc915cebb7db5691531ddded642db443a474f Mon Sep 17 00:00:00 2001 From: Chris Ayers Date: Fri, 24 Apr 2026 10:07:49 +1000 Subject: [PATCH] Fix super-linter: disable zizmor and fix yamllint warning MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Disable GITHUB_ACTIONS_ZIZMOR — this demo repo intentionally uses readable tag-based action versions, not SHA pins - Shorten comment on line 1 to stay within 100-char yamllint limit Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com> --- .github/workflows/super-linter.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/super-linter.yml b/.github/workflows/super-linter.yml index cdca6a6..11bd772 100644 --- a/.github/workflows/super-linter.yml +++ b/.github/workflows/super-linter.yml @@ -1,5 +1,5 @@ -# This workflow executes several linters on changed files based on languages used in your code base whenever -# you push a code or open a pull request. +# This workflow lints changed files based on languages +# used in your code base on push or pull request. # # You can adjust the behavior by modifying this file. # For more information, see: @@ -52,3 +52,4 @@ jobs: VALIDATE_BIOME_LINT: 'false' VALIDATE_CHECKOV: 'false' VALIDATE_TRIVY: 'false' + VALIDATE_GITHUB_ACTIONS_ZIZMOR: 'false'