Skip to content

Commit 09738b8

Browse files
committed
chore: Bump pre-commit hook refs
- Bump pre-commit/pre-commit-hooks to 6.0.0 - Bump koalaman/shellcheck-precommit to 0.11.0 - Bump astral-sh/ruff-pre-commit to 0.14.1 - Bump rhysd/actionlint to 1.7.8 - Bump hadolint/hadolint to 2.14.0
1 parent d6e77ea commit 09738b8

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.pre-commit-config.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ default_language_version:
66

77
repos:
88
- repo: https://github.com/pre-commit/pre-commit-hooks
9-
rev: cef0300fd0fc4d2a87a85fa2093c6b283ea36f4b # 5.0.0
9+
rev: 3e8a8703264a2f4a69428a0aa4dcb512790b2c8c # 6.0.0
1010
hooks:
1111
- id: trailing-whitespace
1212
- id: end-of-file-fixer
@@ -30,7 +30,7 @@ repos:
3030
files: \.md(\.j2)*$
3131

3232
- repo: https://github.com/koalaman/shellcheck-precommit
33-
rev: 2491238703a5d3415bb2b7ff11388bf775372f29 # 0.10.0
33+
rev: 99470f5e12208ff0fb17ab81c3c494f7620a1d8d # 0.11.0
3434
hooks:
3535
- id: shellcheck
3636
args: ["--severity=info"]
@@ -39,22 +39,22 @@ repos:
3939
# If you do not, you will need to delete the cached ruff binary shown in the
4040
# error message
4141
- repo: https://github.com/astral-sh/ruff-pre-commit
42-
rev: 0b19ef1fd6ad680ed7752d6daba883ce1265a6de # 0.12.2
42+
rev: 3b4bc031619cde2e0a9f3c4441ac7cc8227245a4 # 0.14.1
4343
hooks:
4444
# Run the linter.
4545
- id: ruff
4646
# Run the formatter.
4747
- id: ruff-format
4848

4949
- repo: https://github.com/rhysd/actionlint
50-
rev: 03d0035246f3e81f36aed592ffb4bebf33a03106 # 1.7.7
50+
rev: e7d448ef7507c20fc4c88a95d0c448b848cd6127 # 1.7.8
5151
hooks:
5252
- id: actionlint
5353
types: [text]
5454
files: ^(template/)?\.github/workflows/.*\.ya?ml(\.j2)?
5555

5656
- repo: https://github.com/hadolint/hadolint
57-
rev: b3555ba9c2bfd9401e79f2f0da68dd1ae38e10c7 # 2.12.0
57+
rev: 57e1618d78fd469a92c1e584e8c9313024656623 # 2.14.0
5858
hooks:
5959
- id: hadolint
6060
exclude: \.j2$

0 commit comments

Comments
 (0)