From 0925f99493413ffa512b2f9278d12f0f81d43797 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 13:29:36 +0000 Subject: [PATCH] chore(deps): bump editorconfig-checker/action-editorconfig-checker Bumps the actions group with 1 update: [editorconfig-checker/action-editorconfig-checker](https://github.com/editorconfig-checker/action-editorconfig-checker). Updates `editorconfig-checker/action-editorconfig-checker` from 2.2.0 to 3.0.0 - [Release notes](https://github.com/editorconfig-checker/action-editorconfig-checker/releases) - [Commits](https://github.com/editorconfig-checker/action-editorconfig-checker/compare/840e866d93b8e032123c23bac69dece044d4d84c...51f63319f592f97930c73d9c46184d20bd206393) --- updated-dependencies: - dependency-name: editorconfig-checker/action-editorconfig-checker dependency-version: 3.0.0 dependency-type: direct:production update-type: version-update:semver-major dependency-group: actions ... Signed-off-by: dependabot[bot] --- .github/workflows/governance-reusable.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/governance-reusable.yml b/.github/workflows/governance-reusable.yml index 0a26b03e1..fba87818d 100644 --- a/.github/workflows/governance-reusable.yml +++ b/.github/workflows/governance-reusable.yml @@ -987,7 +987,7 @@ jobs: continue-on-error: true # advisory: informational only; repos can opt into blocking locally - name: EditorConfig check - uses: editorconfig-checker/action-editorconfig-checker@840e866d93b8e032123c23bac69dece044d4d84c # v2.2.0 + uses: editorconfig-checker/action-editorconfig-checker@51f63319f592f97930c73d9c46184d20bd206393 # v3.0.0 # advisory: formatting hygiene is reported from the reusable estate # bundle; repos opt into blocking formatter checks locally when ready. continue-on-error: true