The composite action relies on python3, sha256sum, and curl being available. This is fine for ubuntu runners but undocumented.
Fix
Add a "Requirements" section to the action description or README noting:
python3 (for JSON parsing + version detection)
sha256sum (for checksum verification)
curl (for downloading)
All present on ubuntu-* runners by default.
## Problem
The composite action relies on `python3`, `sha256sum`, and `curl` being available. This is fine for ubuntu runners but undocumented.
## Fix
Add a "Requirements" section to the action description or README noting:
- python3 (for JSON parsing + version detection)
- sha256sum (for checksum verification)
- curl (for downloading)
All present on `ubuntu-*` runners by default.
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.
Problem
The composite action relies on
python3,sha256sum, andcurlbeing available. This is fine for ubuntu runners but undocumented.Fix
Add a "Requirements" section to the action description or README noting:
All present on
ubuntu-*runners by default.