@@ -39,11 +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
45+ persist-credentials : false
4546
46- - uses : actions/setup-python@v5
47+ - uses : actions/setup-python@0b93645e9fea7318ecaed2b359559ac225c90a2b # v5.3.0
4748 name : Install Python
4849 with :
4950 python-version : ' 3.10'
6970 run : twine check dist/*
7071
7172 - name : Upload sdist result
72- uses : actions/upload-artifact@v4
73+ uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
7374 with :
7475 name : cibw-sdist
7576 path : dist/*.tar.gz
@@ -132,12 +133,12 @@ jobs:
132133 steps :
133134 - name : Set up QEMU
134135 if : matrix.cibw_archs == 'aarch64'
135- uses : docker/setup-qemu-action@v3
136+ uses : docker/setup-qemu-action@49b3bc8e6bdd4a60e6116a5414239cba5943d3cf # v3.2.0
136137 with :
137138 platforms : arm64
138139
139140 - name : Download sdist
140- uses : actions/download-artifact@v4
141+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
141142 with :
142143 name : cibw-sdist
143144 path : dist/
@@ -201,7 +202,7 @@ jobs:
201202 unset PIP_CONSTRAINT
202203 if : matrix.cibw_archs != 'aarch64' && matrix.os != 'windows-latest'
203204
204- - uses : actions/upload-artifact@v4
205+ - uses : actions/upload-artifact@b4b15b8c7c6ac21ea08fcf65892d2ee8f75cf882 # v4.4.3
205206 with :
206207 name : cibw-wheels-${{ runner.os }}-${{ matrix.cibw_archs }}
207208 path : ./wheelhouse/*.whl
@@ -219,7 +220,7 @@ jobs:
219220 contents : read
220221 steps :
221222 - name : Download packages
222- uses : actions/download-artifact@v4
223+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4.1.8
223224 with :
224225 pattern : cibw-*
225226 path : dist
0 commit comments