diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index fa5238c..14938fb 100644 --- a/.github/workflows/quality.yml +++ b/.github/workflows/quality.yml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4 - name: EditorConfig Check - uses: editorconfig-checker/action-editorconfig-checker@9f8f6065f4db902c0c56cafa67cea18b3ebbb680 # main + uses: editorconfig-checker/action-editorconfig-checker@e0066136c512615c288e25b750832c9648d4d72c # main - name: ShellCheck run: shellcheck bin/* lib/*.bash 2>/dev/null || true