@@ -39,12 +39,12 @@ jobs:
3939 SDIST_NAME : ${{ steps.sdist.outputs.SDIST_NAME }}
4040
4141 steps :
42- - uses : actions/checkout@v4
42+ - uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
4343 with :
4444 fetch-depth : 0
4545 persist-credentials : false
4646
47- - uses : actions/setup-python@v5
47+ - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
4848 name : Install Python
4949 with :
5050 python-version : ' 3.10'
7070 run : twine check dist/*
7171
7272 - name : Upload sdist result
73- uses : actions/upload-artifact@v4
73+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
7474 with :
7575 name : cibw-sdist
7676 path : dist/*.tar.gz
@@ -133,12 +133,12 @@ jobs:
133133 steps :
134134 - name : Set up QEMU
135135 if : matrix.cibw_archs == 'aarch64'
136- uses : docker/setup-qemu-action@v3
136+ uses : docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
137137 with :
138138 platforms : arm64
139139
140140 - name : Download sdist
141- uses : actions/download-artifact@v4
141+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
142142 with :
143143 name : cibw-sdist
144144 path : dist/
@@ -202,7 +202,7 @@ jobs:
202202 unset PIP_CONSTRAINT
203203 if : matrix.cibw_archs != 'aarch64' && matrix.os != 'windows-latest'
204204
205- - uses : actions/upload-artifact@v4
205+ - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
206206 with :
207207 name : cibw-wheels-${{ runner.os }}-${{ matrix.cibw_archs }}
208208 path : ./wheelhouse/*.whl
@@ -220,7 +220,7 @@ jobs:
220220 contents : read
221221 steps :
222222 - name : Download packages
223- uses : actions/download-artifact@v4
223+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
224224 with :
225225 pattern : cibw-*
226226 path : dist
0 commit comments