@@ -136,31 +136,31 @@ jobs:
136
136
path :dist/
137
137
138
138
-name :Build wheels for CPython 3.11
139
- uses :pypa/cibuildwheel@v2.13.0
139
+ uses :pypa/cibuildwheel@51f5c7fe68ff24694d5a6ac0eb3ad476ddd062a8 # v2.13.0
140
140
with :
141
141
package-dir :dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
142
142
env :
143
143
CIBW_BUILD :" cp311-*"
144
144
CIBW_ARCHS :${{ matrix.cibw_archs }}
145
145
146
146
-name :Build wheels for CPython 3.10
147
- uses :pypa/cibuildwheel@v2.13.0
147
+ uses :pypa/cibuildwheel@51f5c7fe68ff24694d5a6ac0eb3ad476ddd062a8 # v2.13.0
148
148
with :
149
149
package-dir :dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
150
150
env :
151
151
CIBW_BUILD :" cp310-*"
152
152
CIBW_ARCHS :${{ matrix.cibw_archs }}
153
153
154
154
-name :Build wheels for CPython 3.9
155
- uses :pypa/cibuildwheel@v2.13.0
155
+ uses :pypa/cibuildwheel@51f5c7fe68ff24694d5a6ac0eb3ad476ddd062a8 # v2.13.0
156
156
with :
157
157
package-dir :dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
158
158
env :
159
159
CIBW_BUILD :" cp39-*"
160
160
CIBW_ARCHS :${{ matrix.cibw_archs }}
161
161
162
162
-name :Build wheels for PyPy
163
- uses :pypa/cibuildwheel@v2.13.0
163
+ uses :pypa/cibuildwheel@51f5c7fe68ff24694d5a6ac0eb3ad476ddd062a8 # v2.13.0
164
164
with :
165
165
package-dir :dist/${{ needs.build_sdist.outputs.SDIST_NAME }}
166
166
env :