From 2c2819be277fd6538d560a54ead4c3232d11b126 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 16 Mar 2026 01:19:16 +0000 Subject: [PATCH 1/2] Update prek dependencies --- .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 5aaa443bf..a1c5b8a71 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -10,7 +10,7 @@ exclude: | repos: # Priority 0: Read-only hooks; hooks that modify disjoint file types. - repo: https://github.com/astral-sh/uv-pre-commit - rev: 0.10.7 + rev: 0.10.9 hooks: - id: uv-lock priority: 0 @@ -22,7 +22,7 @@ repos: priority: 0 - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.15.4 + rev: v0.15.5 hooks: - id: ruff-format priority: 0 @@ -49,7 +49,7 @@ repos: priority: 0 - repo: https://github.com/igorshubovych/markdownlint-cli - rev: v0.47.0 + rev: v0.48.0 hooks: - id: markdownlint-fix priority: 1 @@ -71,7 +71,7 @@ repos: # zizmor detects security vulnerabilities in GitHub Actions workflows. # Additional configuration for the tool is found in `.github/zizmor.yml` - repo: https://github.com/zizmorcore/zizmor-pre-commit - rev: v1.22.0 + rev: v1.23.1 hooks: - id: zizmor priority: 0 From 23b4b2207285af8d8e2fd04e9d71cc0c204b5a22 Mon Sep 17 00:00:00 2001 From: David Peter Date: Thu, 19 Mar 2026 13:29:53 +0100 Subject: [PATCH 2/2] Suppress zizmor lint for now --- .github/zizmor.yml | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 .github/zizmor.yml diff --git a/.github/zizmor.yml b/.github/zizmor.yml new file mode 100644 index 000000000..a2078ea6d --- /dev/null +++ b/.github/zizmor.yml @@ -0,0 +1,5 @@ +rules: + secrets-outside-env: + ignore: + # TODO: move the ASTRAL_DOCS_PAT secret to the release environment + - publish-docs.yml