Skip to content

Commit c23602e

Browse files
Bump the github-actions group with 3 updates (#21655)
1 parent 8794785 commit c23602e

32 files changed

+60
-60
lines changed

.github/workflows/build_package.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
runs-on: ubuntu-24.04
4848
steps:
4949
- name: Checkout repository
50-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
50+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
5151
with:
5252
path: "c" # Windows can hit path length limits, so use a short path.
5353
submodules: false
@@ -180,7 +180,7 @@ jobs:
180180
MANYLINUX_AARCH64_IMAGE: quay.io/pypa/manylinux_2_28_aarch64
181181

182182
steps:
183-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
183+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
184184
with:
185185
path: "c" # Windows can hit path length limits, so use a short path.
186186
submodules: true
@@ -207,7 +207,7 @@ jobs:
207207
##########################################################################
208208

209209
- name: Download version_local.json
210-
uses: actions/download-artifact@d3f86a106a0bac45b974a628896c90dbdf5c8093 # v4.3.0
210+
uses: actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5.0.0
211211
with:
212212
name: version_local
213213
path: ./c/

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
env:
7777
BUILD_DIR: build-runtime
7878
steps:
79-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
79+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
8080
- uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
8181
with:
8282
python-version: "3.11"
@@ -132,7 +132,7 @@ jobs:
132132
CC: clang
133133
CXX: clang++
134134
steps:
135-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
135+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
136136
- name: Install requirements
137137
run: sudo apt update && sudo apt install -y ninja-build
138138
- name: Checkout runtime submodules
@@ -174,7 +174,7 @@ jobs:
174174
env:
175175
BUILD_DIR: build-tracing
176176
steps:
177-
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
177+
- uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
178178

179179
- name: (Linux) Install requirements
180180
if: contains(matrix.runs-on, 'ubuntu')

.github/workflows/ci_linux_arm64_clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
BUILD_DIR: build-arm64
3838
steps:
3939
- name: "Checking out repository"
40-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
40+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4141
with:
4242
submodules: true
4343
- name: Install Python requirements

.github/workflows/ci_linux_x64_bazel.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
shell: bash
2525
steps:
2626
- name: "Checking out repository"
27-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2828
with:
2929
submodules: true
3030
- name: Install Python requirements

.github/workflows/ci_linux_x64_clang.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
SCCACHE_AZURE_KEY_PREFIX: "ci_linux_x64_clang"
2727
steps:
2828
- name: "Checking out repository"
29-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
29+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3030
with:
3131
submodules: true
3232
- name: Install Python requirements

.github/workflows/ci_linux_x64_clang_asan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
shell: bash
2020
steps:
2121
- name: "Checking out repository"
22-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
22+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
2323
with:
2424
submodules: true
2525
- name: Install Python requirements

.github/workflows/ci_linux_x64_clang_byollvm.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
shell: bash
3434
steps:
3535
- name: "Checking out repository"
36-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
36+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3737
with:
3838
submodules: true
3939
- name: "Building and testing with bring-your-own-LLVM"

.github/workflows/ci_linux_x64_clang_debug.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ jobs:
4141
SCCACHE_AZURE_KEY_PREFIX: "ci_linux_x64_clang_debug"
4242
steps:
4343
- name: "Checking out repository"
44-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4545
with:
4646
submodules: true
4747
- name: Install Python requirements

.github/workflows/ci_linux_x64_clang_tsan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
shell: bash
4141
steps:
4242
- name: "Checking out repository"
43-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
43+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
4444
with:
4545
submodules: true
4646
- name: Install Python requirements

.github/workflows/ci_linux_x64_gcc.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
BUILD_DIR: build-gcc
3636
steps:
3737
- name: "Checking out repository"
38-
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
38+
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
3939
with:
4040
submodules: true
4141
- name: "Building IREE with gcc"

0 commit comments

Comments
 (0)