This is an automated email from the ASF dual-hosted git repository.
potiuk 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 8b63199e1fb CI: Upgrade important CI environment (#59101)
8b63199e1fb is described below
commit 8b63199e1fb1377d1ca336144e1c05d64be7e23b
Author: Jarek Potiuk <[email protected]>
AuthorDate: Fri Dec 5 19:24:18 2025 +0100
CI: Upgrade important CI environment (#59101)
---
.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 bf4b86f06cd..d25d26bce0d 100644
--- a/.pre-commit-config.yaml
+++ b/.pre-commit-config.yaml
@@ -59,7 +59,7 @@ repos:
- "2"
- repo: https://github.com/Lucas-C/pre-commit-hooks
# replace hash with version once PR #103 merged comes in a release
- rev: abdd8b62891099da34162217ecb3872d22184a51
+ rev: f5cfd5fdaf0211dfd1027d9d8442b764a232c7ad
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 f5a31a9fdbe..94d138388bb 100644
--- a/chart/.pre-commit-config.yaml
+++ b/chart/.pre-commit-config.yaml
@@ -24,7 +24,7 @@ default_language_version:
repos:
- repo: https://github.com/Lucas-C/pre-commit-hooks
# replace hash with version once PR #103 merged comes in a release
- rev: abdd8b62891099da34162217ecb3872d22184a51
+ rev: f5cfd5fdaf0211dfd1027d9d8442b764a232c7ad
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 d03a4d0dcf7..148745ff547 100644
--- a/go-sdk/.pre-commit-config.yaml
+++ b/go-sdk/.pre-commit-config.yaml
@@ -31,7 +31,7 @@ repos:
name: Check if all hooks apply to the repository
- repo: https://github.com/Lucas-C/pre-commit-hooks
# replace hash with version once PR #103 merged comes in a release
- rev: abdd8b62891099da34162217ecb3872d22184a51
+ rev: f5cfd5fdaf0211dfd1027d9d8442b764a232c7ad
hooks:
- id: insert-license
name: Add license for all Go files