Merged
Conversation
chore: merging dev changes to main
… deployment workflows
ci: Fixed Pipeline Security vulnerabliity
ci: Fixed Pipeline Security vulnerability
ci: fixed Pipeline failures
fix: merging dev changes to main
fix: Resolved the issue with dev container
Prajwal-Microsoft
approved these changes
Jan 28, 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.
This pull request introduces several improvements to the CI/CD pipeline and devcontainer setup, focusing on enhanced input validation, security, and reliability. The main updates include the addition of a comprehensive input validation job for Linux deployments, stricter permissions for workflows, and improvements to the devcontainer build process. These changes help ensure that deployments are more robust and secure, and that build environments avoid common issues.
CI/CD Pipeline Improvements
validate-inputsjob to.github/workflows/deploy-linux.ymlthat thoroughly checks all workflow input parameters for correctness before proceeding to deployment. This prevents misconfigurations and enforces Azure naming and format conventions..github/workflows/deploy-orchestrator.ymlto only run if the Docker build job was successful or skipped, improving deployment reliability.Security Enhancements
permissionsfor several GitHub Actions workflows (build-docker-images.yml,deploy-linux.yml,deploy-orchestrator.yml,deploy-windows.yml) to restrict access to only necessary resources, following GitHub best practices. [1] [2] [3] [4]Devcontainer Build Process
.devcontainer/devcontainer.jsonto use a customDockerfilefor building the devcontainer image, allowing for greater flexibility and customization..devcontainer/Dockerfilethat removes the Yarn repository to avoid GPG key expiration issues, improving build reliability.Dependency Updates
v0.4.3) to avoid issues with theLatesttag.## PurposeDoes this introduce a breaking change?
Golden Path Validation
Deployment Validation
What to Check
Verify that the following are valid
Other Information