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