From 3e34e03dc897d3710534488e9857c92ebf2994b5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 13 Jan 2025 13:04:56 -0800 Subject: [PATCH] Bump the github-actions group with 8 updates (#19689) --- .github/workflows/build_package.yml | 6 +++--- .github/workflows/bump_torch_mlir.yml | 2 +- .github/workflows/ci.yml | 6 +++--- .github/workflows/ci_linux_arm64_clang.yml | 2 +- .github/workflows/ci_linux_x64_clang_byollvm.yml | 2 +- .github/workflows/ci_linux_x64_clang_debug.yml | 2 +- .github/workflows/ci_linux_x64_clang_tsan.yml | 2 +- .github/workflows/ci_linux_x64_gcc.yml | 2 +- .github/workflows/ci_macos_arm64_clang.yml | 2 +- .github/workflows/ci_macos_x64_clang.yml | 2 +- .github/workflows/ci_windows_x64_msvc.yml | 2 +- .github/workflows/oneshot_candidate_release.yml | 2 +- .github/workflows/pkgci_build_packages.yml | 4 ++-- .github/workflows/pkgci_test_android.yml | 2 +- .github/workflows/pkgci_test_onnx.yml | 2 +- .github/workflows/pkgci_test_riscv64.yml | 2 +- .github/workflows/publish_website.yml | 2 +- .github/workflows/schedule_candidate_release.yml | 2 +- .github/workflows/validate_and_publish_release.yml | 4 ++-- .github/workflows/workflow_summary.yml | 2 +- 20 files changed, 26 insertions(+), 26 deletions(-) diff --git a/.github/workflows/build_package.yml b/.github/workflows/build_package.yml index 1ea0264a300e..2a9bf4e995f9 100644 --- a/.github/workflows/build_package.yml +++ b/.github/workflows/build_package.yml @@ -99,7 +99,7 @@ jobs: cat ./c/runtime/version_local.json - name: Upload version_local.json - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: version_local path: | @@ -344,7 +344,7 @@ jobs: "${MANYLINUX_X86_64_IMAGE}" \ bash -c 'export PATH=/opt/python/cp39-cp39/bin:$PATH; python ./c/build_tools/github_actions/build_dist.py py-tf-compiler-tools-pkg' - - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + - uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: wheels-${{ matrix.build-family }}-${{ matrix.build-package }} # We upload all wheels (which includes deps so that subsequent @@ -356,7 +356,7 @@ jobs: - name: Upload Release Assets if: github.event.inputs.release_id != '' id: upload-release-assets - uses: dwenegar/upload-release-assets@5bc3024cf83521df8ebfadf00ad0c4614fd59148 # v1 + uses: dwenegar/upload-release-assets@fe47e06814723c7b1bea3a7e46cf93d5f020d0c3 # v3 env: GITHUB_TOKEN: ${{ secrets.WRITE_ACCESS_TOKEN }} with: diff --git a/.github/workflows/bump_torch_mlir.yml b/.github/workflows/bump_torch_mlir.yml index 3a7f65b83d39..04dfdf92ba0f 100644 --- a/.github/workflows/bump_torch_mlir.yml +++ b/.github/workflows/bump_torch_mlir.yml @@ -61,7 +61,7 @@ jobs: echo "TORCH_MLIR_COMMIT=$TORCH_MLIR_COMMIT" >> $GITHUB_OUTPUT - name: Create Pull Request - uses: peter-evans/create-pull-request@5e914681df9dc83aa4e4905692ca88beb2f9e91f # v7.0.5 + uses: peter-evans/create-pull-request@67ccf781d68cd99b580ae25a5c18a1cc84ffff1f # v7.0.6 with: token: ${{ secrets.GITHUB_TOKEN }} base: main diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 224b5ebdc27a..49f92b6b70cc 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -97,7 +97,7 @@ jobs: - name: Install Python requirements run: pip install -r ./runtime/bindings/python/iree/runtime/build_requirements.txt - name: ccache - uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14 + uses: hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16 with: key: ${{ github.job }}-${{ matrix.name }} save: ${{ needs.setup.outputs.write-caches == 1 }} @@ -135,7 +135,7 @@ jobs: - name: Checkout runtime submodules run: bash ./build_tools/scripts/git/update_runtime_submodules.sh - name: ccache - uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14 + uses: hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16 with: key: ${{ github.job }} save: ${{ needs.setup.outputs.write-caches == 1 }} @@ -197,7 +197,7 @@ jobs: - name: Checkout runtime submodules run: bash ./build_tools/scripts/git/update_runtime_submodules.sh - name: ccache - uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14 + uses: hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16 with: key: ${{ github.job }}-${{ matrix.runs-on}}-${{ matrix.provider }} save: ${{ needs.setup.outputs.write-caches == 1 }} diff --git a/.github/workflows/ci_linux_arm64_clang.yml b/.github/workflows/ci_linux_arm64_clang.yml index 00fb531ff528..191b2f3ace2f 100644 --- a/.github/workflows/ci_linux_arm64_clang.yml +++ b/.github/workflows/ci_linux_arm64_clang.yml @@ -70,7 +70,7 @@ jobs: run: ./build_tools/cmake/test_iree_dialects.sh "${BUILD_DIR}" - name: Post to Discord on Failure - uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 # v1.14.7 + uses: sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1 if: failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org' with: webhook: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/ci_linux_x64_clang_byollvm.yml b/.github/workflows/ci_linux_x64_clang_byollvm.yml index d0b52e41d8a9..5be068abe213 100644 --- a/.github/workflows/ci_linux_x64_clang_byollvm.yml +++ b/.github/workflows/ci_linux_x64_clang_byollvm.yml @@ -40,7 +40,7 @@ jobs: run: ./build_tools/cmake/build_and_test_byo_llvm.sh - name: Post to Discord on Failure - uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 # v1.14.7 + uses: sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1 if: failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org' with: webhook: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/ci_linux_x64_clang_debug.yml b/.github/workflows/ci_linux_x64_clang_debug.yml index c57319a38b5d..f5855e3f2672 100644 --- a/.github/workflows/ci_linux_x64_clang_debug.yml +++ b/.github/workflows/ci_linux_x64_clang_debug.yml @@ -66,7 +66,7 @@ jobs: # would add 10+ minutes to the job. - name: Post to Discord on Failure - uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 # v1.14.7 + uses: sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1 if: failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org' with: webhook: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/ci_linux_x64_clang_tsan.yml b/.github/workflows/ci_linux_x64_clang_tsan.yml index 6d6562c888f7..fb5a68074b51 100644 --- a/.github/workflows/ci_linux_x64_clang_tsan.yml +++ b/.github/workflows/ci_linux_x64_clang_tsan.yml @@ -60,7 +60,7 @@ jobs: sccache --show-stats - name: Post to Discord on Failure - uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 # v1.14.7 + uses: sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1 if: failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org' with: webhook: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/ci_linux_x64_gcc.yml b/.github/workflows/ci_linux_x64_gcc.yml index 44084cca6af2..e2eafc6f9164 100644 --- a/.github/workflows/ci_linux_x64_gcc.yml +++ b/.github/workflows/ci_linux_x64_gcc.yml @@ -48,7 +48,7 @@ jobs: run: ./build_tools/cmake/build_all.sh "${BUILD_DIR}" - name: Post to Discord on Failure - uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 # v1.14.7 + uses: sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1 if: failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org' with: webhook: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/ci_macos_arm64_clang.yml b/.github/workflows/ci_macos_arm64_clang.yml index ca50739ebe4c..abb916c7cee0 100644 --- a/.github/workflows/ci_macos_arm64_clang.yml +++ b/.github/workflows/ci_macos_arm64_clang.yml @@ -60,7 +60,7 @@ jobs: run: bash ./build_tools/cmake/build_all.sh "${BUILD_DIR}" - name: Post to Discord on Failure - uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 # v1.14.7 + uses: sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1 if: failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org' with: webhook: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/ci_macos_x64_clang.yml b/.github/workflows/ci_macos_x64_clang.yml index 6915a6614118..28d2abd1c871 100644 --- a/.github/workflows/ci_macos_x64_clang.yml +++ b/.github/workflows/ci_macos_x64_clang.yml @@ -59,7 +59,7 @@ jobs: run: bash ./build_tools/cmake/ctest_all.sh "${BUILD_DIR}" - name: Post to Discord on Failure - uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 # v1.14.7 + uses: sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1 if: failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org' with: webhook: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/ci_windows_x64_msvc.yml b/.github/workflows/ci_windows_x64_msvc.yml index 09ebea36a215..38c6d8cb9a91 100644 --- a/.github/workflows/ci_windows_x64_msvc.yml +++ b/.github/workflows/ci_windows_x64_msvc.yml @@ -75,7 +75,7 @@ jobs: run: if (Test-Path -Path "$Env:BUILD_DIR_POWERSHELL") {Remove-Item -Path "$Env:BUILD_DIR_POWERSHELL" -Recurse -Force} - name: Post to Discord on Failure - uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 # v1.14.7 + uses: sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1 if: failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org' with: webhook: ${{ secrets.DISCORD_WEBHOOK }} diff --git a/.github/workflows/oneshot_candidate_release.yml b/.github/workflows/oneshot_candidate_release.yml index fd3812a023eb..7d72a0cd0142 100644 --- a/.github/workflows/oneshot_candidate_release.yml +++ b/.github/workflows/oneshot_candidate_release.yml @@ -70,7 +70,7 @@ jobs: - name: Create Release id: create_release - uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0 + uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0 with: tag: ${{ env.tag_name }} name: iree candidate ${{ env.tag_name }} diff --git a/.github/workflows/pkgci_build_packages.yml b/.github/workflows/pkgci_build_packages.yml index 3e397eb74ce9..2b37d68b06d2 100644 --- a/.github/workflows/pkgci_build_packages.yml +++ b/.github/workflows/pkgci_build_packages.yml @@ -97,7 +97,7 @@ jobs: # permissions. Take them back. sudo chown -R "$(whoami)" "${cache_dir}" - name: Upload wheel artifacts - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: linux_x86_64_release_packages path: | @@ -162,7 +162,7 @@ jobs: # # permissions. Take them back. # sudo chown -R "$(whoami)" "${cache_dir}" # - name: Upload wheel artifacts -# uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 +# uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 # with: # name: linux_x86_64_release_asserts_packages # path: | diff --git a/.github/workflows/pkgci_test_android.yml b/.github/workflows/pkgci_test_android.yml index 53230c886cdd..8f125468c39c 100644 --- a/.github/workflows/pkgci_test_android.yml +++ b/.github/workflows/pkgci_test_android.yml @@ -50,7 +50,7 @@ jobs: # Must match the subset of versions built in pkgci_build_packages. python-version: "3.11" - name: ccache - uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14 + uses: hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16 with: key: ${{ github.job }} save: ${{ inputs.write-caches == 1 }} diff --git a/.github/workflows/pkgci_test_onnx.yml b/.github/workflows/pkgci_test_onnx.yml index ac550b6ba891..4ff78acf09a7 100644 --- a/.github/workflows/pkgci_test_onnx.yml +++ b/.github/workflows/pkgci_test_onnx.yml @@ -116,7 +116,7 @@ jobs: cat ${CONFIG_FILE_PATH} - name: "Uploading new config file" if: failure() - uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4.0 + uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6.0 with: name: ${{ matrix.config-file }} path: ${{ env.CONFIG_FILE_PATH }} diff --git a/.github/workflows/pkgci_test_riscv64.yml b/.github/workflows/pkgci_test_riscv64.yml index 9e534edbc250..000fd081f10a 100644 --- a/.github/workflows/pkgci_test_riscv64.yml +++ b/.github/workflows/pkgci_test_riscv64.yml @@ -52,7 +52,7 @@ jobs: # Must match the subset of versions built in pkgci_build_packages. python-version: "3.11" - name: ccache - uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14 + uses: hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16 with: key: ${{ github.job }} save: ${{ inputs.write-caches == 1 }} diff --git a/.github/workflows/publish_website.yml b/.github/workflows/publish_website.yml index 676d97b024a4..1c6c1250771b 100644 --- a/.github/workflows/publish_website.yml +++ b/.github/workflows/publish_website.yml @@ -82,7 +82,7 @@ jobs: --output=docs/website/docs/pip-release-links.html - name: ccache - uses: hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14 + uses: hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16 with: key: ${{ github.job }} - name: Building documentation files diff --git a/.github/workflows/schedule_candidate_release.yml b/.github/workflows/schedule_candidate_release.yml index d9b247350dcd..a409dd8639c4 100644 --- a/.github/workflows/schedule_candidate_release.yml +++ b/.github/workflows/schedule_candidate_release.yml @@ -66,7 +66,7 @@ jobs: - name: Create Release id: create_release - uses: ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14.0 + uses: ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15.0 with: tag: ${{ env.tag_name }} name: iree candidate ${{ env.tag_name }} diff --git a/.github/workflows/validate_and_publish_release.yml b/.github/workflows/validate_and_publish_release.yml index b215302ef6c4..a2292755a449 100644 --- a/.github/workflows/validate_and_publish_release.yml +++ b/.github/workflows/validate_and_publish_release.yml @@ -23,7 +23,7 @@ jobs: steps: - name: Download packages id: download_packages - uses: dawidd6/action-download-artifact@5e780fc7bbd0cac69fc73271ed86edf5dcb72d67 # v2.26.0 + uses: dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4 with: github_token: ${{secrets.WRITE_ACCESS_TOKEN}} workflow: build_package.yml @@ -115,7 +115,7 @@ jobs: steps: - name: Publish Release id: publish_release - uses: eregon/publish-release@46913fa2b3f7edc7345ae3c17f6d1b093a54916d # v1.0.5 + uses: eregon/publish-release@01df127f5e9a3c26935118e22e738d95b59d10ce # v1.0.6 env: GITHUB_TOKEN: ${{ secrets.WRITE_ACCESS_TOKEN }} with: diff --git a/.github/workflows/workflow_summary.yml b/.github/workflows/workflow_summary.yml index c2ae68b69d8d..260cd0e2d251 100644 --- a/.github/workflows/workflow_summary.yml +++ b/.github/workflows/workflow_summary.yml @@ -55,7 +55,7 @@ jobs: exit 1 fi - name: Post to Discord on Failure - uses: sarisia/actions-status-discord@ce8cc68e4e626000136b3c702d049a154243e490 # v1.14.7 + uses: sarisia/actions-status-discord@65843b6a7d18626c252a055e247ccad1f41b4004 # v1.15.1 if: failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org' with: webhook: ${{ secrets.DISCORD_WEBHOOK }}