From 5e5a86085a938f6d35168613695a762d88aef252 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 00:51:42 +0000 Subject: [PATCH 1/2] Bump oxsecurity/megalinter from 9.4.0 to 9.5.0 Bumps [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) from 9.4.0 to 9.5.0. - [Release notes](https://github.com/oxsecurity/megalinter/releases) - [Changelog](https://github.com/oxsecurity/megalinter/blob/main/CHANGELOG.md) - [Commits](https://github.com/oxsecurity/megalinter/compare/v9.4.0...v9.5.0) --- updated-dependencies: - dependency-name: oxsecurity/megalinter dependency-version: 9.5.0 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .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 19f12bdb..4a02ce09 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -38,7 +38,7 @@ jobs: id: ml # You can override MegaLinter flavor used to have faster performances # More info at https://megalinter.io/flavors/ - uses: oxsecurity/megalinter@v9.4.0 + uses: oxsecurity/megalinter@v9.5.0 env: # All available variables are described in documentation: # https://megalinter.io/configuration/ From 947a089bf9aa5a2490564483b117b1896048c2ae Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?V=C3=ADt=20Ku=C4=8Dera?= <26327373+vkucera@users.noreply.github.com> Date: Thu, 4 Jun 2026 20:47:10 +0200 Subject: [PATCH 2/2] Update MegaLinter config --- .github/workflows/mega-linter.yml | 4 ++-- .mega-linter.yml | 7 +++++-- 2 files changed, 7 insertions(+), 4 deletions(-) diff --git a/.github/workflows/mega-linter.yml b/.github/workflows/mega-linter.yml index 4a02ce09..5109b0ec 100644 --- a/.github/workflows/mega-linter.yml +++ b/.github/workflows/mega-linter.yml @@ -37,11 +37,11 @@ jobs: - name: MegaLinter id: ml # You can override MegaLinter flavor used to have faster performances - # More info at https://megalinter.io/flavors/ + # More info at https://megalinter.io/latest/flavors/ uses: oxsecurity/megalinter@v9.5.0 env: # All available variables are described in documentation: - # https://megalinter.io/configuration/ + # https://megalinter.io/latest/configuration/ # Validates all source when push on master, else just the diff with # master. Override with true if you always want to lint all sources. VALIDATE_ALL_CODEBASE: false diff --git a/.mega-linter.yml b/.mega-linter.yml index 7f81d38b..266a4b8d 100644 --- a/.mega-linter.yml +++ b/.mega-linter.yml @@ -17,10 +17,12 @@ ENABLE: # If you use ENABLE variable, all other languages/formats/tooling-format DISABLE_LINTERS: - BASH_EXEC - BASH_SHFMT + - REPOSITORY_OSV_SCANNER - SPELL_CSPELL - - YAML_V8R - YAML_PRETTIER -# DISABLE_ERRORS_LINTERS: # If errors are found by these linters, they will be considered as non blocking. + - YAML_V8R +DISABLE_ERRORS_LINTERS: # If errors are found by these linters, they will be considered as non blocking. + - ACTION_ZIZMOR MARKDOWN_MARKDOWNLINT_DISABLE_ERRORS: false SHOW_ELAPSED_TIME: true FILEIO_REPORTER: false @@ -29,3 +31,4 @@ UPDATED_SOURCES_REPORTER: true PRINT_ALPACA: false # Don't print ASCII alpaca in the log PRINT_ALL_FILES: true # Print all processed files FLAVOR_SUGGESTIONS: false # Don't show suggestions about different MegaLinter flavors +ACTION_ZIZMOR_UNSECURED_ENV_VARIABLES: [GITHUB_TOKEN]