Skip to content

chore: bump https://github.com/commit-check/commit-check from v2.11.1 to 2.12.0 in the deps-pre-commit group - #31

Open
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pre_commit/deps-pre-commit-2f23171dfc
Open

chore: bump https://github.com/commit-check/commit-check from v2.11.1 to 2.12.0 in the deps-pre-commit group#31
dependabot[bot] wants to merge 1 commit into
mainfrom
dependabot/pre_commit/deps-pre-commit-2f23171dfc

Conversation

@dependabot

@dependabot dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor

Bumps the deps-pre-commit group with 1 update: https://github.com/commit-check/commit-check.

Updates https://github.com/commit-check/commit-check from v2.11.1 to 2.12.0

Release notes

Sourced from https://github.com/commit-check/commit-check's releases.

v2.12.0

What's Changed

🚀 Features

  • feat: make author name and email check patterns configurable by @​zerwes in #459

🐛 Bug fixes

📝 Documentation

🚦 Tests

👻 Maintenance

  • chore: remove redundant --message flag from check-message pre-commit hook by @​shenxianpeng in #468

📦 Dependencies

  • chore(deps): bump the github-actions group with 2 updates by @dependabot[bot] in #472
  • chore(deps): bump CodSpeedHQ/action from 4.18.1 to 4.18.5 in the github-actions group by @dependabot[bot] in #470

Full Changelog: commit-check/commit-check@v2.11.1...v2.12.0

Changelog

Sourced from https://github.com/commit-check/commit-check's changelog.

Changelog

All notable changes to this project will be documented in this file.

Full changelog available at GitHub releases <https://github.com/commit-check/commit-check/releases>_.

v2.11.0 (2026-07-06)

New Features


* **AI attribution governance** — Added support for forbidding known AI tool
  signatures (e.g., ``Co-authored-by: Copilot``) in commit messages. New
  ``[commit]`` config option ``forbid_ai_attribution`` (boolean, default
  ``false``) rejects commits co-authored by AI coding agents. See PR :pr:`456`.

Bug Fixes


* Fixed ``MergeBaseValidator`` branch detection — replaced ``git branch -a``
  regex matching with ``git rev-parse --verify`` to avoid false positives
  (e.g., pattern ``main`` matching ``main-staging``). See PR :pr:`451`.

Chores


* Added OpenSSF Scorecard workflow, badge, and pinned dependency SHAs for CI
* Migrated PyPI publishing to ``pypa/gh-action-pypi-publish``
* Removed OpenSSF Scorecard badge after evaluation (moved to Scorecard dashboard)


v2.10.1 (2026-06-30)
-------------------

Bug Fixes
</code></pre>
<ul>
<li><strong>WIP detection case-insensitivity</strong> — <code>WIP</code> (<code>[WIP]</code>, <code>WIP:</code>, <code>wip:</code>,
etc.) is now recognized regardless of case across all common patterns.
See PR :pr:<code>448</code>.</li>
<li><strong>Conventional commit special characters</strong> — Allowed special characters
(parentheses, brackets, etc.) in the description part of conventional commit
messages. See PR :pr:<code>447</code>.</li>
</ul>
<p>Refactors</p>
<pre><code>
* Extracted ``_get_commit_message`` to ``BaseValidator`` to remove code
&amp;lt;/tr&amp;gt;&amp;lt;/table&amp;gt; 
&lt;/code&gt;&lt;/pre&gt;
&lt;/blockquote&gt;
&lt;p&gt;... (truncated)&lt;/p&gt;
&lt;/details&gt;
&lt;details&gt;
&lt;summary&gt;Commits&lt;/summary&gt;

&lt;ul&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/commit-check/commit-check/commit/911de5e2c9ef3761f197107a68f122f130c1c183&quot;&gt;&lt;code&gt;911de5e&lt;/code&gt;&lt;/a&gt; feat: make author name and email check patterns configurable (&lt;a href=&quot;https://redirect.github.com/commit-check/commit-check/issues/459&quot;&gt;#459&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/commit-check/commit-check/commit/7e4e4cf935f5cc2d5a5754880e3e595be7c5d98c&quot;&gt;&lt;code&gt;7e4e4cf&lt;/code&gt;&lt;/a&gt; docs: migrate README.rst to README.md and switch Sphinx to MyST parser (&lt;a href=&quot;https://redirect.github.com/commit-check/commit-check/issues/477&quot;&gt;#477&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/commit-check/commit-check/commit/e98e907dfcbf84accd008d2b122951d512a8b5c7&quot;&gt;&lt;code&gt;e98e907&lt;/code&gt;&lt;/a&gt; test: add integration tests using real Git repositories (&lt;a href=&quot;https://redirect.github.com/commit-check/commit-check/issues/476&quot;&gt;#476&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/commit-check/commit-check/commit/3628011d68e3dc296932ea9de4192de18df29630&quot;&gt;&lt;code&gt;3628011&lt;/code&gt;&lt;/a&gt; fix: handle GBK encoding crash on Chinese Windows (&lt;a href=&quot;https://redirect.github.com/commit-check/commit-check/issues/475&quot;&gt;#475&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/commit-check/commit-check/commit/4b6ea87c3d34a082a8a8268c2714cb0f4fba359f&quot;&gt;&lt;code&gt;4b6ea87&lt;/code&gt;&lt;/a&gt; docs: add Discussions link to README (&lt;a href=&quot;https://redirect.github.com/commit-check/commit-check/issues/474&quot;&gt;#474&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/commit-check/commit-check/commit/7a210356fe7b64d9b291f0be3cbef7d5f7f2298e&quot;&gt;&lt;code&gt;7a21035&lt;/code&gt;&lt;/a&gt; chore(deps): bump the github-actions group with 2 updates (&lt;a href=&quot;https://redirect.github.com/commit-check/commit-check/issues/472&quot;&gt;#472&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/commit-check/commit-check/commit/af03234b46460f4f30c621c4f726b134f7c0262d&quot;&gt;&lt;code&gt;af03234&lt;/code&gt;&lt;/a&gt; chore(deps): bump CodSpeedHQ/action from 4.18.1 to 4.18.5 in the github-actio...&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/commit-check/commit-check/commit/15c524cc6480d2026f53e60d947b128f907f6fbb&quot;&gt;&lt;code&gt;15c524c&lt;/code&gt;&lt;/a&gt; fix: prefer git config user.name for author validation in BaseValidator (&lt;a href=&quot;https://redirect.github.com/commit-check/commit-check/issues/461&quot;&gt;#461&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/commit-check/commit-check/commit/6e0ec429f0e3205af68ff7598d87c2466b17eec0&quot;&gt;&lt;code&gt;6e0ec42&lt;/code&gt;&lt;/a&gt; chore: remove redundant --message flag from check-message pre-commit hook (&lt;a href=&quot;https://redirect.github.com/commit-check/commit-check/issues/468&quot;&gt;#468&lt;/a&gt;)&lt;/li&gt;
&lt;li&gt;&lt;a href=&quot;https://github.com/commit-check/commit-check/commit/b29056d6babc6518bcdce857c5013e5f6446ac40&quot;&gt;&lt;code&gt;b29056d&lt;/code&gt;&lt;/a&gt; chore: Bump commit-check version to v2.11.1&lt;/li&gt;
&lt;li&gt;See full diff in &lt;a href=&quot;https://github.com/commit-check/commit-check/compare/v2.11.1...v2.12.0&quot;&gt;compare view&lt;/a&gt;&lt;/li&gt;
&lt;/ul&gt;
&lt;/details&gt;

&lt;br /&gt;</code></pre>


[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=https://github.com/commit-check/commit-check&package-manager=pre_commit&previous-version=v2.11.1&new-version=2.12.0)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)

Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`.

[//]: # (dependabot-automerge-start)
[//]: # (dependabot-automerge-end)

---

<details>
<summary>Dependabot commands and options</summary>
<br />

You can trigger Dependabot actions by commenting on this PR:
- `@dependabot rebase` will rebase this PR
- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it
- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency
- `@dependabot ignore <dependency name> major version` will close this group update PR and stop Dependabot creating any more for the specific dependency's major version (unless you unignore this specific dependency's major version or upgrade to it yourself)
- `@dependabot ignore <dependency name> minor version` will close this group update PR and stop Dependabot creating any more for the specific dependency's minor version (unless you unignore this specific dependency's minor version or upgrade to it yourself)
- `@dependabot ignore <dependency name>` will close this group update PR and stop Dependabot creating any more for the specific dependency (unless you unignore this specific dependency or upgrade to it yourself)
- `@dependabot unignore <dependency name>` will remove all of the ignore conditions of the specified dependency
- `@dependabot unignore <dependency name> <ignore condition>` will remove the ignore condition of the specified dependency and ignore conditions


</details>

Bumps the deps-pre-commit group with 1 update: [https://github.com/commit-check/commit-check](https://github.com/commit-check/commit-check).


Updates `https://github.com/commit-check/commit-check` from v2.11.1 to 2.12.0
- [Release notes](https://github.com/commit-check/commit-check/releases)
- [Changelog](https://github.com/commit-check/commit-check/blob/main/docs/changelog.rst)
- [Commits](commit-check/commit-check@v2.11.1...v2.12.0)

---
updated-dependencies:
- dependency-name: https://github.com/commit-check/commit-check
  dependency-version: 2.12.0
  dependency-type: direct:production
  dependency-group: deps-pre-commit
...

Signed-off-by: dependabot[bot] <support@github.com>
@dependabot @github

dependabot Bot commented on behalf of github Aug 3, 2026

Copy link
Copy Markdown
Contributor Author

Labels

The following labels could not be found: dependencies. Please create it before Dependabot can add it to a pull request.

Please fix the above issues or remove invalid values from dependabot.yml.

@github-actions

github-actions Bot commented Aug 3, 2026

Copy link
Copy Markdown
Contributor

Commit-Check ✔️

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

0 participants