From 668cd5e0e1583849b34fb90535697d31e6fd1b2a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nerijus=20Bend=C5=BEi=C5=ABnas?= Date: Sun, 14 Jun 2026 09:33:55 +0300 Subject: [PATCH] ci(lint): bump self-dogfood action pin to v0.22.2 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Track the just-released tag so the repo lints its own commits with the current commit-guard. Signed-off-by: Nerijus Bendžiūnas --- .github/workflows/lint-commits.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/lint-commits.yml b/.github/workflows/lint-commits.yml index cae69ec..c98d465 100644 --- a/.github/workflows/lint-commits.yml +++ b/.github/workflows/lint-commits.yml @@ -22,6 +22,6 @@ jobs: key: nltk-averaged-perceptron-tagger-punkt - name: Lint commits # yamllint disable-line rule:line-length - uses: benner/commit-guard@9162df75e7a6eba395bf7c07c1a0952fc6d04ea0 # v0.22.1 + uses: benner/commit-guard@e156ca25789cc1824f745d74209f9c2654135dca # v0.22.2 with: range: origin/${{ github.base_ref }}..HEAD