Skip to content

Commit 2dfa579

Browse files
authored
Run pre-commit autoupdate to update the hooks (#2486)
https://pre-commit.com/#pre-commit-autoupdate
1 parent 9266bfa commit 2dfa579

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
@@ -70,7 +70,7 @@ repos:
7070
description: Trims trailing whitespace
7171
args: [--markdown-linebreak-ext=md]
7272
- repo: https://github.com/igorshubovych/markdownlint-cli
73-
rev: v0.45.0
73+
rev: v0.47.0
7474
hooks:
7575
- id: markdownlint
7676
name: run markdownlint
@@ -80,7 +80,7 @@ repos:
8080
types: [markdown]
8181
files: \.md$
8282
- repo: https://github.com/adrienverge/yamllint
83-
rev: v1.37.1
83+
rev: v1.38.0
8484
hooks:
8585
- id: yamllint
8686
name: run yamllint
@@ -89,18 +89,18 @@ repos:
8989
types: [yaml]
9090
files: \.ya?ml$
9191
- repo: https://github.com/gitleaks/gitleaks
92-
rev: v8.28.0
92+
rev: v8.30.0
9393
hooks:
9494
- id: gitleaks
9595
name: run gitleaks
9696
description: check for secrets with gitleaks
9797
- repo: https://github.com/rhysd/actionlint
98-
rev: v1.7.8
98+
rev: v1.7.10
9999
hooks:
100100
- id: actionlint
101101
description: actionlint is a static checker for GitHub Actions workflow files
102102
- repo: https://github.com/oxipng/oxipng
103-
rev: v9.1.5
103+
rev: v10.1.0
104104
hooks:
105105
- id: oxipng
106106
name: run oxipng

0 commit comments

Comments
 (0)