Centralize agentic workflow firewall allowlist - #12493
Merged
jonathanpeppers merged 2 commits intoAug 24, 2026
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Centralizes network firewall approvals for three agentic workflows and regenerates their lock files.
Changes:
- Adds a shared network allowlist.
- Updates Android Reviewer, Nightly Fix Finder, and Skill Runner to import it.
- Regenerates the corresponding lock manifests.
- Moderate issue: retain bare
microsoft.comandvsassets.ioentries alongside wildcards, then regenerate all three lock files.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Summary |
|---|---|
.github/workflows/skill-runner.md |
Imports the shared network allowlist. |
.github/workflows/skill-runner.lock.yml |
Regenerated compiled workflow; requires regeneration after the allowlist fix. |
.github/workflows/shared/network-allowlist.md |
Defines shared domains; wildcard entries currently omit apex hosts. |
.github/workflows/nightly-fix-finder.md |
Imports the shared network allowlist. |
.github/workflows/nightly-fix-finder.lock.yml |
Regenerated compiled workflow; requires regeneration after the allowlist fix. |
.github/workflows/android-reviewer.md |
Imports the shared network allowlist. |
.github/workflows/android-reviewer.lock.yml |
Regenerated compiled workflow; requires regeneration after the allowlist fix. |
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2a57582a-a01e-4423-9aab-f36011be7696
Co-authored-by: Copilot App <223556219+Copilot@users.noreply.github.com> Copilot-Session: 2a57582a-a01e-4423-9aab-f36011be7696
jonathanpeppers
force-pushed
the
jonathanpeppers-workflow-firewall-allowlist
branch
from
August 24, 2026 13:52
6f95266 to
a6dcd77
Compare
jonathanpeppers
enabled auto-merge (squash)
August 24, 2026 16:45
Member
Author
|
@dalexsoto review |
dalexsoto
approved these changes
Aug 24, 2026
dalexsoto
left a comment
Member
There was a problem hiding this comment.
The shared allowlist preserves each workflow's required domains, the documented wildcard semantics cover apex hosts, and all three generated lock files match the centralized source configuration.
jonathanpeppers
deleted the
jonathanpeppers-workflow-firewall-allowlist
branch
August 24, 2026 20: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.
Summary
aka.msand Azure Application Insights domainsValidation
gh aw compile <workflow> --strictfor Android PR Reviewer, Nightly Fix Finder, and Skill Runner