[codex] Apply audit remediation#155
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: dcbb34cdf2
ℹ️ 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 env sync waits for Cloud Run to reach the current commit, the workflow still allows the wait loop to run for up to 1800 seconds per service, but this new 20-minute job timeout kills the entire job before that loop can reach its own deadline. In any deployment where image build/push/deploy plus propagation takes more than the remaining job time, the job now fails from the GitHub timeout instead of completing or emitting the script's intended timeout message, so the job timeout should be greater than the longest expected wait path.
Useful? React with 👍 / 👎.
Summary
Validation
git diff --checkpassed across the remediation scopeSee local audit report:
QuantStrategyLab-review-2026-06-10.md.