From 73a38a16007cf26abee1ea106ebc93be3291c8a4 Mon Sep 17 00:00:00 2001 From: Ralf Vogler Date: Wed, 23 Jul 2025 10:30:37 +0200 Subject: [PATCH] mega-linter: beta instead of v8.7.0 to test GHA step summary support --- .github/workflows/mega-linter.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 1666739..dbbcbce 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -61,7 +61,7 @@ jobs: # You can override MegaLinter flavor used to have faster performances # More info at https://megalinter.io/latest/flavors/ # uses: oxsecurity/megalinter@v8 # default (127 linters) - uses: oxsecurity/megalinter/flavors/cupcake@v8.7.0 # most common, was recommended in output (88 linters) + uses: oxsecurity/megalinter/flavors/cupcake@beta # most common, was recommended in output (88 linters) id: ml