Starlightretailceo patch 1#273
Open
starlightretailceo wants to merge 7 commits intoAzure-Samples:mainfrom
Open
Starlightretailceo patch 1#273starlightretailceo wants to merge 7 commits intoAzure-Samples:mainfrom
starlightretailceo wants to merge 7 commits intoAzure-Samples:mainfrom
Conversation
Signed-off-by: Mammon Baloch <154027819+starlightretailceo@users.noreply.github.com>
Bumps [minimist](https://github.com/minimistjs/minimist) from 1.2.5 to 1.2.8. - [Changelog](https://github.com/minimistjs/minimist/blob/main/CHANGELOG.md) - [Commits](minimistjs/minimist@v1.2.5...v1.2.8) --- updated-dependencies: - dependency-name: minimist dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com>
Bumps the npm_and_yarn group with 1 update in the /voice-apps-calling directory: [fast-loops](https://github.com/robinweser/fast-loops). Updates `fast-loops` from 1.1.3 to 1.1.4 - [Commits](https://github.com/robinweser/fast-loops/commits) --- updated-dependencies: - dependency-name: fast-loops dependency-type: indirect dependency-group: npm_and_yarn ... Signed-off-by: dependabot[bot] <support@github.com>
…e-managed-Identity/minimist-1.2.8 Bump minimist from 1.2.5 to 1.2.8 in /use-managed-Identity
…ice-apps-calling/npm_and_yarn-621cfb191a Bump fast-loops from 1.1.3 to 1.1.4 in /voice-apps-calling in the npm_and_yarn group across 1 directory
Signed-off-by: Mammon Baloch <154027819+starlightretailceo@users.noreply.github.com>
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 a new CI workflow for managing Terraform infrastructure, adds a security policy document, and updates dependencies in the
voice-apps-callingpackage. The most important changes include the setup of the Terraform workflow, the addition of a security policy, and dependency updates.CI/CD Enhancements:
.github/workflows/terraform.yml: Added a new GitHub Actions workflow to automate Terraform operations, includinginit,fmt,plan, andapplyon themainbranch.Documentation:
SECURITY.md: Added a security policy document outlining supported versions and instructions for reporting vulnerabilities.Dependency Updates:
voice-apps-calling/package-lock.json: Updated the versions of@azure/communication-callingand@azure/communication-commondependencies to use the latest versions.voice-apps-calling/package-lock.json: Updatedfast-loopsdependency from version1.1.3to1.1.4.##