This is an automated email from the ASF dual-hosted git repository.
kaxilnaik pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow.git
The following commit(s) were added to refs/heads/main by this push:
new a5d70b9f78e Bump `zizmor` pre-commit to fix static checks (#54468)
a5d70b9f78e is described below
commit a5d70b9f78ec2de8661ac73766287bea8b51ff29
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
---
.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 4d45a04d0a9..e41cd56e958 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -360,7 +360,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