File tree 20 files changed +26
-26
lines changed
20 files changed +26
-26
lines changed Original file line number Diff line number Diff line change 99
99
cat ./c/runtime/version_local.json
100
100
101
101
- name : Upload version_local.json
102
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
102
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
103
103
with :
104
104
name : version_local
105
105
path : |
@@ -344,7 +344,7 @@ jobs:
344
344
"${MANYLINUX_X86_64_IMAGE}" \
345
345
bash -c 'export PATH=/opt/python/cp39-cp39/bin:$PATH; python ./c/build_tools/github_actions/build_dist.py py-tf-compiler-tools-pkg'
346
346
347
- - uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
347
+ - uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
348
348
with :
349
349
name : wheels-${{ matrix.build-family }}-${{ matrix.build-package }}
350
350
# We upload all wheels (which includes deps so that subsequent
@@ -356,7 +356,7 @@ jobs:
356
356
- name : Upload Release Assets
357
357
if : github.event.inputs.release_id != ''
358
358
id : upload-release-assets
359
- uses : dwenegar/upload-release-assets@5bc3024cf83521df8ebfadf00ad0c4614fd59148 # v1
359
+ uses : dwenegar/upload-release-assets@fe47e06814723c7b1bea3a7e46cf93d5f020d0c3 # v3
360
360
env :
361
361
GITHUB_TOKEN : ${{ secrets.WRITE_ACCESS_TOKEN }}
362
362
with :
Original file line number Diff line number Diff line change 61
61
echo "TORCH_MLIR_COMMIT=$TORCH_MLIR_COMMIT" >> $GITHUB_OUTPUT
62
62
63
63
- 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
65
65
with :
66
66
token : ${{ secrets.GITHUB_TOKEN }}
67
67
base : main
Original file line number Diff line number Diff line change 97
97
- name : Install Python requirements
98
98
run : pip install -r ./runtime/bindings/python/iree/runtime/build_requirements.txt
99
99
- name : ccache
100
- uses : hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14
100
+ uses : hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16
101
101
with :
102
102
key : ${{ github.job }}-${{ matrix.name }}
103
103
save : ${{ needs.setup.outputs.write-caches == 1 }}
@@ -135,7 +135,7 @@ jobs:
135
135
- name : Checkout runtime submodules
136
136
run : bash ./build_tools/scripts/git/update_runtime_submodules.sh
137
137
- name : ccache
138
- uses : hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14
138
+ uses : hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16
139
139
with :
140
140
key : ${{ github.job }}
141
141
save : ${{ needs.setup.outputs.write-caches == 1 }}
@@ -197,7 +197,7 @@ jobs:
197
197
- name : Checkout runtime submodules
198
198
run : bash ./build_tools/scripts/git/update_runtime_submodules.sh
199
199
- name : ccache
200
- uses : hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14
200
+ uses : hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16
201
201
with :
202
202
key : ${{ github.job }}-${{ matrix.runs-on}}-${{ matrix.provider }}
203
203
save : ${{ needs.setup.outputs.write-caches == 1 }}
Original file line number Diff line number Diff line change 70
70
run : ./build_tools/cmake/test_iree_dialects.sh "${BUILD_DIR}"
71
71
72
72
- 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
74
74
if : failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org'
75
75
with :
76
76
webhook : ${{ secrets.DISCORD_WEBHOOK }}
Original file line number Diff line number Diff line change 40
40
run : ./build_tools/cmake/build_and_test_byo_llvm.sh
41
41
42
42
- 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
44
44
if : failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org'
45
45
with :
46
46
webhook : ${{ secrets.DISCORD_WEBHOOK }}
Original file line number Diff line number Diff line change 66
66
# would add 10+ minutes to the job.
67
67
68
68
- 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
70
70
if : failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org'
71
71
with :
72
72
webhook : ${{ secrets.DISCORD_WEBHOOK }}
Original file line number Diff line number Diff line change 60
60
sccache --show-stats
61
61
62
62
- 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
64
64
if : failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org'
65
65
with :
66
66
webhook : ${{ secrets.DISCORD_WEBHOOK }}
Original file line number Diff line number Diff line change 48
48
run : ./build_tools/cmake/build_all.sh "${BUILD_DIR}"
49
49
50
50
- 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
52
52
if : failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org'
53
53
with :
54
54
webhook : ${{ secrets.DISCORD_WEBHOOK }}
Original file line number Diff line number Diff line change 60
60
run : bash ./build_tools/cmake/build_all.sh "${BUILD_DIR}"
61
61
62
62
- 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
64
64
if : failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org'
65
65
with :
66
66
webhook : ${{ secrets.DISCORD_WEBHOOK }}
Original file line number Diff line number Diff line change 59
59
run : bash ./build_tools/cmake/ctest_all.sh "${BUILD_DIR}"
60
60
61
61
- 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
63
63
if : failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org'
64
64
with :
65
65
webhook : ${{ secrets.DISCORD_WEBHOOK }}
Original file line number Diff line number Diff line change 75
75
run : if (Test-Path -Path "$Env:BUILD_DIR_POWERSHELL") {Remove-Item -Path "$Env:BUILD_DIR_POWERSHELL" -Recurse -Force}
76
76
77
77
- 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
79
79
if : failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org'
80
80
with :
81
81
webhook : ${{ secrets.DISCORD_WEBHOOK }}
Original file line number Diff line number Diff line change 70
70
71
71
- name : Create Release
72
72
id : create_release
73
- uses : ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14 .0
73
+ uses : ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15 .0
74
74
with :
75
75
tag : ${{ env.tag_name }}
76
76
name : iree candidate ${{ env.tag_name }}
Original file line number Diff line number Diff line change 97
97
# permissions. Take them back.
98
98
sudo chown -R "$(whoami)" "${cache_dir}"
99
99
- name : Upload wheel artifacts
100
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
100
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
101
101
with :
102
102
name : linux_x86_64_release_packages
103
103
path : |
@@ -162,7 +162,7 @@ jobs:
162
162
# # permissions. Take them back.
163
163
# sudo chown -R "$(whoami)" "${cache_dir}"
164
164
# - name: Upload wheel artifacts
165
- # uses: actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
165
+ # uses: actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
166
166
# with:
167
167
# name: linux_x86_64_release_asserts_packages
168
168
# path: |
Original file line number Diff line number Diff line change 50
50
# Must match the subset of versions built in pkgci_build_packages.
51
51
python-version : " 3.11"
52
52
- name : ccache
53
- uses : hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14
53
+ uses : hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16
54
54
with :
55
55
key : ${{ github.job }}
56
56
save : ${{ inputs.write-caches == 1 }}
Original file line number Diff line number Diff line change @@ -116,7 +116,7 @@ jobs:
116
116
cat ${CONFIG_FILE_PATH}
117
117
- name : " Uploading new config file"
118
118
if : failure()
119
- uses : actions/upload-artifact@50769540e7f4bd5e21e526ee35c689e35e0d6874 # v4.4 .0
119
+ uses : actions/upload-artifact@65c4c4a1ddee5b72f698fdd19549f0f0fb45cf08 # v4.6 .0
120
120
with :
121
121
name : ${{ matrix.config-file }}
122
122
path : ${{ env.CONFIG_FILE_PATH }}
Original file line number Diff line number Diff line change 52
52
# Must match the subset of versions built in pkgci_build_packages.
53
53
python-version : " 3.11"
54
54
- name : ccache
55
- uses : hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14
55
+ uses : hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16
56
56
with :
57
57
key : ${{ github.job }}
58
58
save : ${{ inputs.write-caches == 1 }}
Original file line number Diff line number Diff line change 82
82
--output=docs/website/docs/pip-release-links.html
83
83
84
84
- name : ccache
85
- uses : hendrikmuhs/ccache-action@ed74d11c0b343532753ecead8a951bb09bb34bc9 # v1.2.14
85
+ uses : hendrikmuhs/ccache-action@53911442209d5c18de8a31615e0923161e435875 # v1.2.16
86
86
with :
87
87
key : ${{ github.job }}
88
88
- name : Building documentation files
Original file line number Diff line number Diff line change 66
66
67
67
- name : Create Release
68
68
id : create_release
69
- uses : ncipollo/release-action@2c591bcc8ecdcd2db72b97d6147f871fcd833ba5 # v1.14 .0
69
+ uses : ncipollo/release-action@cdcc88a9acf3ca41c16c37bb7d21b9ad48560d87 # v1.15 .0
70
70
with :
71
71
tag : ${{ env.tag_name }}
72
72
name : iree candidate ${{ env.tag_name }}
Original file line number Diff line number Diff line change 23
23
steps :
24
24
- name : Download packages
25
25
id : download_packages
26
- uses : dawidd6/action-download-artifact@5e780fc7bbd0cac69fc73271ed86edf5dcb72d67 # v2.26.0
26
+ uses : dawidd6/action-download-artifact@09f2f74827fd3a8607589e5ad7f9398816f540fe # v3.1.4
27
27
with :
28
28
github_token : ${{secrets.WRITE_ACCESS_TOKEN}}
29
29
workflow : build_package.yml
@@ -115,7 +115,7 @@ jobs:
115
115
steps :
116
116
- name : Publish Release
117
117
id : publish_release
118
- uses : eregon/publish-release@46913fa2b3f7edc7345ae3c17f6d1b093a54916d # v1.0.5
118
+ uses : eregon/publish-release@01df127f5e9a3c26935118e22e738d95b59d10ce # v1.0.6
119
119
env :
120
120
GITHUB_TOKEN : ${{ secrets.WRITE_ACCESS_TOKEN }}
121
121
with :
Original file line number Diff line number Diff line change 55
55
exit 1
56
56
fi
57
57
- 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
59
59
if : failure() && github.ref_name == 'main' && github.repository_owner == 'iree-org'
60
60
with :
61
61
webhook : ${{ secrets.DISCORD_WEBHOOK }}
You can’t perform that action at this time.
0 commit comments