diff --git a/.github/workflows/ai_pr_review.yml b/.github/workflows/ai_pr_review.yml index 2ac0ddf6..984aafca 100644 --- a/.github/workflows/ai_pr_review.yml +++ b/.github/workflows/ai_pr_review.yml @@ -509,7 +509,7 @@ jobs: - name: Run Codex id: run_codex if: steps.pr.outputs.is_fork == 'false' - uses: openai/codex-action@10cb888d2ed3b99867f7e7ccff174a861a75aeb6 # v1 + uses: openai/codex-action@52fe01ec70a42f454c9d2ebd47598f9fd6893d56 # v1 with: openai-api-key: ${{ secrets.OPENAI_API_KEY }} prompt-file: .github/codex/prompts/pr_review_compiled.md