Skip to content

Commit 3e34e03

Browse files
Bump the github-actions group with 8 updates (#19689)
1 parent 3978ce6 commit 3e34e03

20 files changed

+26
-26
lines changed

.github/workflows/build_package.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,7 @@ jobs:
9999
cat ./c/runtime/version_local.json
100100
101101
- name: Upload version_local.json
102-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
102+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
103103
with:
104104
name: version_local
105105
path: |
@@ -344,7 +344,7 @@ jobs:
344344
"${MANYLINUX_X86_64_IMAGE}" \
345345
bash -c 'export PATH=/opt/python/cp39-cp39/bin:$PATH; python ./c/build_tools/github_actions/build_dist.py py-tf-compiler-tools-pkg'
346346
347-
- uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
347+
- uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
348348
with:
349349
name: wheels-${{ matrix.build-family }}-${{ matrix.build-package }}
350350
# We upload all wheels (which includes deps so that subsequent
@@ -356,7 +356,7 @@ jobs:
356356
- name: Upload Release Assets
357357
if: github.event.inputs.release_id != ''
358358
id: upload-release-assets
359-
uses: dwenegar/upload-release-assets@5bc3024cf83521df8ebfadf00ad0c4614fd59148 # v1
359+
uses: dwenegar/upload-release-assets@fe47e06814723c7b1bea3a7e46cf93d5f020d0c3 # v3
360360
env:
361361
GITHUB_TOKEN: ${{ secrets.WRITE_ACCESS_TOKEN }}
362362
with:

.github/workflows/bump_torch_mlir.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ jobs:
6161
echo "TORCH_MLIR_COMMIT=$TORCH_MLIR_COMMIT" >> $GITHUB_OUTPUT
6262
6363
- name: Create Pull Request
64-
uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5
64+
uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6
6565
with:
6666
token: ${{ secrets.GITHUB_TOKEN }}
6767
base: main

.github/workflows/ci.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
- name: Install Python requirements
9898
run: pip install -r ./runtime/bindings/python/iree/runtime/build_requirements.txt
9999
- name: ccache
100-
uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14
100+
uses: hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16
101101
with:
102102
key: ${{ github.job }}-${{ matrix.name }}
103103
save: ${{ needs.setup.outputs.write-caches == 1 }}
@@ -135,7 +135,7 @@ jobs:
135135
- name: Checkout runtime submodules
136136
run: bash ./build_tools/scripts/git/update_runtime_submodules.sh
137137
- name: ccache
138-
uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14
138+
uses: hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16
139139
with:
140140
key: ${{ github.job }}
141141
save: ${{ needs.setup.outputs.write-caches == 1 }}
@@ -197,7 +197,7 @@ jobs:
197197
- name: Checkout runtime submodules
198198
run: bash ./build_tools/scripts/git/update_runtime_submodules.sh
199199
- name: ccache
200-
uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14
200+
uses: hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16
201201
with:
202202
key: ${{ github.job }}-${{ matrix.runs-on}}-${{ matrix.provider }}
203203
save: ${{ needs.setup.outputs.write-caches == 1 }}

.github/workflows/ci_linux_arm64_clang.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
run: ./build_tools/cmake/test_iree_dialects.sh "${BUILD_DIR}"
7171

7272
- name: Post to Discord on Failure
73-
uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 # v1.14.7
73+
uses: sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1
7474
if: failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org'
7575
with:
7676
webhook: ${{ secrets.DISCORD_WEBHOOK }}

.github/workflows/ci_linux_x64_clang_byollvm.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
run: ./build_tools/cmake/build_and_test_byo_llvm.sh
4141

4242
- name: Post to Discord on Failure
43-
uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 # v1.14.7
43+
uses: sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1
4444
if: failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org'
4545
with:
4646
webhook: ${{ secrets.DISCORD_WEBHOOK }}

.github/workflows/ci_linux_x64_clang_debug.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666
# would add 10+ minutes to the job.
6767

6868
- name: Post to Discord on Failure
69-
uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 # v1.14.7
69+
uses: sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1
7070
if: failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org'
7171
with:
7272
webhook: ${{ secrets.DISCORD_WEBHOOK }}

.github/workflows/ci_linux_x64_clang_tsan.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
sccache --show-stats
6161
6262
- name: Post to Discord on Failure
63-
uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 # v1.14.7
63+
uses: sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1
6464
if: failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org'
6565
with:
6666
webhook: ${{ secrets.DISCORD_WEBHOOK }}

.github/workflows/ci_linux_x64_gcc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
run: ./build_tools/cmake/build_all.sh "${BUILD_DIR}"
4949

5050
- name: Post to Discord on Failure
51-
uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 # v1.14.7
51+
uses: sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1
5252
if: failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org'
5353
with:
5454
webhook: ${{ secrets.DISCORD_WEBHOOK }}

.github/workflows/ci_macos_arm64_clang.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ jobs:
6060
run: bash ./build_tools/cmake/build_all.sh "${BUILD_DIR}"
6161

6262
- name: Post to Discord on Failure
63-
uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 # v1.14.7
63+
uses: sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1
6464
if: failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org'
6565
with:
6666
webhook: ${{ secrets.DISCORD_WEBHOOK }}

.github/workflows/ci_macos_x64_clang.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
run: bash ./build_tools/cmake/ctest_all.sh "${BUILD_DIR}"
6060

6161
- name: Post to Discord on Failure
62-
uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 # v1.14.7
62+
uses: sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1
6363
if: failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org'
6464
with:
6565
webhook: ${{ secrets.DISCORD_WEBHOOK }}

.github/workflows/ci_windows_x64_msvc.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
run: if (Test-Path -Path "$Env:BUILD_DIR_POWERSHELL") {Remove-Item -Path "$Env:BUILD_DIR_POWERSHELL" -Recurse -Force}
7676

7777
- name: Post to Discord on Failure
78-
uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 # v1.14.7
78+
uses: sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1
7979
if: failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org'
8080
with:
8181
webhook: ${{ secrets.DISCORD_WEBHOOK }}

.github/workflows/oneshot_candidate_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070

7171
- name: Create Release
7272
id: create_release
73-
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0
73+
uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0
7474
with:
7575
tag: ${{ env.tag_name }}
7676
name: iree candidate ${{ env.tag_name }}

.github/workflows/pkgci_build_packages.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -97,7 +97,7 @@ jobs:
9797
# permissions. Take them back.
9898
sudo chown -R "$(whoami)" "${cache_dir}"
9999
- name: Upload wheel artifacts
100-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
100+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
101101
with:
102102
name: linux_x86_64_release_packages
103103
path: |
@@ -162,7 +162,7 @@ jobs:
162162
# # permissions. Take them back.
163163
# sudo chown -R "$(whoami)" "${cache_dir}"
164164
# - name: Upload wheel artifacts
165-
# uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
165+
# uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
166166
# with:
167167
# name: linux_x86_64_release_asserts_packages
168168
# path: |

.github/workflows/pkgci_test_android.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ jobs:
5050
# Must match the subset of versions built in pkgci_build_packages.
5151
python-version: "3.11"
5252
- name: ccache
53-
uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14
53+
uses: hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16
5454
with:
5555
key: ${{ github.job }}
5656
save: ${{ inputs.write-caches == 1 }}

.github/workflows/pkgci_test_onnx.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ jobs:
116116
cat ${CONFIG_FILE_PATH}
117117
- name: "Uploading new config file"
118118
if: failure()
119-
uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0
119+
uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0
120120
with:
121121
name: ${{ matrix.config-file }}
122122
path: ${{ env.CONFIG_FILE_PATH }}

.github/workflows/pkgci_test_riscv64.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
# Must match the subset of versions built in pkgci_build_packages.
5353
python-version: "3.11"
5454
- name: ccache
55-
uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14
55+
uses: hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16
5656
with:
5757
key: ${{ github.job }}
5858
save: ${{ inputs.write-caches == 1 }}

.github/workflows/publish_website.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
--output=docs/website/docs/pip-release-links.html
8383
8484
- name: ccache
85-
uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14
85+
uses: hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16
8686
with:
8787
key: ${{ github.job }}
8888
- name: Building documentation files

.github/workflows/schedule_candidate_release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ jobs:
6666

6767
- name: Create Release
6868
id: create_release
69-
uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0
69+
uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0
7070
with:
7171
tag: ${{ env.tag_name }}
7272
name: iree candidate ${{ env.tag_name }}

.github/workflows/validate_and_publish_release.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
steps:
2424
- name: Download packages
2525
id: download_packages
26-
uses: dawidd6/action-download-artifact@5e780fc7bbd0cac69fc73271ed86edf5dcb72d67 # v2.26.0
26+
uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
2727
with:
2828
github_token: ${{secrets.WRITE_ACCESS_TOKEN}}
2929
workflow: build_package.yml
@@ -115,7 +115,7 @@ jobs:
115115
steps:
116116
- name: Publish Release
117117
id: publish_release
118-
uses: eregon/publish-release@46913fa2b3f7edc7345ae3c17f6d1b093a54916d # v1.0.5
118+
uses: eregon/publish-release@01df127f5e9a3c26935118e22e738d95b59d10ce # v1.0.6
119119
env:
120120
GITHUB_TOKEN: ${{ secrets.WRITE_ACCESS_TOKEN }}
121121
with:

.github/workflows/workflow_summary.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
exit 1
5656
fi
5757
- name: Post to Discord on Failure
58-
uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 # v1.14.7
58+
uses: sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1
5959
if: failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org'
6060
with:
6161
webhook: ${{ secrets.DISCORD_WEBHOOK }}

0 commit comments

Comments
 (0)