@@ -166,7 +166,7 @@ jobs:
166166 - name : Grab the source from Git
167167 if : >-
168168 contains(fromJSON('["pre-commit", "spellcheck-docs"]'), inputs.toxenv)
169- uses : actions/checkout@v4
169+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4
170170 with :
171171 ref : ${{ github.event.inputs.release-committish }}
172172 - name : Retrieve the project source from an sdist inside the GHA artifact
@@ -179,7 +179,7 @@ jobs:
179179
180180 - name : Cache pre-commit.com virtualenvs
181181 if : inputs.toxenv == 'pre-commit'
182- uses : actions/cache@v4
182+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
183183 with :
184184 path : ~/.cache/pre-commit
185185 key : >-
@@ -237,7 +237,7 @@ jobs:
237237 shell : bash
238238 - name : Set up pip cache
239239 if : fromJSON(steps.py-abi.outputs.is-stable-abi)
240- uses : actions/cache@v4
240+ uses : actions/cache@1bd1e32a3bdc45362d1e726936510720a7c30a57 # v4
241241 with :
242242 path : ${{ steps.pip-cache-dir.outputs.dir }}
243243 key : >-
@@ -264,7 +264,7 @@ jobs:
264264 - name : Download all the dists
265265 if : >-
266266 contains(fromJSON('["metadata-validation", "pytest"]'), inputs.toxenv)
267- uses : actions/download-artifact@v4
267+ uses : actions/download-artifact@fa0a91b85d4f404e444e00e005971372dc801d16 # v4
268268 with :
269269 name : ${{ inputs.dists-artifact-name }}
270270 path : dist/
@@ -313,7 +313,7 @@ jobs:
313313 if : >-
314314 !cancelled()
315315 && steps.tox-run.outputs.test-result-files != ''
316- uses : test-summary/action@v2.3
316+ uses : test-summary/action@032c8a9cec6aaa3c20228112cae6ca10a3b29336 # v2.3
317317 with :
318318 paths : >-
319319 ${{ steps.tox-run.outputs.test-result-files }}
@@ -330,7 +330,7 @@ jobs:
330330 && steps.tox-run.outputs.cov-report-files != ''
331331 && steps.tox-run.outputs.test-result-files == ''
332332 && steps.tox-run.outputs.codecov-flags != 'MyPy'
333- uses : irongut/CodeCoverageSummary@v1.3.0
333+ uses : irongut/CodeCoverageSummary@51cc3a756ddcd398d447c044c02cb6aa83fdae95 # v1.3.0
334334 with :
335335 badge : true
336336 filename : >-
0 commit comments