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