[codex] Apply audit remediation#83
Conversation
There was a problem hiding this comment.
💡 Codex Review
Here are some automated review suggestions for this pull request.
Reviewed commit: 25d313f3ad
ℹ️ 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".
| concurrency: | ||
| group: ${{ github.workflow }}-${{ github.ref_name }} | ||
| cancel-in-progress: false |
There was a problem hiding this comment.
Include the dispatched profile in the concurrency group
When a Publish Snapshot Artifacts run is already in progress, the manual refresh path in update-source-input-data.yml dispatches this workflow twice back-to-back for the Russell and mega-cap profiles; with this workflow-level group both dispatched runs share the same key. GitHub’s default concurrency behavior allows only one pending run and cancels/replaces an existing pending run, so the first profile publish can be dropped before it ever runs (GitHub docs). Include inputs.profile in the group or use queue: max so both requested publishes are preserved.
Useful? React with 👍 / 👎.
Summary
Validation
git diff --checkpassed across the remediation scopeSee local audit report:
QuantStrategyLab-review-2026-06-10.md.