Skip to content

Commit d51fa00

Browse files
authored
Update shellcheck version in actionlint pre-commit to 0.11.0 (#20030)
I was getting bizarre wasm failures from runtests running pre-commit running actionlint running shellcheck (shellcheck is written in haskell but we depend on go-shellcheck which is a packaged up version of it using wasm?). (#19958 (comment)) If I update it, I don't get bizarre wasm failures and it still doesn't complain about anything.
1 parent 77b4cfb commit d51fa00

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.pre-commit-config.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ repos:
4141
# actionlint has a shellcheck integration which extracts shell scripts in `run:` steps from GitHub Actions
4242
# and checks these with shellcheck. This is arguably its most useful feature,
4343
# but the integration only works if shellcheck is installed
44-
- "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.10.0"
44+
- "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.11.0"
4545
- repo: https://github.com/woodruffw/zizmor-pre-commit
4646
rev: v1.5.2
4747
hooks:

0 commit comments

Comments
 (0)