From 753fb7e6f6c7ceb642f6d065afad6a4243d156b7 Mon Sep 17 00:00:00 2001 From: Jonathan Tatum Date: Wed, 8 Jul 2026 11:09:06 -0700 Subject: [PATCH] Add policy conformance test to macos post submit Bump bazel deps. PiperOrigin-RevId: 944596659 --- .github/workflows/macos_bazel_test.yml | 2 +- MODULE.bazel | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/macos_bazel_test.yml b/.github/workflows/macos_bazel_test.yml index 24763f53a..c0d448503 100644 --- a/.github/workflows/macos_bazel_test.yml +++ b/.github/workflows/macos_bazel_test.yml @@ -24,4 +24,4 @@ jobs: # TODO(b/506179116): is not supported on all target versions in xcode, so not # running policy conformance. run: | - bazelisk test --copt=-Wno-deprecated-declarations --copt=-Wno-nullability-completeness conformance:all + bazelisk test --copt=-Wno-deprecated-declarations --copt=-Wno-nullability-completeness conformance:all conformance/policy:all diff --git a/MODULE.bazel b/MODULE.bazel index 970b719bd..0901db5f8 100644 --- a/MODULE.bazel +++ b/MODULE.bazel @@ -17,11 +17,11 @@ bazel_dep( ) bazel_dep( name = "rules_cc", - version = "0.2.14", + version = "0.2.18", ) bazel_dep( name = "rules_java", - version = "8.6.1", + version = "8.14.0", ) bazel_dep( name = "rules_proto", @@ -69,7 +69,7 @@ bazel_dep( ) bazel_dep( name = "platforms", - version = "1.0.0", + version = "1.1.0", ) bazel_dep( name = "antlr4-cpp-runtime",