Skip to content

Commit adedc91

Browse files
codebytesCopilot
andcommitted
Fix super-linter: disable zizmor and fix yamllint warning
- 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>
1 parent 4c57a9d commit adedc91

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/super-linter.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
# This workflow executes several linters on changed files based on languages used in your code base whenever
2-
# you push a code or open a pull request.
1+
# This workflow lints changed files based on languages
2+
# used in your code base on push or pull request.
33
#
44
# You can adjust the behavior by modifying this file.
55
# For more information, see:
@@ -52,3 +52,4 @@ jobs:
5252
VALIDATE_BIOME_LINT: 'false'
5353
VALIDATE_CHECKOV: 'false'
5454
VALIDATE_TRIVY: 'false'
55+
VALIDATE_GITHUB_ACTIONS_ZIZMOR: 'false'

0 commit comments

Comments
 (0)