diff --git a/.github/workflows/codex-code.yml b/.github/workflows/codex-code.yml index 28f9807..2f71f04 100644 --- a/.github/workflows/codex-code.yml +++ b/.github/workflows/codex-code.yml @@ -18,11 +18,11 @@ concurrency: jobs: codex-review: - uses: praetorian-inc/public-workflows/.github/workflows/codex-code.yml@0c602372f3d0d038912dd08e159ecc83954a4995 # v2.9.3 + uses: praetorian-inc/public-workflows/.github/workflows/codex-code.yml@3fb9ffbace86c9e93a7b92170241dd54b5031608 # v2.11.3 permissions: contents: read pull-requests: write with: model: "gpt-5.5" secrets: - OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} \ No newline at end of file + OPENAI_API_KEY: ${{ secrets.OPENAI_API_KEY }} diff --git a/.github/workflows/gemini-code.yml b/.github/workflows/gemini-code.yml index 3c2f271..ecd7ae5 100644 --- a/.github/workflows/gemini-code.yml +++ b/.github/workflows/gemini-code.yml @@ -15,9 +15,9 @@ jobs: if: | github.event.pull_request.head.repo.full_name == github.repository && (github.event_name != 'pull_request_review_comment' || contains(github.event.comment.body, '@gemini')) - uses: praetorian-inc/public-workflows/.github/workflows/gemini-code.yml@0c602372f3d0d038912dd08e159ecc83954a4995 # v2.9.3 + uses: praetorian-inc/public-workflows/.github/workflows/gemini-code.yml@3fb9ffbace86c9e93a7b92170241dd54b5031608 # v2.11.3 permissions: contents: read pull-requests: write secrets: - GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }} \ No newline at end of file + GEMINI_API_KEY: ${{ secrets.GEMINI_API_KEY }}