GitHub Actions Dependency Submission
Version updated for https://github.com/jessehouwing/actions-dependency-submission to version v1.0.5.
- This action is used across all versions by 32 repositories.
Go to the GitHub Marketplace to find the latest changes.
Action Summary
The “GitHub Actions Dependency Submission” action automates the process of scanning a repository’s workflow files to identify and submit GitHub Actions dependencies to GitHub’s Dependency Graph. It supports recursive scanning of composite actions, detection of callable workflows, and identification of forked and original repositories, enabling organizations to track and manage dependencies effectively for security advisory purposes. Additionally, it offers features such as custom directory scanning and pattern matching for environments without standard fork relationships.
Release notes
What’s Changed
- Bump the actions-minor group with 2 updates by @dependabot[bot] in https://github.com/jessehouwing/actions-dependency-submission/pull/112
- Add copilot-setup-steps workflow to prepare Node24 environment by @Copilot in https://github.com/jessehouwing/actions-dependency-submission/pull/114
- Recursively process transitive dependencies in remote composite actions and callable workflows by @Copilot in https://github.com/jessehouwing/actions-dependency-submission/pull/113
Full Changelog: https://github.com/jessehouwing/actions-dependency-submission/compare/v1.0.4...v1.0.5