1818 steps :
1919 - name : Resolve PR context
2020 id : pr
21- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
21+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
2222 with :
2323 github-token : ${{ secrets.GITHUB_TOKEN }}
2424 script : |
5656 with :
5757 run_install : false
5858 - name : Setup Node
59- uses : actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
59+ uses : actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
6060 with :
6161 node-version : 22
6262
@@ -84,12 +84,13 @@ jobs:
8484 - name : Run Codex changeset validation
8585 id : run_codex
8686 if : ${{ github.actor != 'dependabot[bot]' && steps.pr.outputs.is_fork != 'true' }}
87- uses : openai/codex-action@c25d10f3f498316d4b2496cc4c6dd58057a7b031
87+ uses : openai/codex-action@e0fdf01220eb9a88167c4898839d273e3f2609d1
8888 with :
8989 openai-api-key : ${{ secrets.PROD_OPENAI_API_KEY }}
9090 prompt-file : .github/codex/prompts/changeset-validation.generated.md
9191 output-file : .github/codex/outputs/changeset-validation.json
9292 output-schema-file : .github/codex/schemas/changeset-validation.json
93+ allow-bots : true
9394 # Keep the legacy Linux sandbox path until the default bubblewrap path
9495 # works reliably on GitHub-hosted Ubuntu runners.
9596 codex-args : ' ["--full-auto","--enable","use_legacy_landlock"]'
@@ -109,7 +110,7 @@ jobs:
109110
110111 - name : Sync package labels
111112 if : ${{ steps.run_codex.conclusion == 'success' || github.actor == 'dependabot[bot]' || steps.pr.outputs.is_fork == 'true' }}
112- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
113+ uses : actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
113114 env :
114115 BASE_SHA : ${{ steps.pr.outputs.base_sha }}
115116 HEAD_SHA : ${{ steps.pr.outputs.head_sha }}
0 commit comments