Skip to content

Commit 073a4fd

Browse files
authored
chore(StepSecurity): Pin dependecies (#778)
1 parent f921071 commit 073a4fd

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-2
lines changed

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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

.github/workflows/reusable-tox.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff 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 }}

0 commit comments

Comments
 (0)