Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/vps_codex_service_ops.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
timeout-minutes: 15
steps:
- name: Checkout Bridge
uses: actions/checkout@v6.0.3
uses: actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3

- name: Verify trusted QPK drift workflow refs
env:
Expand Down
2 changes: 1 addition & 1 deletion tests/test_run_monthly_codex_audit.py
Original file line number Diff line number Diff line change
Expand Up @@ -2425,7 +2425,7 @@ def test_vps_ops_workflow_runs_only_manual_self_hosted_ops(self) -> None:
self.assertIn("QuantStrategyLab/CryptoLivePoolPipelines", workflow)
self.assertIn("QuantStrategyLab/CryptoStrategies/.github/workflows/drift-check.yml@refs/heads/main", workflow)
self.assertNotIn("QuantStrategyLab/CodexAuditBridge", workflow)
self.assertIn("actions/checkout@v6.0.3", workflow)
self.assertIn("actions/checkout@df4cb1c069e1874edd31b4311f1884172cec0e10 # v6.0.3", workflow)

def test_vps_deploy_adds_nginx_audit_route_without_router_service(self) -> None:
deploy_script = Path("scripts/deploy_codex_audit_service.sh").read_text(encoding="utf-8")
Expand Down