chore: Update resource group tags and upgrade GitHub Actions packages as per dependabot #75
Closed
Yamini-Microsoft wants to merge 6 commits intomainfrom
Closed
chore: Update resource group tags and upgrade GitHub Actions packages as per dependabot #75Yamini-Microsoft wants to merge 6 commits intomainfrom
Yamini-Microsoft wants to merge 6 commits intomainfrom
Conversation
Upgrades from Dependabot PR #61: - actions/checkout v4 -> v6 - azure/login v2 -> v3 - actions/setup-python v5 -> v6 - tj-actions/changed-files v46 -> v47.0.5 - lycheeverse/lychee-action v2.4.1 -> v2.8.0 - codfish/semantic-release-action v3 -> v5 - amannn/action-semantic-pull-request v5 -> v6 - actions/stale v9 -> v10 - actions/upload-artifact v4 -> v7 Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
lychee v0.21.0 (bundled with lychee-action v2.8.0) removed the --exclude-mail flag. Mail links are now excluded by default, so the flag is no longer needed. This fixes the broken-links-checker workflow failure. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
build: bump GitHub Actions packages (9 Dependabot upgrades)
fix: Update resource group tags and event hub namespace module versions
Collaborator
Author
|
Incorrect PR |
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 primarily updates the versions of GitHub Actions and Azure Bicep modules used in the repository's workflows and infrastructure code. These upgrades improve security, performance, and compatibility with the latest features. The changes are grouped by theme below.
GitHub Actions Workflow Upgrades:
actions/checkoutto v6 across all workflows for improved performance and security. [1] [2] [3] [4] [5] [6] [7] [8]azure/loginto v3 [1] [2] [3]tj-actions/changed-filesto v47.0.5lycheeverse/lychee-actionto v2.8.0 [1] [2]codfish/semantic-release-actionto v5amannn/action-semantic-pull-requestto v6actions/setup-pythonto v6actions/staleto v10actions/upload-artifactto v7Azure Bicep Infrastructure Module Upgrades:
Microsoft.Resources/tagsresource to API version2023-07-01and adjusted related references for improved compatibility and features.0.14.1for new features and bug fixes.## PurposeDoes this introduce a breaking change?
How to Test
What to Check
Verify that the following are valid
Other Information