chore(deps): bump QuantStrategyLab/QuantPlatformKit/.github/workflows/reusable-drift-check.yml from 4f8465b28a6787d39d21e50f9d95a77841d6ad56 to 9039d592f10ca3e646ac7c42b872adcdbc1050d0 #71
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| name: Codex PR Review | |
| on: | |
| pull_request_target: | |
| types: [opened, synchronize, reopened] | |
| permissions: | |
| contents: read | |
| id-token: write | |
| issues: write | |
| pull-requests: write | |
| concurrency: | |
| group: codex-pr-review-${{ github.event.pull_request.number }} | |
| cancel-in-progress: true | |
| jobs: | |
| review: | |
| uses: QuantStrategyLab/AIAuditBridge/.github/workflows/codex_pr_review.yml@main | |
| with: | |
| caller_concurrency_key: pr-${{ github.event.pull_request.number || github.run_id }} | |
| allow_unconfigured_backend: false | |
| api_fallback_enabled: "false" | |
| direct_api_primary_enabled: "false" | |
| secrets: | |
| CODEX_AUDIT_SERVICE_URL: ${{ secrets.CODEX_AUDIT_SERVICE_URL }} | |
| permissions: | |
| contents: read | |
| id-token: write | |
| issues: write | |
| pull-requests: write |