Skip to content

Commit 4ac8544

Browse files
[pre-commit.ci] pre-commit autoupdate
updates: - [github.com/rhysd/actionlint: v1.7.8 → v1.7.9](rhysd/actionlint@v1.7.8...v1.7.9) - [github.com/gitleaks/gitleaks: v8.29.0 → v8.29.1](gitleaks/gitleaks@v8.29.0...v8.29.1) - [github.com/DavidAnson/markdownlint-cli2: v0.19.0 → v0.19.1](DavidAnson/markdownlint-cli2@v0.19.0...v0.19.1)
1 parent 67d1333 commit 4ac8544

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.pre-commit-config.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,7 @@ repos:
4444
types: [shell]
4545
# Actionlint for linting GitHub Actions YAML files
4646
- repo: https://github.com/rhysd/actionlint
47-
rev: "v1.7.8"
47+
rev: "v1.7.9"
4848
hooks:
4949
- id: actionlint
5050
# Yamlfmt for formatting YAML files
@@ -59,7 +59,7 @@ repos:
5959
- id: codespell
6060
# Gitleaks for detecting secrets in Git repositories
6161
- repo: https://github.com/gitleaks/gitleaks
62-
rev: "v8.29.0"
62+
rev: "v8.29.1"
6363
hooks:
6464
- id: gitleaks
6565
# Talisman for pre-commit Git hooks to detect sensitive files
@@ -70,6 +70,6 @@ repos:
7070
entry: cmd --githook pre-commit
7171
# Markdownlint for linting Markdown files
7272
- repo: https://github.com/DavidAnson/markdownlint-cli2
73-
rev: v0.19.0
73+
rev: v0.19.1
7474
hooks:
7575
- id: markdownlint-cli2

0 commit comments

Comments
 (0)