uv Dependency Submission
Version updated for https://github.com/rmuir/uv-dependency-submission to version v1.1.1.
- This action is used across all versions by 30 repositories.
Action Type
This is a Composite action.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The uv-dependency-submission GitHub Action automates the process of generating and submitting a complete dependency graph from uv.lock files in a repository. It addresses limitations in GitHub’s built-in dependency detection by including transitive dependencies and detailed SBOM paths, which enhances GitHub’s security features like Dependabot alerts and dependency insights. This action streamlines dependency management for uv-based projects, ensuring comprehensive and accurate metadata submission.
What’s Changed
What’s Changed
🏕 Changes
- check message for retryable errors too by @CodeWitchBella in https://github.com/rmuir/uv-dependency-submission/pull/74
- test the gh calling function by @CodeWitchBella in https://github.com/rmuir/uv-dependency-submission/pull/81
Full Changelog: https://github.com/rmuir/uv-dependency-submission/compare/v1.1.0...v1.1.1