Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/fleet-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@ jobs:

# renovate: datasource=npm depName=@openai/codex
- name: Install Codex CLI
run: npm install -g @openai/codex@0.142.5
run: npm install -g @openai/codex@0.145.0

- name: Mint the reviewer App installation token
id: apptoken
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/review-codex.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:

# renovate: datasource=npm depName=@openai/codex
- name: Install Codex CLI
run: npm install -g @openai/codex@0.142.5
run: npm install -g @openai/codex@0.145.0

- name: Write auth.json from the secret (runtime-only, never persisted)
env:
Expand Down
Loading