Skip to content

Commit 498390a

Browse files
chore(deps): bump openai/codex-action from 1.6 to 1.8 (#3060)
1 parent 7833715 commit 498390a

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@c25d10f3f498316d4b2496cc4c6dd58057a7b031
127+
uses: openai/codex-action@e0fdf01220eb9a88167c4898839d273e3f2609d1
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@c25d10f3f498316d4b2496cc4c6dd58057a7b031
77+
uses: openai/codex-action@e0fdf01220eb9a88167c4898839d273e3f2609d1
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
@@ -102,7 +102,7 @@ jobs:
102102
mkdir -p "$output_dir"
103103
echo "output_file=${output_file}" >> "$GITHUB_OUTPUT"
104104
- name: Run Codex release review
105-
uses: openai/codex-action@c25d10f3f498316d4b2496cc4c6dd58057a7b031
105+
uses: openai/codex-action@e0fdf01220eb9a88167c4898839d273e3f2609d1
106106
with:
107107
openai-api-key: ${{ secrets.PROD_OPENAI_API_KEY }}
108108
prompt-file: .github/codex/prompts/release-review.md

0 commit comments

Comments
 (0)