From dd001ab276f2f4ed64e4fadb4df6a1d1fef52da5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 22 May 2026 03:07:03 +0000 Subject: [PATCH] chore(deps): bump commit-check/commit-check-action from 2.6.1 to 2.7.0 Bumps [commit-check/commit-check-action](https://github.com/commit-check/commit-check-action) from 2.6.1 to 2.7.0. - [Release notes](https://github.com/commit-check/commit-check-action/releases) - [Commits](https://github.com/commit-check/commit-check-action/compare/2239d8980732e84a380552fdd71e1d49e149baf3...f237ed0085f49444ab5c85bdfa5cdcd490fc09c5) --- updated-dependencies: - dependency-name: commit-check/commit-check-action dependency-version: 2.7.0 dependency-type: direct:production update-type: version-update:semver-minor ... 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 ca805273..d1a61dca 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@2239d8980732e84a380552fdd71e1d49e149baf3 # v2.6.1 + uses: commit-check/commit-check-action@f237ed0085f49444ab5c85bdfa5cdcd490fc09c5 # v2.7.0 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.