Skip to content

Commit be28c41

Browse files
chore(deps): update pre-commit hooks (#409)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: Matthias Schoettle <git@mattsch.com>
1 parent ca34309 commit be28c41

File tree

2 files changed

+5
-7
lines changed

2 files changed

+5
-7
lines changed

.pre-commit-config.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ repos:
4545
- id: mdformat
4646
language: python
4747
additional_dependencies:
48-
- mdformat-mkdocs==5.1.2
48+
- mdformat-mkdocs==5.1.3
4949
- mdformat-footnote==0.1.2
5050

5151
- repo: https://github.com/DavidAnson/markdownlint-cli2
@@ -59,7 +59,7 @@ repos:
5959
- id: uv-lock
6060

6161
- repo: https://github.com/crate-ci/typos
62-
rev: v1.42.0
62+
rev: v1.42.1
6363
hooks:
6464
- id: typos
6565

@@ -70,7 +70,7 @@ repos:
7070

7171
# zizmor detects security vulnerabilities in GitHub Actions workflows.
7272
- repo: https://github.com/woodruffw/zizmor-pre-commit
73-
rev: v1.20.0
73+
rev: v1.22.0
7474
hooks:
7575
- id: zizmor
7676

@@ -113,4 +113,4 @@ repos:
113113
# actionlint has a shellcheck integration which extracts shell scripts in `run:` steps from GitHub Actions
114114
# and checks these with shellcheck. This is arguably its most useful feature,
115115
# but the integration only works if shellcheck is installed
116-
- "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.10.0"
116+
- "github.com/wasilibs/go-shellcheck/cmd/shellcheck@v0.11.1"

zizmor.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,4 @@ rules:
66
unpinned-uses:
77
config:
88
policies:
9-
actions/*: ref-pin
10-
mschoettle/pre-commit-action: ref-pin
11-
astral-sh/setup-uv: ref-pin
9+
opalmedapps/*: ref-pin

0 commit comments

Comments
 (0)