File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 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 }}
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
Original file line number Diff line number Diff 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
54551.67.1 (2026/03/28)
You can’t perform that action at this time.
0 commit comments