hiero-ledger / hiero-ledger/hiero-consensus-node
Remove `hiero-solo-action` from `release/0.76` branch
Open
github_actions
- Dominant language
- Java
- Stars
- 406
- Forks
- 226
- Avg merge
- 3d 4h
- Merged PRs (30d)
- 210
Description
The `hiero-solo-action` version we are using in `release/0.76` is failing because there is an unpinned `setup-python` action.
There are two possible solutions:
1. Update `hiero-solo-action` commit SHA so we use a later version and get a pinned version of the `setup-python` action.
2. Remove the dependency on `hiero-solo-action` entirely and instead install directly from NPM.
We should do #2 above. This has already been implemented in `main` and `release/0.77` with @ibankov PR merge #26267.
Contributor guide
Assessment
This issue has not been assessed yet.