[codex] Apply audit remediation#114
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 5015fc9bf1
ℹ️ About Codex in GitHub
Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you
- Open a pull request for review
- Mark a draft as ready
- Comment "@codex review".
If Codex has suggestions, it will comment; otherwise it will react with 👍.
Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".
| sync-cloud-run-env: | ||
| name: Deploy / Sync Cloud Run | ||
| runs-on: ubuntu-latest | ||
| timeout-minutes: 20 |
There was a problem hiding this comment.
Raise deploy job timeout above wait loop
When ENABLE_GITHUB_ENV_SYNC is true, this same job can enter the existing “Wait for Cloud Run deployment of current commit” step, which sets deadline=$((SECONDS + 1800)) and sleeps until another deployment lands the current SHA. The new 20-minute job timeout will kill the workflow before that 30-minute wait can complete, and it also has to cover checkout, dependency installation, auth, and any optional image build first, so legitimate env-sync runs can now fail before their own timeout/error handling is reached.
Useful? React with 👍 / 👎.
Summary
Validation
git diff --checkpassed across the remediation scopeSee local audit report:
QuantStrategyLab-review-2026-06-10.md.