69
69
files : dist/*.tar.gz
70
70
71
71
- name : Upload sdist
72
- uses : actions/upload-artifact@v4
72
+ uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
73
73
with :
74
74
name : sdist
75
75
path : dist/*.tar.gz
83
83
outputs :
84
84
include : ${{ steps.set-matrix.outputs.include }}
85
85
steps :
86
- - uses : actions/checkout@v4
86
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
87
87
- name : Install cibuildwheel
88
88
# Nb. keep cibuildwheel version pin consistent with job below
89
89
run : pipx install cibuildwheel==2.16.5
@@ -184,13 +184,13 @@ jobs:
184
184
pyversion : " cp36*"
185
185
186
186
steps :
187
- - uses : actions/checkout@v4
187
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
188
188
189
189
- name : Check out recursively
190
190
run : git submodule update --init --recursive
191
191
192
192
- name : Set up Python
193
- uses : actions/setup-python@v5
193
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
194
194
with :
195
195
python-version : " 3.9"
196
196
@@ -208,7 +208,7 @@ jobs:
208
208
files : wheelhouse_*/*-m*linux*.whl # manylinux / musllinux
209
209
210
210
- name : Upload wheels
211
- uses : actions/upload-artifact@v4
211
+ uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
212
212
with :
213
213
name : wheels-${{ matrix.image }}
214
214
path : wheelhouse_*/*-m*linux*.whl # manylinux / musllinux
@@ -245,13 +245,13 @@ jobs:
245
245
LUPA_WITH_LUA_DLOPEN : ${{ startsWith(matrix.os, 'windows') && 'false' || 'true' }}
246
246
247
247
steps :
248
- - uses : actions/checkout@v4
248
+ - uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
249
249
250
250
- name : Check out recursively
251
251
run : git submodule update --init --recursive
252
252
253
253
- name : Set up Python
254
- uses : actions/setup-python@v5
254
+ uses : actions/setup-python@0a5c61591373683505ea898e09a3ea4f39ef2b9c # v5.0.0
255
255
# macOS has Py2.7 installed system wide
256
256
if : matrix.pyversion != '2.7'
257
257
with :
@@ -278,7 +278,7 @@ jobs:
278
278
files : dist/*.whl
279
279
280
280
- name : Upload wheels
281
- uses : actions/upload-artifact@v3
281
+ uses : actions/upload-artifact@694cdabd8bdb0f10b2cea11669e1bf5453eed0a6 # v4.2.0
282
282
with :
283
283
name : wheels-${{ matrix.os }}
284
284
path : dist/*.whl
0 commit comments