From c33657e85e4788870e46128546e6e12d229f50b3 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Tue, 1 Jul 2025 13:05:15 +0000 Subject: [PATCH] Bump bazel-contrib/setup-bazel Bumps [bazel-contrib/setup-bazel](https://github.com/bazel-contrib/setup-bazel) from 8d2cb86a3680a820c3e219597279ce3f80d17a47 to 4fd964a13a440a8aeb0be47350db2fc640f19ca8. - [Release notes](https://github.com/bazel-contrib/setup-bazel/releases) - [Commits](https://github.com/bazel-contrib/setup-bazel/compare/8d2cb86a3680a820c3e219597279ce3f80d17a47...4fd964a13a440a8aeb0be47350db2fc640f19ca8) --- updated-dependencies: - dependency-name: bazel-contrib/setup-bazel dependency-version: 4fd964a13a440a8aeb0be47350db2fc640f19ca8 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/ci_build_library.yaml | 2 +- .github/workflows/ci_hardware_options.yaml | 2 +- .github/workflows/ci_sanitizer_tests.yaml | 2 +- .github/workflows/ci_tcmalloc_test.yaml | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/ci_build_library.yaml b/.github/workflows/ci_build_library.yaml index d300a3e50..ae5006219 100644 --- a/.github/workflows/ci_build_library.yaml +++ b/.github/workflows/ci_build_library.yaml @@ -106,7 +106,7 @@ jobs: dev-requirements.txt - name: Set up Bazel with caching - uses: bazel-contrib/setup-bazel@8d2cb86a3680a820c3e219597279ce3f80d17a47 # 0.15.0 + uses: bazel-contrib/setup-bazel@4fd964a13a440a8aeb0be47350db2fc640f19ca8 # 0.15.0 with: disk-cache: ${{github.workflow}} bazelisk-cache: true diff --git a/.github/workflows/ci_hardware_options.yaml b/.github/workflows/ci_hardware_options.yaml index eaeef5f8f..dbea2d0ee 100644 --- a/.github/workflows/ci_hardware_options.yaml +++ b/.github/workflows/ci_hardware_options.yaml @@ -72,7 +72,7 @@ jobs: submodules: recursive - name: Set up Bazel with caching - uses: bazel-contrib/setup-bazel@8d2cb86a3680a820c3e219597279ce3f80d17a47 # 0.15.0 + uses: bazel-contrib/setup-bazel@4fd964a13a440a8aeb0be47350db2fc640f19ca8 # 0.15.0 with: disk-cache: ${{github.workflow}} bazelisk-cache: true diff --git a/.github/workflows/ci_sanitizer_tests.yaml b/.github/workflows/ci_sanitizer_tests.yaml index 14f02a171..8ec0c982f 100644 --- a/.github/workflows/ci_sanitizer_tests.yaml +++ b/.github/workflows/ci_sanitizer_tests.yaml @@ -69,7 +69,7 @@ jobs: fetch-depth: 1 submodules: recursive - - uses: bazel-contrib/setup-bazel@8d2cb86a3680a820c3e219597279ce3f80d17a47 # 0.15.0 + - uses: bazel-contrib/setup-bazel@4fd964a13a440a8aeb0be47350db2fc640f19ca8 # 0.15.0 with: disk-cache: ${{github.workflow}} bazelisk-cache: true diff --git a/.github/workflows/ci_tcmalloc_test.yaml b/.github/workflows/ci_tcmalloc_test.yaml index a8778dd7e..8998a5060 100644 --- a/.github/workflows/ci_tcmalloc_test.yaml +++ b/.github/workflows/ci_tcmalloc_test.yaml @@ -66,7 +66,7 @@ jobs: submodules: recursive - name: Set up Bazel with caching - uses: bazel-contrib/setup-bazel@8d2cb86a3680a820c3e219597279ce3f80d17a47 # 0.15.0 + uses: bazel-contrib/setup-bazel@4fd964a13a440a8aeb0be47350db2fc640f19ca8 # 0.15.0 with: disk-cache: ${{github.workflow}} bazelisk-cache: true