From 0815405d69fe43f671ce94a57610bbd9555a0058 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 18 May 2026 03:33:45 +0000 Subject: [PATCH] chore(deps): bump commit-check/commit-check-action from 2.6.0 to 2.6.1 Bumps [commit-check/commit-check-action](https://github.com/commit-check/commit-check-action) from 2.6.0 to 2.6.1. - [Release notes](https://github.com/commit-check/commit-check-action/releases) - [Commits](https://github.com/commit-check/commit-check-action/compare/7c158d4541309c5952de3343151750882b036d10...2239d8980732e84a380552fdd71e1d49e149baf3) --- updated-dependencies: - dependency-name: commit-check/commit-check-action dependency-version: 2.6.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/ci.commit.check.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.commit.check.yml b/.github/workflows/ci.commit.check.yml index 50a73ce2..ca805273 100644 --- a/.github/workflows/ci.commit.check.yml +++ b/.github/workflows/ci.commit.check.yml @@ -27,7 +27,7 @@ jobs: ref: ${{ github.event.pull_request.head.sha }} # checkout PR HEAD commit fetch-depth: 0 # required for merge-base check - name: Run Commit Check - uses: commit-check/commit-check-action@7c158d4541309c5952de3343151750882b036d10 # v2.6.0 + uses: commit-check/commit-check-action@2239d8980732e84a380552fdd71e1d49e149baf3 # v2.6.1 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} # use GITHUB_TOKEN because of use pr-comments # Default subject max is 80; allow longer conventional-commit subjects in PR history.