2828
2929 - name : Resolve PR context
3030 id : pr
31- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
31+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
3232 env :
3333 MANUAL_PR_NUMBER : ${{ inputs.pr_number || '' }}
3434 with :
6464 core.setOutput('is_fork', headRepo !== repoFullName);
6565
6666 - name : Checkout base
67- uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6
67+ uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8
6868 with :
6969 fetch-depth : 0
7070 ref : ${{ steps.pr.outputs.base_sha }}
@@ -78,12 +78,12 @@ jobs:
7878 "https://github.com/${PR_HEAD_REPO}.git" \
7979 "${PR_HEAD_SHA}"
8080 - name : Install pnpm
81- uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061 # v4.2.0
81+ uses : pnpm/action-setup@41ff72655975bd51cab0327fa583b6e92b6d3061
8282 with :
8383 version : 10.28.0
8484 run_install : false
8585 - name : Setup Node
86- uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
86+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238
8787 with :
8888 node-version : 22
8989
@@ -102,7 +102,7 @@ jobs:
102102 - name : Run Codex changeset validation
103103 id : run_codex
104104 if : ${{ github.actor != 'dependabot[bot]' && (github.event_name == 'workflow_dispatch' || steps.pr.outputs.is_fork != 'true') }}
105- uses : openai/codex-action@086169432f1d2ab2f4057540b1754d550f6a1189 # v1
105+ uses : openai/codex-action@086169432f1d2ab2f4057540b1754d550f6a1189
106106 with :
107107 openai-api-key : ${{ secrets.PROD_OPENAI_API_KEY }}
108108 prompt-file : .github/codex/prompts/changeset-validation.generated.md
@@ -125,7 +125,7 @@ jobs:
125125
126126 - name : Sync package labels
127127 if : ${{ steps.run_codex.conclusion == 'success' || github.actor == 'dependabot[bot]' || steps.pr.outputs.is_fork == 'true' }}
128- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
128+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
129129 env :
130130 BASE_SHA : ${{ steps.pr.outputs.base_sha }}
131131 HEAD_SHA : ${{ steps.pr.outputs.head_sha }}
@@ -301,7 +301,7 @@ jobs:
301301
302302 - name : Comment on manual run failure
303303 if : ${{ github.event_name == 'workflow_dispatch' && always() }}
304- uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd # v8
304+ uses : actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
305305 env :
306306 PR_NUMBER : ${{ steps.pr.outputs.pr_number }}
307307 JOB_STATUS : ${{ job.status }}
0 commit comments