From a0b13a3bd219dfa2f8e929ccbb8c9990369ab696 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 09:52:33 +0000 Subject: [PATCH] chore(deps): bump commit-check/commit-check-action from 2 to 2.11.1 Bumps [commit-check/commit-check-action](https://github.com/commit-check/commit-check-action) from 2 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...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/polish-the-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/polish-the-code.yml b/.github/workflows/polish-the-code.yml index 1cb8ccd..f231a53 100644 --- a/.github/workflows/polish-the-code.yml +++ b/.github/workflows/polish-the-code.yml @@ -40,7 +40,7 @@ jobs: # required for merge-base check fetch-depth: 0 persist-credentials: false - - uses: commit-check/commit-check-action@v2 + - uses: commit-check/commit-check-action@v2.11.1 env: # use GITHUB_TOKEN because use of pr-comments GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}