[codex] Apply audit remediation#28
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 994c938ac8
ℹ️ 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".
| monthly-snapshot-audit: | ||
| if: github.ref_name != 'logs' | ||
| runs-on: | ||
| timeout-minutes: 60 |
There was a problem hiding this comment.
Move timeout-minutes out of the runs-on block
In this workflow, timeout-minutes was inserted between runs-on: and the runner-label list, so the YAML structure is invalid: runs-on has no value and the subsequent - self-hosted entries are indented under a scalar key. This will prevent the monthly audit workflow from being parsed/loaded by GitHub Actions; place timeout-minutes as a sibling after the complete runs-on list.
Useful? React with 👍 / 👎.
Summary
Validation
git diff --checkpassed across the remediation scopeSee local audit report:
QuantStrategyLab-review-2026-06-10.md.