Skip to content

Commit 4ba90d8

Browse files
committed
chore: upgrade GitHub Actions workflow pins
1 parent 4bef6bd commit 4ba90d8

5 files changed

Lines changed: 14 additions & 13 deletions

File tree

.github/workflows/changeset.yml

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
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: |
@@ -56,7 +56,7 @@ jobs:
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 }}

.github/workflows/docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -23,15 +23,15 @@ jobs:
2323
with:
2424
persist-credentials: false
2525
- name: Setup Node.js
26-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
26+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
2727
- name: Install pnpm
2828
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d
2929
with:
3030
run_install: true
3131
- name: Run build
3232
run: pnpm build:ci
3333
- name: Install, build, and upload your site
34-
uses: withastro/action@44706356b4eb735f8b9035699eb4796241a040c4
34+
uses: withastro/action@b7d53628f8b666036b0238aadb0b984a2a489f26
3535
with:
3636
path: docs
3737
# with:

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: pnpm/action-setup@8912a9102ac27614460f54aedde9e1e7f9aec20d
3232

3333
- name: Setup node.js
34-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
34+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
3535
with:
3636
node-version: '24.x'
3737
cache: 'pnpm'

.github/workflows/test.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
steps:
1818
- name: Determine whether CI should run
1919
id: filter
20-
uses: actions/github-script@ed597411d8f924073f98dfc5c65a23a2325f34cd
20+
uses: actions/github-script@3a2844b7e9c422d3c10d287c895573f7108da1b3
2121
with:
2222
script: |
2323
const IGNORED_PREFIXES = [
@@ -112,7 +112,7 @@ jobs:
112112
run_install: false
113113
- name: Setup Node.js
114114
if: ${{ needs.changes.outputs.run_ci == 'true' }}
115-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
115+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
116116
with:
117117
node-version: ${{ matrix.node-version }}
118118
cache: 'pnpm'
@@ -160,7 +160,7 @@ jobs:
160160
run_install: false
161161
- name: Setup Node.js
162162
if: ${{ needs.changes.outputs.run_ci == 'true' }}
163-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
163+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
164164
with:
165165
node-version: 22
166166
cache: 'pnpm'
@@ -200,7 +200,7 @@ jobs:
200200
run_install: false
201201
- name: Setup Node.js
202202
if: ${{ needs.changes.outputs.run_ci == 'true' }}
203-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
203+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
204204
with:
205205
node-version: 22
206206
cache: 'pnpm'

.github/workflows/update-docs.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
with:
5959
run_install: false
6060
- name: Setup Node.js
61-
uses: actions/setup-node@53b83947a5a98c8d113130e565377fae1a50d02f
61+
uses: actions/setup-node@48b55a011bda9f5d6aeb4c2d9c7362e8dae4041e
6262
with:
6363
node-version: 22
6464
cache: 'pnpm'
@@ -92,7 +92,7 @@ jobs:
9292
9393
- name: Create Pull Request
9494
if: steps.commit.outputs.committed == 'true'
95-
uses: peter-evans/create-pull-request@c0f553fe549906ede9cf27b5156039d195d2ece0
95+
uses: peter-evans/create-pull-request@5f6978faf089d4d20b00c7766989d076bb2fc7f1
9696
with:
9797
token: ${{ secrets.GITHUB_TOKEN }}
9898
commit-message: "docs: update translated document pages"

0 commit comments

Comments
 (0)