diff --git a/.github/workflows/codex-review.yml b/.github/workflows/codex-review.yml index 8905dd5..fcb0f18 100644 --- a/.github/workflows/codex-review.yml +++ b/.github/workflows/codex-review.yml @@ -85,7 +85,7 @@ jobs: - name: Run Codex Review id: codex-review if: steps.changed-files.outputs.any_changed == 'true' - uses: openai/codex-action@10cb888d2ed3b99867f7e7ccff174a861a75aeb6 # v1 + uses: openai/codex-action@52fe01ec70a42f454c9d2ebd47598f9fd6893d56 # v1 with: openai-api-key: ${{ secrets.OPENAI_API_KEY }} prompt-file: .github/codex-review-prompt.md