Skip to content

Commit 3a30946

Browse files
committed
update and pin Codex GitHub Actions
1 parent 7b3bc48 commit 3a30946

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/codex-review.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
3636
- name: Run Codex review
3737
id: run_codex
38-
uses: openai/codex-action@v1
38+
uses: openai/codex-action@c25d10f3f498316d4b2496cc4c6dd58057a7b031 # v1.6
3939
env:
4040
# Use env variables to handle untrusted metadata safely
4141
PR_TITLE: ${{ github.event.pull_request.title }}
@@ -70,7 +70,7 @@ jobs:
7070

7171
steps:
7272
- name: Post Codex review as PR comment
73-
uses: actions/github-script@v8
73+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3 # v9.0.0
7474
env:
7575
CODEX_FINAL_MESSAGE: |
7676
${{ format('## Codex Review

changelog.md

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,7 @@ Internal
4949
* Move keybinding utilities to a new `key_binding_utils.py`.
5050
* Move interactive utilities to `interactive_utils.py`.
5151
* Modernize orthography of prompt_toolkit filters.
52+
* Pin all GitHub Actions to hashes.
5253

5354

5455
1.67.1 (2026/03/28)

0 commit comments

Comments
 (0)