From 68ba21ec1c6c200c58367c68194cb3e0c7dc6bf5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Wed, 28 Jan 2026 18:26:45 +0000 Subject: [PATCH] chore(deps): bump editorconfig-checker/action-editorconfig-checker Bumps [editorconfig-checker/action-editorconfig-checker](https://github.com/editorconfig-checker/action-editorconfig-checker) from 9f8f6065f4db902c0c56cafa67cea18b3ebbb680 to 8d7140b8f630ff2c3643edd21b3946208d88dd38. - [Release notes](https://github.com/editorconfig-checker/action-editorconfig-checker/releases) - [Commits](https://github.com/editorconfig-checker/action-editorconfig-checker/compare/9f8f6065f4db902c0c56cafa67cea18b3ebbb680...8d7140b8f630ff2c3643edd21b3946208d88dd38) --- updated-dependencies: - dependency-name: editorconfig-checker/action-editorconfig-checker dependency-version: 8d7140b8f630ff2c3643edd21b3946208d88dd38 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/quality.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/quality.yml b/.github/workflows/quality.yml index 97f93bc..bb6e56a 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@8d7140b8f630ff2c3643edd21b3946208d88dd38 # main - name: ShellCheck run: shellcheck bin/* lib/*.bash 2>/dev/null || true