Add outdated dependency check workflow#572
Conversation
|
Hi @adrianhall, I’ve opened PR #572 for this issue. It adds the All checks are passing. Could you please review when you get a chance? If the approach looks good, please feel free to merge. |
|
Three potential issues:
A couple of other issues around CI validation and secure supply chain, but easily remedied. These issues need to be fixed before merge. |
|
Thanks for the detailed review. I’ll address the failure handling, exact issue matching, package-level grouping, GitHub CLI exit-code checks, concurrency protection, and complete issue lookup in this PR. I’ll push the updates to the existing branch and summarize the changes once ready. |
Summary
Adds a
check-outdatedGitHub Actions workflow that runsdotnet-outdatedacross the main library, template, and sample solutions.The workflow reports outdated packages in the CI job summary and creates or updates tracking issues for outdated package/version combinations, including the affected solutions/projects in the issue body.
Validation
.github/scripts/check-outdated.ps1-DryRun -Groups TemplateFixes #568