Check Unowned Dependencies
Version updated for https://github.com/dependency-owners/check to version v2.0.6.
- This action is used across all versions by ? repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “check” GitHub Action identifies unowned dependencies in a project using the dependency-owners tool. It automates the process of verifying ownership of dependencies, helping teams maintain accountability and avoid unmanaged or orphaned dependencies in their codebase. This action supports customizable configuration and dependency file inputs for flexibility.
Release notes
2.0.6 (2026-01-26)
Bug Fixes
- Switch to npm, remove semantic-release dependencies and run using npx (5b820c9)