Skip to content

Commit fcddef2

Browse files
Pigbibicodex
andauthored
chore: pin hard-failure drift review bridge (#241)
Co-authored-by: Codex <noreply@openai.com>
1 parent d0a081c commit fcddef2

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/reusable-drift-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -235,7 +235,7 @@ jobs:
235235
uses: actions/checkout@v6
236236
with:
237237
repository: QuantStrategyLab/AIAuditBridge
238-
ref: cd35a96c4c56ba75034f7bbe3cf803e7dad3c283
238+
ref: 66b1107f7cb081ab1409e8b6ebdc6334999fa5dc
239239
path: external/AIAuditBridge
240240

241241
- name: Dual-review critical drift

tests/test_reusable_drift_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -60,7 +60,7 @@ def test_reusable_drift_workflow_enforces_lifecycle_preflight() -> None:
6060
assert "create_issues_for_domain" in workflow
6161
assert 'CODEX_AUDIT_SERVICE_URL: ${{ secrets.codex_audit_service_url }}' in workflow
6262
assert 'AI_GATEWAY_SERVICE_URL: ${{ inputs.ai_gateway_service_url }}' in workflow
63-
assert 'ref: cd35a96c4c56ba75034f7bbe3cf803e7dad3c283' in workflow
63+
assert 'ref: 66b1107f7cb081ab1409e8b6ebdc6334999fa5dc' in workflow
6464
assert workflow.count('GH_TOKEN: ${{ github.token }}') >= 2
6565
assert 'if [ "$review_rc" -eq 3 ]; then' in workflow
6666
assert 'item.get("dispatch", {}).get("github_issue")' in workflow

0 commit comments

Comments
 (0)