From 332ebeef8afaeb59da59e0ad173e6329d32d6a2c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 04:45:15 +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 5257a96f19ab0fc374b754b71f9b89300d1fb489. - [Release notes](https://github.com/editorconfig-checker/action-editorconfig-checker/releases) - [Commits](https://github.com/editorconfig-checker/action-editorconfig-checker/compare/9f8f6065f4db902c0c56cafa67cea18b3ebbb680...5257a96f19ab0fc374b754b71f9b89300d1fb489) --- updated-dependencies: - dependency-name: editorconfig-checker/action-editorconfig-checker dependency-version: 5257a96f19ab0fc374b754b71f9b89300d1fb489 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 fa5238c..3015c8c 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@5257a96f19ab0fc374b754b71f9b89300d1fb489 # main - name: ShellCheck run: shellcheck bin/* lib/*.bash 2>/dev/null || true