Skip to content

Commit

Permalink
Pin actions/checkout to a commit
Browse files Browse the repository at this point in the history
https://opensource.google/documentation/reference/github/services#actions mandates using a specific commit for non-Google actions.

PiperOrigin-RevId: 715377970
  • Loading branch information
nitins17 authored and Google-ML-Automation committed Jan 14, 2025
1 parent 29a3dde commit a1bbad6
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/bazel_cpu_rbe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/bazel_gpu_rbe.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit a1bbad6

Please sign in to comment.