From 704f017583934a9734742377b7e86c7c5fa23a25 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jul 2026 04:31:02 +0000 Subject: [PATCH] ci: bump commit-check/commit-check-action from 2.10.0 to 2.11.1 Bumps [commit-check/commit-check-action](https://github.com/commit-check/commit-check-action) from 2.10.0 to 2.11.1. - [Release notes](https://github.com/commit-check/commit-check-action/releases) - [Commits](https://github.com/commit-check/commit-check-action/compare/v2.10.0...v2.11.1) --- updated-dependencies: - dependency-name: commit-check/commit-check-action dependency-version: 2.11.1 dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] --- .github/workflows/commit-check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/commit-check.yml b/.github/workflows/commit-check.yml index faff80e..7539cc9 100644 --- a/.github/workflows/commit-check.yml +++ b/.github/workflows/commit-check.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0 with: fetch-depth: 0 # Required for merge-base checks - - uses: commit-check/commit-check-action@v2.10.0 + - uses: commit-check/commit-check-action@v2.11.1 with: message: true branch: true