diff --git a/.github/workflows/push.yml b/.github/workflows/push.yml index dd40aa7..5db545e 100644 --- a/.github/workflows/push.yml +++ b/.github/workflows/push.yml @@ -37,7 +37,7 @@ jobs: fetch-depth: 0 persist-credentials: false - run: ln -sv .github/linters/commitlint.config.mjs ./ - - uses: super-linter/super-linter/slim@9e863354e3ff62e0727d37183162c4a88873df41 + - uses: super-linter/super-linter/slim@4ce20838b8ab83717e78138c5b3a1407148e0918 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} VALIDATE_ALL_CODEBASE: ${{ !contains(github.event_name, 'pull_request') }}