From 2377e26aa4f7bb9938f22199c814217c299ed4ad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nerijus=20Bend=C5=BEi=C5=ABnas?= Date: Fri, 8 May 2026 07:32:32 +0300 Subject: [PATCH] ci(lint): bump self-dogfood action pin to v0.22.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pin to the v0.22.0 tag SHA so PR commit linting runs against the released action — first dogfood of the new /ssh_signing_keys SSH verification path from PR #111. 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 b3ec65a..e169674 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@22a3b0fdb044e874250fc6525ff0905b20fa3a62 # v0.21.0 + uses: benner/commit-guard@e438d8c4c287a1575e0cda352222fbbe71a88231 # v0.22.0 with: range: origin/${{ github.base_ref }}..HEAD