diff --git a/.github/workflows/check-deps.yml b/.github/workflows/check-deps.yml index b19fcf94dba1..1310154fb47f 100644 --- a/.github/workflows/check-deps.yml +++ b/.github/workflows/check-deps.yml @@ -20,7 +20,7 @@ jobs: with: ref: ${{ github.head_ref }} - name: Set up Python (3.10) - uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 + uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 with: python-version: "3.10" diff --git a/.github/workflows/pr_notifier.yml b/.github/workflows/pr_notifier.yml index 227a2e3eaf25..72cfabdfaf01 100644 --- a/.github/workflows/pr_notifier.yml +++ b/.github/workflows/pr_notifier.yml @@ -18,7 +18,7 @@ jobs: steps: - uses: actions/checkout@93ea575cb5d8a053eaa0ac8fa3b40d7e05a33cc8 - name: Set up Python 3.8 - uses: actions/setup-python@5ccb29d8773c3f3f653e1705f474dfaa8a06a912 + uses: actions/setup-python@d27e3f3d7c64b4bbf8e4abfb9b63b83e846e0435 with: python-version: '3.8' architecture: 'x64' diff --git a/mobile/library/common/jni/BUILD b/mobile/library/common/jni/BUILD index e5641fcaeec4..c56fce5400d2 100644 --- a/mobile/library/common/jni/BUILD +++ b/mobile/library/common/jni/BUILD @@ -172,7 +172,6 @@ cc_library( "//library/common:envoy_main_interface_lib", "//library/common/types:c_types_lib", "//library/common/types:managed_types_lib", - "@envoy//source/common/common:assert_lib", ] + TEST_EXTENSIONS, ) @@ -249,6 +248,5 @@ cc_library( "//library/common/jni/import:jni_import_lib", "//library/common/types:c_types_lib", "@envoy//bazel:boringssl", - "@envoy//source/common/common:assert_lib", ], )