[github] Update to gh aw v0.74.8#25514
Open
rolfbjarne wants to merge 1 commit into
Open
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the repository’s Agentic Workflows (gh-aw) tooling to v0.74.8, regenerating the compiled .lock.yml workflows and aligning related configuration files used by GitHub Copilot/gh-aw automation.
Changes:
- Bump gh-aw compiler/action references to v0.74.8 across generated workflow lock files and the Copilot setup workflow.
- Regenerate lock workflows with updated runtime wiring (trace/span outputs, docker socket handling, token usage fields, etc.).
- Update agent dispatcher documentation to reference new gh-aw v0.74.8 guides.
Reviewed changes
Copilot reviewed 7 out of 7 changed files in this pull request and generated 6 comments.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/macios-reviewer.lock.yml | Regenerated PR-reviewer lock workflow for gh-aw v0.74.8. |
| .github/workflows/copilot-setup-steps.yml | Updates setup-cli action and requested gh-aw version to v0.74.8. |
| .github/workflows/code-radiator.lock.yml | Regenerated Code Radiator lock workflow for gh-aw v0.74.8. |
| .github/workflows/ci-postmortem.lock.yml | Regenerated CI postmortem lock workflow for gh-aw v0.74.8 (includes schedule change). |
| .github/dependabot.yml | Adds ignore rule for gh-aw actions updates (but currently invalid YAML indentation). |
| .github/aw/actions-lock.json | Updates the pinned gh-aw setup action entry to v0.74.8. |
| .github/agents/agentic-workflows.agent.md | Updates dispatcher agent docs/links to gh-aw v0.74.8 and adds new guide routes. |
| default-days: 7 | ||
| directory: / | ||
| ignore: | ||
| - dependency-name: "github/gh-aw-actions/**" # Managed by gh aw compile. Version-locked to the gh-aw compiler; do not bump. |
Comment on lines
+41
to
46
| # - ghcr.io/github/gh-aw-firewall/agent:0.25.49 | ||
| # - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.49 | ||
| # - ghcr.io/github/gh-aw-firewall/squid:0.25.49 | ||
| # - ghcr.io/github/gh-aw-mcpg:v0.3.9@sha256:64828b42a4482f58fab16509d7f8f495a6d97c972a98a68aff20543531ac0388 | ||
| # - ghcr.io/github/github-mcp-server:v1.0.4 | ||
| # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f |
Comment on lines
41
to
+46
| # Container images used: | ||
| # - ghcr.io/github/gh-aw-firewall/agent:0.25.41@sha256:cb2b565d070116d4b67e355775340528b5a2c3cb18b2c9049638bcc2df681770 | ||
| # - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.41@sha256:fadd0de387209f69a9a7a1b8722bb5e7fdfb80ba9749a5c60f0e4cd7582a74d0 | ||
| # - ghcr.io/github/gh-aw-firewall/squid:0.25.41@sha256:1260445d25968dbf3ae70143964177a0e5914cf2ce07a6117f7d3caec6c3e3c4 | ||
| # - ghcr.io/github/gh-aw-mcpg:v0.3.6@sha256:2bb8eef86006a4c5963c55616a9c51c32f27bfdecb023b8aa6f91f6718d9171c | ||
| # - ghcr.io/github/github-mcp-server:v1.0.3@sha256:2ac27ef03461ef2b877031b838a7d1fd7f12b12d4ace7796d8cad91446d55959 | ||
| # - ghcr.io/github/gh-aw-firewall/agent:0.25.49 | ||
| # - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.49 | ||
| # - ghcr.io/github/gh-aw-firewall/squid:0.25.49 | ||
| # - ghcr.io/github/gh-aw-mcpg:v0.3.9@sha256:64828b42a4482f58fab16509d7f8f495a6d97c972a98a68aff20543531ac0388 | ||
| # - ghcr.io/github/github-mcp-server:v1.0.4 |
Comment on lines
40
to
46
| # Container images used: | ||
| # - ghcr.io/github/gh-aw-firewall/agent:0.25.28@sha256:a8834e285807654bf680154faa710d43fe4365a0868142f5c20e48c85e137a7a | ||
| # - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.28@sha256:93290f2393752252911bd7c39a047f776c0b53063575e7bde4e304962a9a61cb | ||
| # - ghcr.io/github/gh-aw-firewall/squid:0.25.28@sha256:844c18280f82cd1b06345eb2f4e91966b34185bfc51c9f237c3e022e848fb474 | ||
| # - ghcr.io/github/gh-aw-mcpg:v0.3.0@sha256:9c2228324fb1f26f39dc9471612e530ae3efc3156dac05efb2e8d212878d454d | ||
| # - ghcr.io/github/github-mcp-server:v1.0.2@sha256:26db03408086a99cf1916348dcc4f9614206658f9082a8060dc7c81ad787f4ba | ||
| # - ghcr.io/github/gh-aw-firewall/agent:0.25.49 | ||
| # - ghcr.io/github/gh-aw-firewall/api-proxy:0.25.49 | ||
| # - ghcr.io/github/gh-aw-firewall/squid:0.25.49 | ||
| # - ghcr.io/github/gh-aw-mcpg:v0.3.9@sha256:64828b42a4482f58fab16509d7f8f495a6d97c972a98a68aff20543531ac0388 | ||
| # - ghcr.io/github/github-mcp-server:v1.0.4 | ||
| # - node:lts-alpine@sha256:d1b3b4da11eefd5941e7f0b9cf17783fc99d9c6fc34884a665f40a06dbdfc94f |
Comment on lines
+49
to
52
| on: | ||
| schedule: | ||
| - cron: "45 11 * * 0" | ||
| - cron: "11 2 * * 0" | ||
| # Friendly format: weekly on sunday (scattered) |
Comment on lines
+28
to
32
| "github/gh-aw-actions/setup@v0.74.8": { | ||
| "repo": "github/gh-aw-actions/setup", | ||
| "version": "v0.72.1", | ||
| "sha": "bc56a0cad2f450c562810785ef38649c04db812a" | ||
| "version": "v0.74.8", | ||
| "sha": "efa55847f72aadb03490d955263ff911bf758700" | ||
| } |
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.
No description provided.