Skip to content

ci(graphify): re-pin reusable to v2.9.3 #54

ci(graphify): re-pin reusable to v2.9.3

ci(graphify): re-pin reusable to v2.9.3 #54

Workflow file for this run

name: Codex PR Review
# Thin caller of the centralized hardened Codex PR reviewer
# (praetorian-inc/public-workflows). All security posture lives there:
# same-repo gate, anti-injection prompt, drop-sudo sandbox, Harden-Runner,
# CODEOWNERS on the reusable workflow file. Do not copy security settings
# back into this file — always widen via a PR to public-workflows.
on:
pull_request:
types: [opened, ready_for_review]
pull_request_review_comment:
types: [created]
concurrency:
group: codex-${{ github.event.pull_request.number || github.ref }}
cancel-in-progress: ${{ github.event_name == 'pull_request' }} # stray review comments must not cancel an in-progress review
jobs:
codex-review:
uses: praetorian-inc/public-workflows/.github/workflows/codex-code.yml@23254e12b026871dd9bbf2bad4ef6fee29910fb1 # v2.6.0
permissions:
contents: read
pull-requests: write
with:
model: "gpt-5.5"
secrets:
OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }}