This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch v3-0-test
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/v3-0-test by this push:
new ce3301261e5 Bump `zizmor` pre-commit to fix static checks (#54468)
ce3301261e5 is described below
commit ce3301261e5006c99fbd222c1c58ba54e522e953
Author: Kaxil Naik <[email protected]>
AuthorDate: Wed Aug 13 15:20:03 2025 +0100
Bump `zizmor` pre-commit to fix static checks (#54468)
Example failure:
https://github.com/apache/airflow/actions/runs/16939729227/job/48005461746?pr=54467
new version was cut 40 mins ago:
https://github.com/zizmorcore/zizmor-pre-commit/releases/tag/v1.12.0
(cherry picked from commit a5d70b9f78ec2de8661ac73766287bea8b51ff29)
---
.pre-commit-config.yaml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index ddb84dc46bd..83791e4db71 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -353,7 +353,7 @@ repos:
-
--skip=providers/.*/src/airflow/providers/*/*.rst,providers/*/docs/changelog.rst,docs/*/commits.rst,providers/*/docs/commits.rst,providers/*/*/docs/commits.rst,docs/apache-airflow/tutorial/pipeline_example.csv,*.min.js,*.lock,INTHEWILD.md,*.svg
- --exclude-file=.codespellignorelines
- repo: https://github.com/woodruffw/zizmor-pre-commit
- rev: 69fa534d69454f44ddd4451b5e2da7a1c48e525b # frozen: v1.11.0
+ rev: 807e9d4c61778a1c3082413cf4ff50629483d8bb # frozen: v1.12.0
hooks:
- id: zizmor
name: Run zizmor to check for github workflow syntax errors