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