fix: recompile red-team-benchmark lock file#4191
Conversation
The lock file was stale after PR #4187 changed the .md source without a full recompile (frontmatter hash mismatch). Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
✅ Coverage Check PassedOverall Coverage
📁 Per-file Coverage Changes (1 files)
Coverage comparison generated by |
Smoke Test: Claude Engine
Result: PASS
|
|
fix: recompile red-team-benchmark lock file Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "registry.npmjs.org"See Network Configuration for more information.
|
|
Smoke Test: Copilot BYOK (Offline) Mode
Running in BYOK offline mode ( Overall: PARTIAL — BYOK path confirmed ✅; pre-computed step data was not injected into the prompt.
|
🔬 Smoke Test Results
Overall: PARTIAL — MCP test passed; pre-computed test data was not injected (workflow template variables unexpanded). Author: @lpcox
|
There was a problem hiding this comment.
Pull request overview
Regenerates the compiled Agentic Workflows lock file for the weekly Red-Team Benchmark so the workflow passes the “stale lock file” validation and reflects the current compiled output.
Changes:
- Recompiled
.github/workflows/red-team-benchmark.lock.yml, updatinggh-aw-metadata(frontmatter hash) and embedded generated blocks. - Updated the lock workflow’s pinned action manifest and step graph (e.g., new checkout sparse-checkout list, added setup steps, updated AWF install step, and adjusted AWF execution flags) as produced by the compiler.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/red-team-benchmark.lock.yml | Regenerated compiled lock workflow to refresh metadata/hash and align the workflow content with the current compilation output. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
- Files reviewed: 1/1 changed files
- Comments generated: 1
| - name: Setup uv | ||
| uses: astral-sh/setup-uv@08807647e7069bb48b6ef5acd8ec9567f424441b # v8.1.0 |
🏗️ Build Test Suite Results
Overall: 8/8 ecosystems passed — ✅ PASS
|
|
Smoke test passed Warning Firewall blocked 1 domainThe following domain was blocked by the firewall during workflow execution:
network:
allowed:
- defaults
- "localhost"See Network Configuration for more information.
|
Smoke Test Results: FAIL ❌
|
The activation job fails with:
PR #4187 modified the
.mdsource (added mounts and env vars) but only manually patched one line in the lock file, leaving the frontmatter hash stale. This recompiles properly.Failing run: https://github.com/github/gh-aw-firewall/actions/runs/26799108413