Updating agentic workflows to latest release#1339
Merged
Merged
Conversation
Contributor
|
🚀 Dogfood this PR with:
curl -fsSL https://raw.githubusercontent.com/CommunityToolkit/Aspire/main/eng/scripts/dogfood-pr.sh | bash -s -- 1339Or
iex "& { $(irm https://raw.githubusercontent.com/CommunityToolkit/Aspire/main/eng/scripts/dogfood-pr.ps1) } 1339" |
Contributor
There was a problem hiding this comment.
Pull request overview
This PR updates the repository’s Agentic Workflows (gh-aw) integration to the latest release, refreshing the generated lock workflow and associated dependency/lock configuration under .github/.
Changes:
- Regenerated
aspire-upgrade.lock.ymlwith gh-awv0.74.8/ Copilot CLI1.0.48, updating scripts, artifacts, and MCP gateway/safe-outputs wiring. - Refreshed Dependabot configuration (including ignores/labels) and added an ignore for
github/gh-aw-actions/**. - Updated
.github/aw/actions-lock.jsonaction pins to gh-awv0.74.8(but container pins appear left behind).
Show a summary per file
| File | Description |
|---|---|
.github/workflows/aspire-upgrade.lock.yml |
Regenerated gh-aw lock workflow to the latest engine/tooling versions and new runtime behavior. |
.github/dependabot.yml |
Reformats Dependabot config and adds ignore for gh-aw-managed GitHub Actions dependencies. |
.github/aw/actions-lock.json |
Updates pinned action SHAs/versions for gh-aw tooling (containers section needs alignment). |
Copilot's findings
- Files reviewed: 2/3 changed files
- Comments generated: 3
Comment on lines
+2
to
+20
| - directory: / | ||
| ignore: | ||
| - dependency-name: "Aspire.Hosting" | ||
| - dependency-name: "Aspire.Hosting.*" | ||
| labels: | ||
| - dependencies | ||
| - skip-nuget-publish | ||
| package-ecosystem: nuget | ||
| schedule: | ||
| interval: weekly | ||
| - directory: / | ||
| ignore: | ||
| - dependency-name: "github/gh-aw-actions/**" # Managed by gh aw compile. Version-locked to the gh-aw compiler; do not bump. | ||
| labels: | ||
| - dependencies | ||
| - skip-nuget-publish | ||
| package-ecosystem: github-actions | ||
| schedule: | ||
| interval: weekly |
| - name: Clean git credentials | ||
| script: | | ||
| const { setupGlobals } = require('${{ runner.temp }}/gh-aw/actions/setup_globals.cjs'); | ||
| setupGlobals(core, github, context, exec, io); |
Comment on lines
+20
to
+43
| "ghcr.io/github/gh-aw-firewall/agent:0.24.2": { | ||
| "image": "ghcr.io/github/gh-aw-firewall/agent:0.24.2", | ||
| "digest": "sha256:9b6d793b360ee92185436e47617415a08641d2583107538576b11ce0cb160882", | ||
| "pinned_image": "ghcr.io/github/gh-aw-firewall/agent:0.24.2@sha256:9b6d793b360ee92185436e47617415a08641d2583107538576b11ce0cb160882" | ||
| }, | ||
| "ghcr.io/github/gh-aw-firewall/api-proxy:0.24.2": { | ||
| "image": "ghcr.io/github/gh-aw-firewall/api-proxy:0.24.2", | ||
| "digest": "sha256:c2a9d21dcb07f987ca183b05c02dd7af44bdfe5540fe277a1406f7226022ff8f", | ||
| "pinned_image": "ghcr.io/github/gh-aw-firewall/api-proxy:0.24.2@sha256:c2a9d21dcb07f987ca183b05c02dd7af44bdfe5540fe277a1406f7226022ff8f" | ||
| }, | ||
| "ghcr.io/github/gh-aw-firewall/squid:0.24.2": { | ||
| "image": "ghcr.io/github/gh-aw-firewall/squid:0.24.2", | ||
| "digest": "sha256:bbe9880f75df607bdc4cc0fa928eee4eb8d1c586f8f9d5433371d05bcd42f203", | ||
| "pinned_image": "ghcr.io/github/gh-aw-firewall/squid:0.24.2@sha256:bbe9880f75df607bdc4cc0fa928eee4eb8d1c586f8f9d5433371d05bcd42f203" | ||
| }, | ||
| "ghcr.io/github/gh-aw-mcpg:v0.1.15": { | ||
| "image": "ghcr.io/github/gh-aw-mcpg:v0.1.15", | ||
| "digest": "sha256:f41e42401cfbec9766875fae16d445223e9bf29047d138cc73bbbca4fda0028c", | ||
| "pinned_image": "ghcr.io/github/gh-aw-mcpg:v0.1.15@sha256:f41e42401cfbec9766875fae16d445223e9bf29047d138cc73bbbca4fda0028c" | ||
| }, | ||
| "ghcr.io/github/github-mcp-server:v0.32.0": { | ||
| "image": "ghcr.io/github/github-mcp-server:v0.32.0", | ||
| "digest": "sha256:2763823c63bcca718ce53850a1d7fcf2f501ec84028394f1b63ce7e9f4f9be28", | ||
| "pinned_image": "ghcr.io/github/github-mcp-server:v0.32.0@sha256:2763823c63bcca718ce53850a1d7fcf2f501ec84028394f1b63ce7e9f4f9be28" |
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.