Merged
Conversation
Contributor
📬 CODENOTIFYThe following users are being notified based on files changed in this PR: @lszomoruMatched files:
|
Contributor
There was a problem hiding this comment.
Pull request overview
Renames and re-points an Azure DevOps dependency validation pipeline to use a newly introduced GitHub check-run updater script.
Changes:
- Added a new
update-dependencies-check.tsscript to update a GitHub check run based on the Azure DevOps job result. - Updated the
dependencies-check.ymlpipeline job display name and switched the “Update GitHub check run” step to call the new script.
Reviewed changes
Copilot reviewed 1 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| build/azure-pipelines/update-dependencies-check.ts | New script to create a GitHub App JWT, fetch an installation token, and PATCH the check-run conclusion/details URL. |
| build/azure-pipelines/dependencies-check.yml | Updates pipeline labeling and repoints the “Update GitHub check run” step to the new script. |
Comments suppressed due to low confidence (1)
build/azure-pipelines/dependencies-check.yml:23
- The job display name mentions validating
Cargo.lock, but this pipeline currently only checks for changes topackage.json/package-lock.json(see the changed-files grep in the first script step). Either update the file-detection/validation logic to includeCargo.lock, or adjust the display name so it matches what the job actually does.
lszomoru
approved these changes
Mar 17, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
No description provided.