diff --git a/.github/workflows/lint.yml b/.github/workflows/lint.yml index 701d8cf..3498a08 100644 --- a/.github/workflows/lint.yml +++ b/.github/workflows/lint.yml @@ -25,7 +25,7 @@ jobs: only-new-issues: true - name: megalinter - uses: oxsecurity/megalinter@v9 + uses: oxsecurity/megalinter@v10 if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}