This is an automated email from the ASF dual-hosted git repository.
fpapon pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/shiro.git
The following commit(s) were added to refs/heads/main by this push:
new d9c3e67fa chore(deps): bump the pre-commit-hooks group across 1
directory with 4 updates (#2842)
d9c3e67fa is described below
commit d9c3e67fac5f18baa0c8f7f06e312034cff46c59
Author: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
AuthorDate: Wed Jul 29 14:08:40 2026 +0200
chore(deps): bump the pre-commit-hooks group across 1 directory with 4
updates (#2842)
Bumps the pre-commit-hooks group with 4 updates in the / directory:
[https://github.com/codespell-project/codespell](https://github.com/codespell-project/codespell),
[https://github.com/igorshubovych/markdownlint-cli](https://github.com/igorshubovych/markdownlint-cli),
[https://github.com/zizmorcore/zizmor-pre-commit](https://github.com/zizmorcore/zizmor-pre-commit)
and
[https://github.com/tcort/markdown-link-check](https://github.com/tcort/markdown-link-check).
Updates `https://github.com/codespell-project/codespell` from v2.4.2 to
2.4.3
- [Release notes](https://github.com/codespell-project/codespell/releases)
-
[Commits](https://github.com/codespell-project/codespell/compare/2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a...57b21406f092110c18776e39b0bda50d37c945c8)
Updates `https://github.com/igorshubovych/markdownlint-cli` from v0.49.0 to
0.49.1
- [Release
notes](https://github.com/igorshubovych/markdownlint-cli/releases)
-
[Commits](https://github.com/igorshubovych/markdownlint-cli/compare/a4d5d37e66ebcd6b3705204a1d6dbb56dea66338...5b5dddc4fb0f83c3ea1fc5616fa63e115dce83e0)
Updates `https://github.com/zizmorcore/zizmor-pre-commit` from v1.26.1 to
1.28.0
- [Release notes](https://github.com/zizmorcore/zizmor-pre-commit/releases)
-
[Commits](https://github.com/zizmorcore/zizmor-pre-commit/compare/e3eebf65325ccc992422292cb7a4baee967cf815...067260dc5fe6ea86b7551bfd6f8b3ba4e6c93129)
Updates `https://github.com/tcort/markdown-link-check` from v3.14.2 to
3.15.0
- [Release notes](https://github.com/tcort/markdown-link-check/releases)
-
[Changelog](https://github.com/tcort/markdown-link-check/blob/master/CHANGELOG.md)
-
[Commits](https://github.com/tcort/markdown-link-check/compare/3a8992dcbb083a248671812c7027b6995ef88523...275c27c5035a5b4a656fe0e21a4c1403c118c767)
---
updated-dependencies:
- dependency-name: https://github.com/codespell-project/codespell
dependency-version: 2.4.3
dependency-type: direct:production
dependency-group: pre-commit-hooks
- dependency-name: https://github.com/igorshubovych/markdownlint-cli
dependency-version: 0.49.1
dependency-type: direct:production
dependency-group: pre-commit-hooks
- dependency-name: https://github.com/zizmorcore/zizmor-pre-commit
dependency-version: 1.28.0
dependency-type: direct:production
dependency-group: pre-commit-hooks
- dependency-name: https://github.com/tcort/markdown-link-check
dependency-version: 3.15.0
dependency-type: direct:production
dependency-group: pre-commit-hooks
...
Signed-off-by: dependabot[bot] <[email protected]>
Co-authored-by: dependabot[bot]
<49699333+dependabot[bot]@users.noreply.github.com>
---
.pre-commit-config.yaml | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 7c7390615..a382dffd9 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -74,7 +74,7 @@ repos:
files: \.md$
stages: [manual]
- repo: https://github.com/codespell-project/codespell
- rev: 2ccb47ff45ad361a21071a7eedda4c37e6ae8c5a # frozen: v2.4.2
+ rev: 57b21406f092110c18776e39b0bda50d37c945c8 # frozen: v2.4.3
hooks:
- id: codespell
priority: 100
@@ -146,7 +146,7 @@ repos:
description: Trims trailing whitespace
args: [--markdown-linebreak-ext=md]
- repo: https://github.com/igorshubovych/markdownlint-cli
- rev: a4d5d37e66ebcd6b3705204a1d6dbb56dea66338 # frozen: v0.49.0
+ rev: 5b5dddc4fb0f83c3ea1fc5616fa63e115dce83e0 # frozen: v0.49.1
hooks:
- id: markdownlint
priority: 100
@@ -174,7 +174,7 @@ repos:
name: run gitleaks
description: check for secrets with gitleaks
- repo: https://github.com/zizmorcore/zizmor-pre-commit
- rev: e3eebf65325ccc992422292cb7a4baee967cf815 # frozen: v1.26.1
+ rev: 067260dc5fe6ea86b7551bfd6f8b3ba4e6c93129 # frozen: v1.28.0
hooks:
- id: zizmor
priority: 100
@@ -191,7 +191,7 @@ repos:
name: run actionlint
description: actionlint is a static checker for GitHub Actions
workflow files
- repo: https://github.com/tcort/markdown-link-check
- rev: 3a8992dcbb083a248671812c7027b6995ef88523 # frozen: v3.14.2
+ rev: 275c27c5035a5b4a656fe0e21a4c1403c118c767 # frozen: v3.15.0
hooks:
- id: markdown-link-check
priority: 100