From 745379f6334d48b7de2f01eb50dbc27aa01904e3 Mon Sep 17 00:00:00 2001 From: Rahul Vats <43964496+vatsrahul1001@users.noreply.github.com> Date: Thu, 15 Jan 2026 11:15:04 +0530 Subject: [PATCH] CI: Upgrade important CI environment (#60561) --- .pre-commit-config.yaml | 5 ++--- chart/.pre-commit-config.yaml | 2 +- go-sdk/.pre-commit-config.yaml | 2 +- 3 files changed, 4 insertions(+), 5 deletions(-) diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index 1ac406eceffc9..04958e701d419 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -31,8 +31,7 @@ repos: - id: check-hooks-apply name: Check if all hooks apply to the repository - repo: https://github.com/eclipse-csi/octopin - # We need this commit because if supports two spaces before comments (yamllint compatibility) - rev: 74fd075c7b326c771cd95ca86c59cbe65f0dda37 + rev: 67eac129b3e1d8ddb47e657bb2fda28c33d948ca # frozen: v0.1.4 hooks: - id: pin-versions name: Pin versions of dependencies in CI workflows (manual) @@ -61,7 +60,7 @@ repos: - "--maxlevel" - "2" - repo: https://github.com/Lucas-C/pre-commit-hooks - rev: ad1b27d73581aa16cca06fc4a0761fc563ffe8e8 # frozen: v1.5.6 + rev: a30f0d816e5062a67d87c8de753cfe499672b959 # frozen: v1.5.5 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 f95650c53241b..a38fbfc62e660 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: ad1b27d73581aa16cca06fc4a0761fc563ffe8e8 # frozen: v1.5.6 + rev: a30f0d816e5062a67d87c8de753cfe499672b959 # frozen: v1.5.5 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 1a812d9f91543..f793daf03c80a 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: ad1b27d73581aa16cca06fc4a0761fc563ffe8e8 # frozen: v1.5.6 + rev: a30f0d816e5062a67d87c8de753cfe499672b959 # frozen: v1.5.5 hooks: - id: insert-license name: Add license for all Go files