From a1bbad68635b124743119a7a8ae0255882836ff8 Mon Sep 17 00:00:00 2001 From: Nitin Srinivasan Date: Tue, 14 Jan 2025 07:44:46 -0800 Subject: [PATCH] Pin actions/checkout to a commit https://opensource.google/documentation/reference/github/services#actions mandates using a specific commit for non-Google actions. PiperOrigin-RevId: 715377970 --- .github/workflows/bazel_cpu_rbe.yml | 2 +- .github/workflows/bazel_gpu_rbe.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/bazel_cpu_rbe.yml b/.github/workflows/bazel_cpu_rbe.yml index 334766bdb869..3aaa6fe68194 100644 --- a/.github/workflows/bazel_cpu_rbe.yml +++ b/.github/workflows/bazel_cpu_rbe.yml @@ -38,7 +38,7 @@ jobs: name: "Bazel CPU tests (${{ matrix.runner }}, Python 3.12, x64=${{ matrix.enable-x_64 }})" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Wait For Connection uses: google-ml-infra/actions/ci_connection@main with: diff --git a/.github/workflows/bazel_gpu_rbe.yml b/.github/workflows/bazel_gpu_rbe.yml index 22f021644f0d..0b3d126ab4ed 100644 --- a/.github/workflows/bazel_gpu_rbe.yml +++ b/.github/workflows/bazel_gpu_rbe.yml @@ -37,7 +37,7 @@ jobs: name: "Bazel single accelerator GPU tests (${{ matrix.runner }}, Python 3.12, x64=${{ matrix.enable-x_64 }})" steps: - - uses: actions/checkout@v3 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Wait For Connection uses: google-ml-infra/actions/ci_connection@main with: