diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 881e7f7..865a103 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@79493c9d24904b1a23f87c2a36348aa031513eba # main - name: ShellCheck run: shellcheck bin/* lib/*.bash 2>/dev/null || true