From d8726d5ce27e9c14261195e0f163e2929d004514 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 20:26:33 +0000 Subject: [PATCH] chore(deps): bump oxsecurity/megalinter from 7 to 10 Bumps [oxsecurity/megalinter](https://github.com/oxsecurity/megalinter) from 7 to 10. - [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/v7...v10) --- updated-dependencies: - dependency-name: oxsecurity/megalinter dependency-version: '10' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .github/workflows/pr_validation.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/pr_validation.yml b/.github/workflows/pr_validation.yml index 15cd1038..93f9be90 100644 --- a/.github/workflows/pr_validation.yml +++ b/.github/workflows/pr_validation.yml @@ -190,7 +190,7 @@ jobs: if: steps.changes.outputs.release_plan_any_changed != 'true' || steps.validate.outputs.valid == 'true' # You can override MegaLinter flavor used to have faster performances # c_cpp MegaLinter Flavor https://megalinter.io/latest/flavors/c_cpp/ includes all needed linters - can be upgraded to v8 - uses: oxsecurity/megalinter/flavors/c_cpp@v7 + uses: oxsecurity/megalinter/flavors/c_cpp@v10 # configuration of Megalinter env: VALIDATE_ALL_CODEBASE: true