From 42adad2284564d733c5d2d149e775f5bf87406d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nerijus=20Bend=C5=BEi=C5=ABnas?= Date: Sun, 17 May 2026 08:36:30 +0300 Subject: [PATCH] ci(lint): bump self-dogfood action pin to v0.22.1 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pin to the v0.22.1 tag SHA so PR commit linting runs against the released action — first dogfood of the hyphenated verb-prefix escape from PR #115. 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 e169674..cae69ec 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@e438d8c4c287a1575e0cda352222fbbe71a88231 # v0.22.0 + uses: benner/commit-guard@9162df75e7a6eba395bf7c07c1a0952fc6d04ea0 # v0.22.1 with: range: origin/${{ github.base_ref }}..HEAD