From e1573c84610a0cf89c52762845a2c8aaefb2817a Mon Sep 17 00:00:00 2001 From: Ignas Anikevicius Date: Tue, 4 Apr 2023 09:20:10 +0900 Subject: [PATCH 1/2] fix: use a consistent buildifier version for CI and pre-commit --- .bazelci/presubmit.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index a0d9a19047..8119219898 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -14,8 +14,8 @@ --- buildifier: - version: latest - # keep this argument in sync with .pre-commit-config.yaml + # keep these arguments in sync with .pre-commit-config.yaml + version: 6.0.0 warnings: "all" .minimum_supported_version: &minimum_supported_version # For testing minimum supported version. From 9b51d176cdb29d73781b1adf228e614d198b5f79 Mon Sep 17 00:00:00 2001 From: Richard Levasseur Date: Mon, 3 Apr 2023 17:46:17 -0700 Subject: [PATCH 2/2] Update .bazelci/presubmit.yml --- .bazelci/presubmit.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.bazelci/presubmit.yml b/.bazelci/presubmit.yml index 8119219898..f10a6487c3 100644 --- a/.bazelci/presubmit.yml +++ b/.bazelci/presubmit.yml @@ -15,6 +15,7 @@ --- buildifier: # keep these arguments in sync with .pre-commit-config.yaml + # Use a specific version to avoid skew issues when new versions are released. version: 6.0.0 warnings: "all" .minimum_supported_version: &minimum_supported_version