Skip to content

Commit 343e10e

Browse files
Update github-actions
1 parent 904ddc3 commit 343e10e

15 files changed

Lines changed: 32 additions & 32 deletions

.github/workflows/build-devcontainer.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
tag: ${{ steps.build.outputs.tag }}
7171
version: ${{ steps.setup.outputs.version }}
7272
steps:
73-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
73+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7474
with:
7575
fetch-depth: 0
7676
persist-credentials: false
@@ -85,7 +85,7 @@ jobs:
8585
8686
- name: Login to ghcr.io
8787
if: inputs.push
88-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
88+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
8989
with:
9090
registry: "ghcr.io"
9191
username: "${{ github.actor }}"
@@ -111,7 +111,7 @@ jobs:
111111
runs-on: ubuntu-latest
112112
steps:
113113
- name: Login to ghcr.io
114-
uses: docker/login-action@af1e73f918a031802d376d3c8bbc3fe56130a9b0 # v4.4.0
114+
uses: docker/login-action@dbcb813823bdd20940b903addbd779551569679f # v4.6.0
115115
with:
116116
registry: "ghcr.io"
117117
username: "${{ github.actor }}"

.github/workflows/build-in-devcontainer.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
runs-on: "linux-${{ matrix.ARCH }}-${{ inputs.node_type }}"
100100
name: "${{ matrix.ARCH }}, ${{ matrix.CUDA_VER }}, ${{ matrix.PACKAGER }}"
101101
steps:
102-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
102+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
103103
with:
104104
repository: ${{ inputs.repo }}
105105
ref: ${{ inputs.sha }}
@@ -139,7 +139,7 @@ jobs:
139139
| jq -r '.token')
140140
EOF
141141
142-
- uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2
142+
- uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4
143143
with:
144144
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
145145
aws-region: ${{ vars.AWS_REGION }}

.github/workflows/changed-files.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ jobs:
6464
env:
6565
GH_TOKEN: ${{ github.token }}
6666
- name: Checkout code repo
67-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
67+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6868
with:
6969
persist-credentials: true
7070
- name: Calculate changed files

.github/workflows/checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
RAPIDS_GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
7171
steps:
7272
- name: Checkout code
73-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
73+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
7474
with:
7575
persist-credentials: true
7676
- name: Telemetry setup
@@ -113,7 +113,7 @@ jobs:
113113
VERSION_FILES_CHANGED: ${{ (inputs.enable_check_version_files_changed && fromJSON(steps.changed-files.outputs.changed_file_groups).version_files) || 'false' }}
114114
- name: Fetch tags
115115
if: ${{ inputs.enable_check_version_against_tag }}
116-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
116+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
117117
with:
118118
persist-credentials: false
119119
fetch-depth: 0 # https://github.com/actions/checkout/issues/1471
@@ -142,7 +142,7 @@ jobs:
142142
image: rapidsai/ci-conda:26.12-cuda13.3.0-ubuntu24.04-py3.12 # zizmor: ignore[unpinned-images]
143143
steps:
144144
- name: Checkout code
145-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
145+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
146146
with:
147147
fetch-depth: 0
148148
persist-credentials: true

.github/workflows/conda-cpp-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -140,12 +140,12 @@ jobs:
140140
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
141141
RAPIDS_DATETIME_STRING: ${{ inputs.build-datetime }}
142142
steps:
143-
- uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2
143+
- uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4
144144
with:
145145
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
146146
aws-region: ${{ vars.AWS_REGION }}
147147
role-duration-seconds: 43200 # 12h
148-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
148+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
149149
with:
150150
repository: ${{ inputs.repo }}
151151
ref: ${{ inputs.sha }}

.github/workflows/conda-cpp-post-build-checks.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,12 +58,12 @@ jobs:
5858
env:
5959
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
6060
steps:
61-
- uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2
61+
- uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4
6262
with:
6363
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
6464
aws-region: ${{ vars.AWS_REGION }}
6565
role-duration-seconds: 43200 # 12h
66-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
66+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
6767
with:
6868
repository: ${{ inputs.repo }}
6969
ref: ${{ inputs.sha }}
@@ -113,7 +113,7 @@ jobs:
113113
EXTRACTED_DIR=$(rapids-extract-conda-files "${CPP_DIR}")
114114
echo "RAPIDS_EXTRACTED_DIR=${EXTRACTED_DIR}" >> "${GITHUB_ENV}"
115115
- name: Get weak detection tool
116-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
116+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
117117
with:
118118
repository: rapidsai/detect-weak-linking
119119
ref: refs/heads/main

.github/workflows/conda-cpp-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -181,13 +181,13 @@ jobs:
181181
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
182182
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
183183
steps:
184-
- uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2
184+
- uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4
185185
with:
186186
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
187187
aws-region: ${{ vars.AWS_REGION }}
188188
role-duration-seconds: 43200 # 12h
189189

190-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
190+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
191191
with:
192192
repository: ${{ inputs.repo }}
193193
ref: ${{ inputs.sha }}

.github/workflows/conda-python-build.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -150,12 +150,12 @@ jobs:
150150
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
151151
RAPIDS_DATETIME_STRING: ${{ inputs.build-datetime }}
152152
steps:
153-
- uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2
153+
- uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4
154154
with:
155155
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
156156
aws-region: ${{ vars.AWS_REGION }}
157157
role-duration-seconds: 43200 # 12h
158-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
158+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
159159
with:
160160
repository: ${{ inputs.repo }}
161161
ref: ${{ inputs.sha }}

.github/workflows/conda-python-tests.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -195,13 +195,13 @@ jobs:
195195
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
196196
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
197197
steps:
198-
- uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2
198+
- uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4
199199
with:
200200
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
201201
aws-region: ${{ vars.AWS_REGION }}
202202
role-duration-seconds: 43200 # 12h
203203

204-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
204+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
205205
with:
206206
repository: ${{ inputs.repo }}
207207
ref: ${{ inputs.sha }}

.github/workflows/custom-job.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,12 +141,12 @@ jobs:
141141
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
142142
RAPIDS_DATETIME_STRING: ${{ inputs.build-datetime }}
143143
steps:
144-
- uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2
144+
- uses: aws-actions/configure-aws-credentials@cbe3b392738ccf3f987d68400dafcf4b0624a56c # v6.2.4
145145
with:
146146
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
147147
aws-region: ${{ vars.AWS_REGION }}
148148
role-duration-seconds: 43200 # 12h
149-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
149+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
150150
with:
151151
repository: ${{ inputs.repo }}
152152
ref: ${{ inputs.sha }}
@@ -206,7 +206,7 @@ jobs:
206206
GH_TOKEN: ${{ inputs.alternative-gh-token-secret-name && secrets[inputs.alternative-gh-token-secret-name] || github.token }} # zizmor: ignore[overprovisioned-secrets]
207207
- name: Get RAPIDS License Builder
208208
if: ${{ inputs.requires_license_builder }}
209-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
209+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
210210
with:
211211
repository: "rapidsai/spdx-license-builder"
212212
ref: "refs/heads/main"

0 commit comments

Comments
 (0)