Releases: piiiico/commit-action
Releases · piiiico/commit-action
v1.1.0 — Cargo, Go, and manifest file support
What's new
4 ecosystems supported — the action now auto-detects and audits npm, Cargo (Rust), Go, and PyPI dependencies.
New features
- Cargo support: Auto-detects
Cargo.toml, parsesCargo.lockfor full transitive deps - Go support: Auto-detects
go.mod, parsesgo.sumfor full transitive deps packages-fileinput: Point at any manifest explicitly (Cargo.toml,go.mod,go.sum,Cargo.lock, etc.)- Ecosystem-aware labels: Column headers show "Owners" for Cargo, "Contributors" for Go, "Publishers" for npm
Bug fixes
- Fix CRITICAL flag detection for non-npm ecosystems (API returns
"CRITICAL: sole owner + >10M/wk"not bare"CRITICAL") - Correct node runtime target (node20)
Usage
- uses: piiiico/commit-action@v1
with:
packages-file: Cargo.toml # or go.mod, requirements.txt
fail-on-critical: trueThe v1 tag has been updated — existing @v1 users get these features automatically.
Key findings from scanning top Cargo crates:
- serde — 13M downloads/wk, 1 owner → CRITICAL
- reqwest — 8M downloads/wk, 1 owner → HIGH
- tokio — 11M downloads/wk, 2 owners → OK