From 7d589cd1c79cf22e4b83fb6e0b7f06f0bd39b3f1 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 14 Sep 2026 04:34:22 +0000 Subject: [PATCH] ci: bump commit-check/commit-check-action in the github-actions group Bumps the github-actions group with 1 update: [commit-check/commit-check-action](https://github.com/commit-check/commit-check-action). Updates `commit-check/commit-check-action` from 2.15.0 to 2.16.0 - [Release notes](https://github.com/commit-check/commit-check-action/releases) - [Commits](https://github.com/commit-check/commit-check-action/compare/f803083a5bf0867b60d77189bc3810fce2f0e314...fd3d923eab0876650f261d2a75572e8161a9a58e) --- updated-dependencies: - dependency-name: commit-check/commit-check-action dependency-version: 2.16.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: github-actions ... 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 9419a99..3e16c86 100644 --- a/.github/workflows/commit-check.yml +++ b/.github/workflows/commit-check.yml @@ -16,7 +16,7 @@ jobs: - uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1 with: fetch-depth: 0 # Required for merge-base checks - - uses: commit-check/commit-check-action@f803083a5bf0867b60d77189bc3810fce2f0e314 # v2.15.0 + - uses: commit-check/commit-check-action@fd3d923eab0876650f261d2a75572e8161a9a58e # v2.16.0 with: message: true branch: true