diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 2857bee..048d63f 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.12.0 + uses: oxsecurity/megalinter/flavors/dotnetweb@v7.13.0 env: VALIDATE_ALL_CODEBASE: ${{ github.event_name == 'push' && github.ref == 'refs/heads/develop' }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}