Skip to content

Commit

Permalink
chore(StepSecurity): Pin dependecies (#778)
Browse files Browse the repository at this point in the history
  • Loading branch information
MaxymVlasov authored Jan 24, 2025
1 parent f921071 commit 073a4fd
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -519,7 +519,8 @@ jobs:

steps:
- name: Decide whether the needed jobs succeeded or failed
uses: re-actors/alls-green@release/v1
# yamllint disable-line rule:line-length
uses: re-actors/alls-green@05ac9388f0aebcb5727afa17fcccfecd6f8ec5fe # release/v1
with:
jobs: ${{ toJSON(needs) }}

Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/reusable-tox.yml
Original file line number Diff line number Diff line change
Expand Up @@ -173,7 +173,8 @@ jobs:
- name: Retrieve the project source from an sdist inside the GHA artifact
if: >-
!contains(fromJSON('["pre-commit", "spellcheck-docs"]'), inputs.toxenv)
uses: re-actors/checkout-python-sdist@release/v2
# yamllint disable-line rule:line-length
uses: re-actors/checkout-python-sdist@187f55296b0f54d88259aaaf99af32ad3647d3bc # release/v2
with:
source-tarball-name: ${{ inputs.source-tarball-name }}
workflow-artifact-name: ${{ inputs.dists-artifact-name }}
Expand Down

0 comments on commit 073a4fd

Please sign in to comment.