From 5e2f0da7e6e6f282c4b9f5e5de33972cba5822d5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nerijus=20Bend=C5=BEi=C5=ABnas?= Date: Wed, 6 May 2026 20:31:59 +0300 Subject: [PATCH] ci(lint): bump self-dogfood action pin to v0.21.0 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Pull in the released HTTP-auth distinction and error-message hints by pinning the self-check workflow to the v0.21.0 merge SHA, so commits on this repo are validated by the version we just shipped. 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 abee9b6..b3ec65a 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@87889d2f3a1fb68bfa55dbbab28c96def415341e # v0.20.1 + uses: benner/commit-guard@22a3b0fdb044e874250fc6525ff0905b20fa3a62 # v0.21.0 with: range: origin/${{ github.base_ref }}..HEAD