Revert "[main] (deps): Bump github/gh-aw-actions from 0.71.1 to 0.71.3"#66575
Merged
wtgodbe merged 1 commit intoMay 4, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Reverts the pinned github/gh-aw-actions/setup action used by several gh-aw “lock” workflows from v0.71.3 back to v0.71.1, restoring compatibility after a breaking change in 0.71.3 that broke workflow execution.
Changes:
- Downgrade
github/gh-aw-actions/setuppin (SHA + version comment) back tov0.71.1in affected lock workflows. - Update all
uses: github/gh-aw-actions/setup@...references in those workflows to match the reverted pin.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/test-quarantine.lock.yml | Revert github/gh-aw-actions/setup pin to v0.71.1. |
| .github/workflows/issue-triage-agent.lock.yml | Revert github/gh-aw-actions/setup pin to v0.71.1. |
| .github/workflows/cswin32-update.lock.yml | Revert github/gh-aw-actions/setup pin to v0.71.1. |
| .github/workflows/community-pr-issue-check.lock.yml | Revert github/gh-aw-actions/setup pin to v0.71.1. |
| .github/workflows/browsertesting-deps-update.lock.yml | Revert github/gh-aw-actions/setup pin to v0.71.1. |
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.
Reverts #66559. The 0.71.3 version hasn't been deployed yet, and contains a breaking change that broke the workflow.