diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 0651b08d3..dee20a0b1 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -25,7 +25,7 @@ jobs: fetch-depth: 0 - name: MegaLinter - uses: oxsecurity/megalinter/flavors/c_cpp@v9.1.0 + uses: oxsecurity/megalinter/flavors/c_cpp@v9.3.0 env: VALIDATE_ALL_CODEBASE: true GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}