Show nightly dependency graph in GH summary#197
Conversation
Dependency Review✅ No vulnerabilities or license issues or OpenSSF Scorecard issues found.Scanned FilesNone |
|
Coverage Impact This PR will not change total coverage. 🚦 See full report on Qlty Cloud »🛟 Help
|
ffa8f52 to
2496c68
Compare
2496c68 to
124ea10
Compare
There was a problem hiding this comment.
Pull request overview
Adds nightly build summary output to GitHub Actions by generating and printing a dependency/version snapshot for the packaged toolchain components.
Changes:
- Add a new script to read CMSIS-Toolbox manifest YAMLs (and uv2csolution version) and print a markdown-friendly dependency tree.
- Enhance the nightly workflow to expose the computed nightly version as a step output, print a version badge, and append the dependency snapshot to the run summary.
Reviewed changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated 6 comments.
| File | Description |
|---|---|
scripts/get-package-deps.ts |
New script that extracts versions from toolbox manifests + uv2csolution and prints an Actions-summary dependency graph. |
.github/workflows/nightly.yml |
Writes nightly version/badge to the run summary and appends script output to GITHUB_STEP_SUMMARY. |

Changes
Screenshots
Checklist