From c2a22551256febc30fd6b1db6a9c7016a777e3ff Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 16 Jan 2026 06:15:54 +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 e0066136c512615c288e25b750832c9648d4d72c to 394940cc19e4a06658e11f3575daac0bd35cd960. - [Release notes](https://github.com/editorconfig-checker/action-editorconfig-checker/releases) - [Commits](https://github.com/editorconfig-checker/action-editorconfig-checker/compare/e0066136c512615c288e25b750832c9648d4d72c...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 881e7f7..b6fd0a1 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@394940cc19e4a06658e11f3575daac0bd35cd960 # main - name: ShellCheck run: shellcheck bin/* lib/*.bash 2>/dev/null || true