diff --git a/.github/workflows/pr_validation.yml b/.github/workflows/pr_validation.yml index 15cd103..93f9be9 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