From 90306c580f7e1641836b14cccc2b873f3d9e3042 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nerijus=20Bend=C5=BEi=C5=ABnas?= Date: Tue, 30 Jun 2026 08:32:52 +0300 Subject: [PATCH] ci(lint): bump self-dogfood action pin to v0.22.3 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Dogfood v0.22.3 so this repo's commit lint runs the committer-based signature verification it ships. 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 c98d465..47156ef 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@e156ca25789cc1824f745d74209f9c2654135dca # v0.22.2 + uses: benner/commit-guard@4f989e92ddf04153ec33040da42bc2f788c71584 # v0.22.3 with: range: origin/${{ github.base_ref }}..HEAD