From b8a50fb63a6179a0229e4113ad82f1f99338be1c Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 19 Jan 2026 05:11:58 +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 394940cc19e4a06658e11f3575daac0bd35cd960. - [Release notes](https://github.com/editorconfig-checker/action-editorconfig-checker/releases) - [Commits](https://github.com/editorconfig-checker/action-editorconfig-checker/compare/9f8f6065f4db902c0c56cafa67cea18b3ebbb680...394940cc19e4a06658e11f3575daac0bd35cd960) --- updated-dependencies: - dependency-name: editorconfig-checker/action-editorconfig-checker dependency-version: 394940cc19e4a06658e11f3575daac0bd35cd960 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..ada7210 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@394940cc19e4a06658e11f3575daac0bd35cd960 # main - name: ShellCheck run: shellcheck bin/* lib/*.bash 2>/dev/null || true