This is an automated email from the ASF dual-hosted git repository.
jscheffl 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 ba5e471c031 CI: Upgrade important CI environment (#60707)
ba5e471c031 is described below
commit ba5e471c0314848d6b2f2bb16ce06fdb4237945e
Author: Jens Scheffler <[email protected]>
AuthorDate: Sat Jan 17 16:43:25 2026 +0100
CI: Upgrade important CI environment (#60707)
---
.pre-commit-config.yaml | 2 +-
chart/.pre-commit-config.yaml | 2 +-
go-sdk/.pre-commit-config.yaml | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml
index 18b04e9fa20..87cc31be88a 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -60,7 +60,7 @@ repos:
- "--maxlevel"
- "2"
- repo: https://github.com/Lucas-C/pre-commit-hooks
- rev: a30f0d816e5062a67d87c8de753cfe499672b959 # frozen: v1.5.5
+ rev: ad1b27d73581aa16cca06fc4a0761fc563ffe8e8 # frozen: v1.5.6
hooks:
- id: insert-license
name: Add license for all SQL files
diff --git a/chart/.pre-commit-config.yaml b/chart/.pre-commit-config.yaml
index a38fbfc62e6..f95650c5324 100644
--- a/chart/.pre-commit-config.yaml
+++ b/chart/.pre-commit-config.yaml
@@ -23,7 +23,7 @@ default_language_version:
golang: 1.24.0
repos:
- repo: https://github.com/Lucas-C/pre-commit-hooks
- rev: a30f0d816e5062a67d87c8de753cfe499672b959 # frozen: v1.5.5
+ rev: ad1b27d73581aa16cca06fc4a0761fc563ffe8e8 # frozen: v1.5.6
hooks:
- id: insert-license
name: Add license for all Helm template files
diff --git a/go-sdk/.pre-commit-config.yaml b/go-sdk/.pre-commit-config.yaml
index 325de14f58a..f07c8e66d54 100644
--- a/go-sdk/.pre-commit-config.yaml
+++ b/go-sdk/.pre-commit-config.yaml
@@ -30,7 +30,7 @@ repos:
- id: check-hooks-apply
name: Check if all hooks apply to the repository
- repo: https://github.com/Lucas-C/pre-commit-hooks
- rev: a30f0d816e5062a67d87c8de753cfe499672b959 # frozen: v1.5.5
+ rev: ad1b27d73581aa16cca06fc4a0761fc563ffe8e8 # frozen: v1.5.6
hooks:
- id: insert-license
name: Add license for all Go files