From ebc1323ccbbc46f2c4a1aa17f230688895a9e4aa Mon Sep 17 00:00:00 2001 From: Alex Waygood Date: Mon, 29 Dec 2025 18:22:07 +0000 Subject: [PATCH] Bump shellcheck to the latest version (#22285) --- .pre-commit-config.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 7e708d03c7..571492da4e 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -129,10 +129,10 @@ repos: # actionlint has a shellcheck integration which extracts shell scripts in `run:` steps from GitHub Actions # and checks these with shellcheck. This is arguably its most useful feature, # but the integration only works if shellcheck is installed - - "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.10.0" + - "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.11.1" - repo: https://github.com/shellcheck-py/shellcheck-py - rev: v0.10.0.1 + rev: v0.11.0.1 hooks: - id: shellcheck