chore(deps): upgrade worker base image#73
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Docker dependency updater workflow to use an existing actions/setup-node major version so the Copilot CLI setup step can resolve and run successfully.
Changes:
- Replace
actions/setup-node@v7withactions/setup-node@v6in the dependency updater workflow.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
udx-github
approved these changes
Jul 10, 2026
Comment on lines
1
to
+2
| # Use a pinned udx-worker release | ||
| FROM usabilitydynamics/udx-worker:0.46.0 | ||
| FROM usabilitydynamics/udx-worker:0.47.0 |
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.
Summary
usabilitydynamics/udx-worker:0.46.0tousabilitydynamics/udx-worker:0.47.0.actions/setup-node@v7toactions/setup-node@v6.Scope
Dockerfilebase image pin and the updater workflow action pin.24.18.0;xz-utilsremains5.8.1-1build2.Validation
usabilitydynamics/udx-worker:0.47.0has a multi-arch Docker manifest.actions/setup-node@v6exists andactions/setup-node@v7does not exist.actions/setup-node@v7: https://github.com/udx/worker-nodejs/actions/runs/29117383679Follow-up