chore: recompile smoke-otel-backends lock file#33106
Conversation
Refreshes the lock file to pick up latest compiler output format and action pins (adds gh-aw-actions/setup v0.74.4). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
There was a problem hiding this comment.
Pull request overview
Refreshes the smoke-otel-backends.lock.yml generated file to reflect the latest compiler output format (v0.74.4), replacing inline actions/checkout + ./actions/setup patterns with the externally pinned github/gh-aw-actions/setup@v0.74.4 action, and adds a corresponding entry to the actions lock JSON.
Changes:
- Pin and use
github/gh-aw-actions/setup@v0.74.4in place of the prior checkout + local./actions/setuptwo-step pattern across all jobs. - Embed compiler version (
v0.74.4) into metadata, header comment, andGH_AW_VERSION/GH_AW_INFO_CLI_VERSIONenv vars (previouslydev). - Add a new "Check compile-agentic version" step and register the new action in
.github/aw/actions-lock.json.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/smoke-otel-backends.lock.yml | Regenerated lock workflow using the new pinned setup action and embedded compiler version. |
| .github/aw/actions-lock.json | Adds pinned SHA entry for github/gh-aw-actions/setup@v0.74.4. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 2/2 changed files
- Comments generated: 0
|
✅ smoke-ci: safeoutputs CLI comment + comment-memory run (26048723959)
|
Comment MemoryNote This comment is managed by comment memory.It stores persistent context for this thread in the code block at the top of this comment.
|
Refreshes the
smoke-otel-backends.lock.ymlto pick up latest compiler output format and action pins (addsgh-aw-actions/setup@v0.74.4).Note: mcpg remains at v0.3.9 and firewall at 0.25.46 per the compiler's current pinned versions. The version bump to mcpg v0.3.11 (which includes
OTEL_EXPORTER_OTLP_HEADERSenv var support to fix 401 OTLP export errors) will land separately via gh-aw#32912.