Skip to content

Add outdated dependency check workflow#572

Open
Sahithbasani wants to merge 1 commit into
CommunityToolkit:mainfrom
Sahithbasani:feature/check-outdated-libraries
Open

Add outdated dependency check workflow#572
Sahithbasani wants to merge 1 commit into
CommunityToolkit:mainfrom
Sahithbasani:feature/check-outdated-libraries

Conversation

@Sahithbasani

Copy link
Copy Markdown
Contributor

Summary

Adds a check-outdated GitHub Actions workflow that runs dotnet-outdated across 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

  • PowerShell syntax check passed for .github/scripts/check-outdated.ps1
  • Ran template-only dry run with -DryRun -Groups Template
  • Confirmed dry run writes the summary and issue body files without creating or editing GitHub issues

Fixes #568

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

CI: Create a job that checks for outdated libraries

1 participant