Skip to content

Commit 70939dc

Browse files
chore(deps): bump openai/codex-action from 1.4 to 1.6 (openai#2819)
1 parent 976bcce commit 70939dc

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/pr-labels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ jobs:
124124
- name: Run Codex labeling
125125
id: run_codex
126126
if: ${{ (github.event_name == 'workflow_dispatch' || steps.pr.outputs.is_fork != 'true') && github.actor != 'dependabot[bot]' }}
127-
uses: openai/codex-action@086169432f1d2ab2f4057540b1754d550f6a1189
127+
uses: openai/codex-action@c25d10f3f498316d4b2496cc4c6dd58057a7b031
128128
with:
129129
openai-api-key: ${{ secrets.PROD_OPENAI_API_KEY }}
130130
prompt-file: .github/codex/prompts/pr-labels.md

.github/workflows/release-pr-update.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ jobs:
7474
echo "output_file=${output_file}" >> "$GITHUB_OUTPUT"
7575
- name: Run Codex release review
7676
if: steps.find.outputs.found == 'true'
77-
uses: openai/codex-action@086169432f1d2ab2f4057540b1754d550f6a1189
77+
uses: openai/codex-action@c25d10f3f498316d4b2496cc4c6dd58057a7b031
7878
with:
7979
openai-api-key: ${{ secrets.PROD_OPENAI_API_KEY }}
8080
prompt-file: .github/codex/prompts/release-review.md

.github/workflows/release-pr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
mkdir -p "$output_dir"
102102
echo "output_file=${output_file}" >> "$GITHUB_OUTPUT"
103103
- name: Run Codex release review
104-
uses: openai/codex-action@086169432f1d2ab2f4057540b1754d550f6a1189
104+
uses: openai/codex-action@c25d10f3f498316d4b2496cc4c6dd58057a7b031
105105
with:
106106
openai-api-key: ${{ secrets.PROD_OPENAI_API_KEY }}
107107
prompt-file: .github/codex/prompts/release-review.md

0 commit comments

Comments
 (0)