Allow test-quarantine workflow to run "curl" with arguments#66188
Merged
Allow test-quarantine workflow to run "curl" with arguments#66188
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the gh-aw “test-quarantine” agentic workflow configuration to allow curl to be executed with arguments (rather than only as a bare command), and refreshes the generated/locked workflow artifacts.
Changes:
- Allow
curlwith arguments in the test-quarantine workflow tool allowlist (curl:*). - Regenerate the compiled workflow lock files (upgrading gh-aw compiler/actions references to v0.67.1 and updating generated steps/config).
- Add the new gh-aw setup action version entry to the repo’s actions lock manifest.
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 2 comments.
| File | Description |
|---|---|
.github/workflows/test-quarantine.md |
Expands the bash tool allowlist to permit curl with arguments (curl:*). |
.github/workflows/test-quarantine.lock.yml |
Regenerated compiled workflow (gh-aw v0.67.1) reflecting the new allowlist and updated generated behavior/config. |
.github/workflows/issue-triage-agent.lock.yml |
Regenerated compiled workflow (gh-aw v0.67.1) despite no corresponding .md change shown in this PR. |
.github/aw/actions-lock.json |
Adds the pinned SHA entry for github/gh-aw-actions/setup@v0.67.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.
Previously
curlwas only approved to run without any arguments, which is obviously not what we want.