File tree Expand file tree Collapse file tree 2 files changed +4
-2
lines changed
Expand file tree Collapse file tree 2 files changed +4
-2
lines changed Original file line number Diff line number Diff line change @@ -519,7 +519,8 @@ jobs:
519519
520520 steps :
521521 - name : Decide whether the needed jobs succeeded or failed
522- uses : re-actors/alls-green@release/v1
522+ # yamllint disable-line rule:line-length
523+ uses : re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # release/v1
523524 with :
524525 jobs : ${{ toJSON(needs) }}
525526
Original file line number Diff line number Diff line change @@ -173,7 +173,8 @@ jobs:
173173 - name : Retrieve the project source from an sdist inside the GHA artifact
174174 if : >-
175175 !contains(fromJSON('["pre-commit", "spellcheck-docs"]'), inputs.toxenv)
176- uses : re-actors/checkout-python-sdist@release/v2
176+ # yamllint disable-line rule:line-length
177+ uses : re-actors/checkout-python-sdist@187f55296b0f54d88259aaaf99af32ad3647d3bc # release/v2
177178 with :
178179 source-tarball-name : ${{ inputs.source-tarball-name }}
179180 workflow-artifact-name : ${{ inputs.dists-artifact-name }}
You can’t perform that action at this time.
0 commit comments