Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/pr_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down