From ecb9c4d26c7f1201130f2789b012a6b9d74b1e26 Mon Sep 17 00:00:00 2001 From: Nathan Sportsman Date: Sun, 14 Jun 2026 17:16:58 -0500 Subject: [PATCH 1/4] ci: bump codex reviewer to public-workflows v2.11.3 --- .github/workflows/codex-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codex-code.yml b/.github/workflows/codex-code.yml index 28f9807..8afdad5 100644 --- a/.github/workflows/codex-code.yml +++ b/.github/workflows/codex-code.yml @@ -18,7 +18,7 @@ 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 From b2e8c0fd0396a97f46a3e12bc3e5dee2b2466129 Mon Sep 17 00:00:00 2001 From: Nathan Sportsman Date: Sun, 14 Jun 2026 17:16:59 -0500 Subject: [PATCH 2/4] ci: bump gemini reviewer to public-workflows v2.11.3 --- .github/workflows/gemini-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gemini-code.yml b/.github/workflows/gemini-code.yml index 3c2f271..eff2736 100644 --- a/.github/workflows/gemini-code.yml +++ b/.github/workflows/gemini-code.yml @@ -15,7 +15,7 @@ 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 From 195669f6b52a66b77c93e6933564bd1eab121fdc Mon Sep 17 00:00:00 2001 From: Nathan Sportsman Date: Sun, 14 Jun 2026 17:29:50 -0500 Subject: [PATCH 3/4] style: add trailing newline to codex-code.yml (POSIX convention) --- .github/workflows/codex-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/codex-code.yml b/.github/workflows/codex-code.yml index 8afdad5..2f71f04 100644 --- a/.github/workflows/codex-code.yml +++ b/.github/workflows/codex-code.yml @@ -25,4 +25,4 @@ jobs: 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 }} From 658922df979959800d587c90799e3a3084339f99 Mon Sep 17 00:00:00 2001 From: Nathan Sportsman Date: Sun, 14 Jun 2026 17:29:51 -0500 Subject: [PATCH 4/4] style: add trailing newline to gemini-code.yml (POSIX convention) --- .github/workflows/gemini-code.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/gemini-code.yml b/.github/workflows/gemini-code.yml index eff2736..ecd7ae5 100644 --- a/.github/workflows/gemini-code.yml +++ b/.github/workflows/gemini-code.yml @@ -20,4 +20,4 @@ jobs: 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 }}