Skip to content

Commit f1830f9

Browse files
chore(deps): bump openai/codex-action from f5c0ca71642badb34c1e66321d8d85685a0fa3dc to 086169432f1d2ab2f4057540b1754d550f6a1189 (#2340)
1 parent bcb9a08 commit f1830f9

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
@@ -99,7 +99,7 @@ jobs:
9999
echo "output_file=${output_file}" >> "$GITHUB_OUTPUT"
100100
- name: Run Codex labeling
101101
if: ${{ (github.event_name == 'workflow_dispatch' || steps.pr.outputs.is_fork != 'true') && github.actor != 'dependabot[bot]' }}
102-
uses: openai/codex-action@f5c0ca71642badb34c1e66321d8d85685a0fa3dc
102+
uses: openai/codex-action@086169432f1d2ab2f4057540b1754d550f6a1189
103103
with:
104104
openai-api-key: ${{ secrets.PROD_OPENAI_API_KEY }}
105105
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@f5c0ca71642badb34c1e66321d8d85685a0fa3dc
77+
uses: openai/codex-action@086169432f1d2ab2f4057540b1754d550f6a1189
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@f5c0ca71642badb34c1e66321d8d85685a0fa3dc
104+
uses: openai/codex-action@086169432f1d2ab2f4057540b1754d550f6a1189
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)