Skip to content

Commit a58b181

Browse files
Merge pull request #33802 from jax-ml:dependabot/github_actions/actions/checkout-6.0.1
PiperOrigin-RevId: 873964317
2 parents cd01971 + 523b667 commit a58b181

20 files changed

+32
-32
lines changed

.github/workflows/asan.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,11 +43,11 @@ jobs:
4343
zlib1g-dev libbz2-dev libreadline-dev libsqlite3-dev curl git \
4444
libncursesw5-dev xz-utils tk-dev libxml2-dev libxmlsec1-dev \
4545
libffi-dev liblzma-dev
46-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
46+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
4747
with:
4848
path: jax
4949
persist-credentials: false
50-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
50+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
5151
with:
5252
repository: python/cpython
5353
path: cpython

.github/workflows/bazel_cpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ jobs:
8686
# End Presubmit Naming Check github-cpu-presubmits
8787

8888
steps:
89-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
89+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9090
with:
9191
persist-credentials: false
9292
- name: Download JAX CPU wheels

.github/workflows/bazel_cuda.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ jobs:
107107
(contains(inputs.runner, 'windows-x86') && 'windows x86') }}, jaxlib=${{ inputs.jaxlib-version }}, CUDA=${{ inputs.cuda-version }}, Python=${{ inputs.python }}, x64=${{ inputs.enable-x64 }}, build_jax=${{ inputs.build_jax }}, build_jaxlib=${{ inputs.build_jaxlib }}"
108108
# End Presubmit Naming Check github-cuda-presubmits
109109
steps:
110-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
110+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
111111
with:
112112
persist-credentials: false
113113
- name: Download JAX CUDA wheels

.github/workflows/bazel_cuda_h100_b200.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
permissions: {} # No permissions given
3333
runs-on: ubuntu-latest # Do not run tj-actions on self-hosted runners
3434
steps:
35-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
35+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636
with:
3737
persist-credentials: false
3838
- name: Get and filter changed files # We only run this if it is a pull request, do not run tj-actions on non PR event
@@ -63,7 +63,7 @@ jobs:
6363
name: "Bazel single B200 CUDA tests"
6464
# End Presubmit Naming Check github-cuda-presubmits
6565
steps:
66-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
66+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6767
with:
6868
persist-credentials: false
6969
- name: Wait For Connection
@@ -108,7 +108,7 @@ jobs:
108108
container: 'us-docker.pkg.dev/ml-oss-artifacts-published/ml-public-container/ml-build:latest'
109109
name: "Bazel multiple H100 CUDA tests"
110110
steps:
111-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
111+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
112112
with:
113113
persist-credentials: false
114114
- name: Wait For Connection

.github/workflows/bazel_test_tpu.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
JAXCI_CLONE_MAIN_XLA: "${{ inputs.clone_main_xla }}"
106106

107107
steps:
108-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
108+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
109109
with:
110110
persist-credentials: false
111111
- name: Download JAX wheels

.github/workflows/build_artifacts.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -126,7 +126,7 @@ jobs:
126126
gcs_upload_uri: ${{ steps.store-gcs-upload-uri.outputs.gcs_upload_uri }}
127127

128128
steps:
129-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
129+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
130130
with:
131131
persist-credentials: false
132132
- name: Configure Build Environment

.github/workflows/ci-build.yaml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ jobs:
2525
runs-on: ubuntu-latest
2626
timeout-minutes: 5
2727
steps:
28-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
28+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
2929
with:
3030
persist-credentials: false
3131
- name: Set up Python 3.11
@@ -62,7 +62,7 @@ jobs:
6262
prng-upgrade: 0
6363
num_generated_cases: 1
6464
steps:
65-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
65+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6666
with:
6767
persist-credentials: false
6868
- name: Image Setup
@@ -105,7 +105,7 @@ jobs:
105105
matrix:
106106
python-version: ['3.12']
107107
steps:
108-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
108+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
109109
with:
110110
persist-credentials: false
111111
- name: Set up Python ${{ matrix.python-version }}
@@ -137,7 +137,7 @@ jobs:
137137
matrix:
138138
python-version: ['3.11']
139139
steps:
140-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
140+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
141141
with:
142142
persist-credentials: false
143143
- name: Image Setup
@@ -163,7 +163,7 @@ jobs:
163163
image: index.docker.io/tensorflow/build:latest-python3.12@sha256:48e99608fe9434ada5b14e19fdfd8e64f4cfc83aacd328b9c2101b210e984295 # ratchet:index.docker.io/tensorflow/build:latest-python3.12
164164
timeout-minutes: 30
165165
steps:
166-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
166+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
167167
with:
168168
persist-credentials: false
169169
- name: Set up Python

.github/workflows/cloud-tpu-ci-nightly.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
# https://opensource.google/documentation/reference/github/services#actions
5959
# mandates using a specific commit for non-Google actions. We use
6060
# https://github.com/sethvargo/ratchet to pin specific versions.
61-
- uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
61+
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6262
with:
6363
persist-credentials: false
6464
# Checkout XLA at head, if we're building jaxlib at head.
6565
- name: Checkout XLA at head
66-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
66+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6767
if: ${{ matrix.jaxlib-version == 'head' }}
6868
with:
6969
repository: openxla/xla

.github/workflows/jax-array-api.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,11 +28,11 @@ jobs:
2828
PYTHON: "python${{ matrix.python-version }}"
2929
steps:
3030
- name: Checkout jax
31-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
31+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3232
with:
3333
persist-credentials: false
3434
- name: Checkout array-api-tests
35-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0
35+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3636
with:
3737
repository: data-apis/array-api-tests
3838
ref: 3249a739f8ce9be95e5210ed90ea5d8d62045eec

.github/workflows/k8s.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
controller: [jobset, indexed-job]
3636
steps:
3737
- name: Checkout
38-
uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # ratchet:actions/checkout@v4
38+
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # ratchet:actions/checkout@v4
3939
with:
4040
path: jax
4141
persist-credentials: false

0 commit comments

Comments
 (0)