From f99d3bb328493f8df92f83cd515fb2c8ac80d446 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 17 Aug 2026 04:35:24 +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.13.1 to 2.15.0 - [Release notes](https://github.com/commit-check/commit-check-action/releases) - [Commits](https://github.com/commit-check/commit-check-action/compare/562a184b2b8e583e757b17eb385bc48370f44547...f803083a5bf0867b60d77189bc3810fce2f0e314) --- updated-dependencies: - dependency-name: commit-check/commit-check-action dependency-version: 2.15.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 a023d35..9419a99 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@562a184b2b8e583e757b17eb385bc48370f44547 # v2.13.1 + - uses: commit-check/commit-check-action@f803083a5bf0867b60d77189bc3810fce2f0e314 # v2.15.0 with: message: true branch: true