Conversation
There was a problem hiding this comment.
Pull request overview
This PR updates the bootcamp materials to the 5th and 6th editions, modernizing GitHub Actions workflows and improving documentation across multiple demo sections.
Changes:
- Updates GitHub Actions to use newer action versions (checkout@v6, setup-node@v6, artifact actions)
- Adds currency support to the custom commodity price action with input validation
- Updates workflow call documentation to reflect current nesting/stacking limits
- Improves service containers documentation and examples
- Adds integration test examples using service containers
- Modernizes Docker build processes and updates usernames in examples
Reviewed changes
Copilot reviewed 19 out of 19 changed files in this pull request and generated 10 comments.
Show a summary per file
| File | Description |
|---|---|
| 10-custom-action/readme.md | Adds currency parameter to custom action, updates to ES modules, corrects tag version to v1.0.0 |
| 10-custom-action/action-files/index.js | Converts to ES6 imports, adds currency input validation, updates commodity prices |
| 10-custom-action/action-files/action.yml | Adds currency input parameter, updates Node.js runtime to node20 |
| 10-custom-action/action-files/README.md | Documents new currency parameter with possible values |
| 09-workflow-calls/readme.md | Updates reusable workflow nesting limitations to reflect 4-level maximum |
| 09-workflow-calls/01-creating-reusable-workflow/readme.md | Updates action versions throughout examples |
| 08-continous-delivery/readme.md | Updates action versions and Docker build examples with placeholder usernames |
| 06-service-containers/readme.md | Improves documentation clarity, adds cleanup instructions for obsolete files |
| 05-integration-tests/readme.md | Adds service containers example for integration tests |
| 04-working-with-build-artifacts/readme.md | Updates action versions, adds performance improvement note, includes hidden files handling |
| 03-running-multiple-jobs/readme.md | Updates checkout action version across all job examples |
| 02-multiple-target-environments/readme.md | Updates action versions in matrix strategy examples |
| 01-setup-ci/readme.md | Updates checkout action version and removes trailing whitespace |
| .start-code/hangman-api/Dockerfile | Removes trailing blank lines |
| .github/workflows/test-custom-action.yml | Adds currency input to custom action usage, updates output echo |
| .github/workflows/reusable-node-build.yml | Updates action versions to v6 |
| .github/workflows/ci.yml | Updates action versions to v6 |
| .github/workflows/cd-using-docker-actions.yml | New file demonstrating Docker actions approach for CD |
| .github/workflows/cd-docker.yml | Updates action versions and adds username placeholders |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
JaimeSalas
approved these changes
Jan 21, 2026
9bfb14a to
d8aeb6d
Compare
d8aeb6d to
3d61ce9
Compare
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.