Skip to content

Commit 1df7dfd

Browse files
Update github-actions
1 parent 6f09c69 commit 1df7dfd

15 files changed

Lines changed: 31 additions & 31 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@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
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@371161bbe7024a29a25c5e19bfcbc0804fe9ad2c # v4.5.2
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@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3
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
@@ -55,7 +55,7 @@ jobs:
5555
RAPIDS_GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
5656
steps:
5757
- name: Checkout code
58-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
58+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
5959
with:
6060
persist-credentials: true
6161
- name: Telemetry setup
@@ -97,7 +97,7 @@ jobs:
9797
VERSION_FILES_CHANGED: ${{ (inputs.enable_check_version_files_changed && fromJSON(steps.changed-files.outputs.changed_file_groups).version_files) || 'false' }}
9898
- name: Fetch tags
9999
if: ${{ inputs.enable_check_version_against_tag }}
100-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
100+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
101101
with:
102102
persist-credentials: false
103103
fetch-depth: 0 # https://github.com/actions/checkout/issues/1471
@@ -126,7 +126,7 @@ jobs:
126126
image: rapidsai/ci-conda:26.10-cuda13.3.0-ubuntu24.04-py3.12 # zizmor: ignore[unpinned-images]
127127
steps:
128128
- name: Checkout code
129-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
129+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
130130
with:
131131
fetch-depth: 0
132132
persist-credentials: true

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -111,12 +111,12 @@ jobs:
111111
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
112112
RAPIDS_DATETIME_STRING: ${{ inputs.build-datetime }}
113113
steps:
114-
- uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2
114+
- uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3
115115
with:
116116
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
117117
aws-region: ${{ vars.AWS_REGION }}
118118
role-duration-seconds: 43200 # 12h
119-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
119+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
120120
with:
121121
repository: ${{ inputs.repo }}
122122
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@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3
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
@@ -143,13 +143,13 @@ jobs:
143143
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
144144
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
145145
steps:
146-
- uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2
146+
- uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3
147147
with:
148148
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
149149
aws-region: ${{ vars.AWS_REGION }}
150150
role-duration-seconds: 43200 # 12h
151151

152-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
152+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
153153
with:
154154
repository: ${{ inputs.repo }}
155155
ref: ${{ inputs.sha }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,12 +121,12 @@ jobs:
121121
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
122122
RAPIDS_DATETIME_STRING: ${{ inputs.build-datetime }}
123123
steps:
124-
- uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2
124+
- uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3
125125
with:
126126
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
127127
aws-region: ${{ vars.AWS_REGION }}
128128
role-duration-seconds: 43200 # 12h
129-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
129+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
130130
with:
131131
repository: ${{ inputs.repo }}
132132
ref: ${{ inputs.sha }}

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -157,13 +157,13 @@ jobs:
157157
RAPIDS_BUILD_TYPE: ${{ inputs.build_type }}
158158
NVIDIA_VISIBLE_DEVICES: ${{ env.NVIDIA_VISIBLE_DEVICES }}
159159
steps:
160-
- uses: aws-actions/configure-aws-credentials@517a711dbcd0e402f90c77e7e2f81e849156e31d # v6.2.2
160+
- uses: aws-actions/configure-aws-credentials@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3
161161
with:
162162
role-to-assume: ${{ vars.AWS_ROLE_ARN }}
163163
aws-region: ${{ vars.AWS_REGION }}
164164
role-duration-seconds: 43200 # 12h
165165

166-
- uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
166+
- uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
167167
with:
168168
repository: ${{ inputs.repo }}
169169
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@e6de054238d6b7531b4efff3b6587d9aade6a06c # v6.2.3
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 }}
@@ -201,7 +201,7 @@ jobs:
201201
GH_TOKEN: ${{ inputs.alternative-gh-token-secret-name && secrets[inputs.alternative-gh-token-secret-name] || github.token }} # zizmor: ignore[overprovisioned-secrets]
202202
- name: Get RAPIDS License Builder
203203
if: ${{ inputs.requires_license_builder }}
204-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
204+
uses: actions/checkout@3d3c42e5aac5ba805825da76410c181273ba90b1 # v7.0.1
205205
with:
206206
repository: "rapidsai/spdx-license-builder"
207207
ref: "refs/heads/main"

0 commit comments

Comments
 (0)