cargo-oxidate
Version updated for https://github.com/timweri/cargo-oxidate to version v0.1.8.
- This action is used across all versions by 0 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
This GitHub Action checks Cargo.lock for packages that are either too new (potentially introducing vulnerabilities) or too old (stale). It automates the process of identifying and flagging these packages based on specified age thresholds. The action also provides options to exempt certain packages, handle missing publish dates, and include caching features for improved performance.
What’s Changed
What’s Changed
- Bump v0.1.8 by @timweri in https://github.com/timweri/cargo-oxidate/pull/7
Full Changelog: https://github.com/timweri/cargo-oxidate/compare/v0.1.7...v0.1.8