Skip to content

chore(workflows): add dev.azure.com and learn.microsoft.com to all network.allowed lists#736

Merged
jamesadevine merged 6 commits into
mainfrom
copilot/add-allowed-domains-for-github-workflows
May 24, 2026
Merged

chore(workflows): add dev.azure.com and learn.microsoft.com to all network.allowed lists#736
jamesadevine merged 6 commits into
mainfrom
copilot/add-allowed-domains-for-github-workflows

Conversation

Copy link
Copy Markdown
Contributor

Copilot AI commented May 24, 2026

Adds dev.azure.com and learn.microsoft.com to the network.allowed list in all agentic workflow front-matter, and recompiles the matching lock files.

Summary

  • Added dev.azure.com and learn.microsoft.com to network.allowed in all .github/workflows/*.md agentic workflow definitions.
  • Merged latest main and resolved conflict in .github/aw/actions-lock.json.
  • Recompiled all 15 agentic workflow lock files with gh-aw v0.75.3 (upgraded from v0.68.1).

Test plan

Compiled with gh aw compile — all 15 workflows compiled successfully with 0 errors.

…twork.allowed lists

Agent-Logs-Url: https://github.com/githubnext/ado-aw/sessions/3a78f504-e6bb-4805-b712-428ac1bd2bc9

Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
@jamesadevine
Copy link
Copy Markdown
Collaborator

@copilot do the workflows need recompiling for the domain name change?

…icrosoft.com

Agent-Logs-Url: https://github.com/githubnext/ado-aw/sessions/0b2632ed-874b-4ddc-9767-c0380d0951fa

Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 24, 2026

@copilot do the workflows need recompiling for the domain name change?

Yes — network.allowed is a front-matter field that's compiled into the lock files (it controls the --allow-domains flag passed to awf and the GH_AW_ALLOWED_DOMAINS env var). I've recompiled all 14 workflows that compile successfully and pushed the updated lock files in 23f2d87. The 15th (update-awf-version) has a pre-existing unrelated schema error (state-reason is not a valid field) that prevents it from compiling.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v0.68.1
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0.68.1 --jq .object.sha (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI requested a review from jamesadevine May 24, 2026 12:35
@jamesadevine
Copy link
Copy Markdown
Collaborator

@copilot Merge latest main and recompile all GitHub agentic workflows.

…omains-for-github-workflows

Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 24, 2026

@copilot Merge latest main and recompile all GitHub agentic workflows.

Done in 70a48c6. Merged latest main (3 commits: docs/init sync, fuzzy_schedule test fix, inlined-imports docs) and recompiled all 15 workflows. 14 compiled successfully with the lock files already up to date from the previous recompile. update-awf-version.md still fails with the same pre-existing state-reason schema error unrelated to this PR.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/github/gh-aw-actions/git/ref/tags/v0.68.1
    • Triggering command: /usr/bin/gh gh api /repos/github/gh-aw-actions/git/ref/tags/v0.68.1 --jq .object.sha (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Agent-Logs-Url: https://github.com/githubnext/ado-aw/sessions/4d09b1d7-d9ab-48ea-b42f-d38302b3fa67

Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
@jamesadevine jamesadevine marked this pull request as ready for review May 24, 2026 16:42
@jamesadevine
Copy link
Copy Markdown
Collaborator

@copilot Resolve conflicts

Copilot AI and others added 2 commits May 24, 2026 16:45
…omains-for-github-workflows

# Conflicts:
#	.github/aw/actions-lock.json

Co-authored-by: jamesadevine <4742697+jamesadevine@users.noreply.github.com>
Copy link
Copy Markdown
Contributor Author

Copilot AI commented May 24, 2026

@copilot Resolve conflicts

Done in 701d6d6. Merged latest main, resolved the conflict in .github/aw/actions-lock.json (main had added gh-aw-actions/setup@v0.74.4 and @v0.75.3 entries), and recompiled all 15 workflows with gh-aw v0.75.3.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/github/gh-aw/releases/latest
    • Triggering command: /usr/bin/gh gh extension install github/gh-aw --force --pin v0.75.3 (http block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI requested a review from jamesadevine May 24, 2026 16:46
@jamesadevine jamesadevine merged commit 8b10d17 into main May 24, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants