diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 881e7f7..0a852ba 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v4 - name: EditorConfig Check - uses: editorconfig-checker/action-editorconfig-checker@e0066136c512615c288e25b750832c9648d4d72c # main + uses: editorconfig-checker/action-editorconfig-checker@c59f1c27d1a86828788afecd146db1441744ad51 # main - name: ShellCheck run: shellcheck bin/* lib/*.bash 2>/dev/null || true