Skip to content

Commit 7e39d3c

Browse files
authored
bump pre-commit hooks (#311)
1 parent 6bbc1fa commit 7e39d3c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

.pre-commit-config.yaml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -13,34 +13,34 @@ repos:
1313
args: ["--allow-multiple-documents"]
1414
- id: check-json
1515
- repo: https://github.com/google/yamlfmt
16-
rev: v0.20.0
16+
rev: 21ca5323a9c87ee37a434e0ca908efc0a89daa07 # frozen: v0.21.0
1717
hooks:
1818
- id: yamlfmt
1919
exclude: "^infra/helm"
2020
- repo: https://github.com/rhysd/actionlint
21-
rev: v1.7.7
21+
rev: 914e7df21a07ef503a81201c76d2b11c789d3fca # frozen: v1.7.12
2222
hooks:
2323
- id: actionlint
2424
- repo: https://github.com/crate-ci/typos
25-
rev: v1.45.0
25+
rev: bee27e3a4fd1ea2111cf90ab89cd076c870fce14 # frozen: v1.48.0
2626
hooks:
2727
- id: typos
2828
- repo: https://github.com/scop/pre-commit-shfmt
29-
rev: v3.13.1-1
29+
rev: 05c1426671b9237fb5e1444dd63aa5731bec0dfb # frozen: v3.13.1-1
3030
hooks:
3131
- id: shfmt
3232
exclude: z-clients/java/gradlew
3333
args: ["--write", "-i", "4", "-ci"]
3434
- repo: https://github.com/koalaman/shellcheck-precommit
35-
rev: v0.11.0
35+
rev: 99470f5e12208ff0fb17ab81c3c494f7620a1d8d # frozen: v0.11.0
3636
hooks:
3737
- id: shellcheck
3838
- repo: https://github.com/hyland/github-actions-ensure-sha-pinned-actions
39-
rev: 22ca7a8cf33e873ba1d6fbcd2b71fa0ec5006b17 # v1.1.0
39+
rev: 7957efb76aba0eec7580a9c0392d3e5bec381359 # frozen: v2.0.1
4040
hooks:
4141
- id: gha-sha-convert
4242
args: ["--allowlist", "actions/*"]
4343
- repo: https://github.com/python-jsonschema/check-jsonschema
44-
rev: f805888065fdb6162e1f800e50bb9460cbd223d6 # v0.37.2
44+
rev: 6b63472e72e1a91ed8a2f6d483790dfb644fa1d3 # frozen: 0.37.4
4545
hooks:
4646
- id: check-dependabot

0 commit comments

Comments
 (0)