Bump shellcheck to the latest version (#22285)

This commit is contained in:
Alex Waygood
2025-12-29 18:22:07 +00:00
committed by GitHub
parent 0584081dc8
commit ebc1323ccb

View File

@@ -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