diff --git a/.github/workflows/lint.yaml b/.github/workflows/lint.yaml index 4927706..390aab2 100644 --- a/.github/workflows/lint.yaml +++ b/.github/workflows/lint.yaml @@ -32,7 +32,7 @@ jobs: only-new-issues: true - name: megalinter - uses: oxsecurity/megalinter@ef3e84b8b836d76db562d0f3ed7da61e8fd538bc # v9 + uses: oxsecurity/megalinter@15e5b45552097e318c93de385779ce3b1084052c # v10 if: ${{ (github.event_name == 'push' && github.ref == 'refs/heads/main') }} env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}