From 8b8753a52b578dc2e4290eb2816327dda1c6e0a0 Mon Sep 17 00:00:00 2001 From: Claude Date: Sat, 8 Aug 2026 22:29:03 +0000 Subject: [PATCH] ci: update commit-check-action to v2.13.1, pinned by digest v2.11.1 predates stable rule IDs, so failures here report 'Type subject_imperative' with no ID, no docs link, and the old bare comment header. #53 hit that live: a commit message leading with 'cut' was rejected, and the advice offered was to stop using a past tense it had not used. Pinned by digest with the version in a comment, matching actions/checkout two lines above and the workflow in commit-check itself. Engine still 2.13.4, so the imperative fix from commit-check#540 arrives here when 2.14.0 ships and the action picks it up. --- .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 a7e338a..a023d35 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@v2.11.1 + - uses: commit-check/commit-check-action@562a184b2b8e583e757b17eb385bc48370f44547 # v2.13.1 with: message: true branch: true