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