Sync .github/workflows directory with azure-sdk-tools for PR 16880 - #50321
Merged
azure-sdk-automation[bot] merged 5 commits intoSep 2, 2026
Merged
Conversation
This reverts commit 3d9598fba0ec43639ae33f60e4592e5d5915b393.
azure-sdk-automation
Bot
requested review from
Mike Harder (mikeharder)
and
a lite review from Copilot
September 2, 2026 03:20
|
Azure Pipelines: Successfully started running 1 pipeline(s). 35 pipeline(s) were filtered out due to trigger conditions. There may be pipelines that require an authorized user to comment /azp run to run. |
Contributor
There was a problem hiding this comment.
🟢 Approval recommended
The changes are limited to workflow action ref pinning and appear syntactically correct and consistent with secure GitHub Actions practices.
Pull request overview
This PR syncs select GitHub Actions workflows in .github/workflows/ with the corresponding updates from azure-sdk-tools PR 16880, primarily by hardening action references via commit-SHA pinning.
Changes:
- Pin
actions/checkoutto a full commit SHA inverify-links.ymlandpost-apiview.yml. - Pin
azure/azure-sdk-actionsto a full commit SHA inevent.yml.
File summaries
| File | Description |
|---|---|
| .github/workflows/verify-links.yml | Pins actions/checkout to a commit SHA for the link verification workflow. |
| .github/workflows/post-apiview.yml | Pins actions/checkout to a commit SHA for the APIView post-processing workflow. |
| .github/workflows/event.yml | Pins azure/azure-sdk-actions to a commit SHA for the check enforcer workflow. |
Review details
- Files reviewed: 3/3 changed files
- Comments generated: 0
- Review effort level: Lite
💡 Add a code-review agent skill for context-aware, tailored reviews. Learn more in the docs.
Mike Harder (mikeharder)
approved these changes
Sep 2, 2026
azure-sdk-automation
Bot
deleted the
sync-.github-workflows-mikeharder/verify-links-16880
branch
September 2, 2026 04:10
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.
Sync .github/workflows directory with azure-sdk-tools for PR Azure/azure-sdk-tools#16880 See eng/common workflow