diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 70ec5df..1440551 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -33,7 +33,7 @@ jobs: - name: Lint id: ml - uses: oxsecurity/megalinter/flavors/dotnetweb@v7.9.0 + uses: oxsecurity/megalinter/flavors/dotnetweb@v7.10.0 env: VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}