Skip to content

Commit d983bdb

Browse files
committed
chore(infra/ci): pin workflow actions
1 parent 049d02a commit d983bdb

3 files changed

Lines changed: 8 additions & 8 deletions

File tree

.github/workflows/release.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,10 +19,10 @@ jobs:
1919
environment: npm
2020
steps:
2121
- name: Checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
2323

2424
- name: Setup Node.js
25-
uses: actions/setup-node@v4
25+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
2626
with:
2727
node-version: 24
2828

@@ -37,11 +37,11 @@ jobs:
3737
run: pnpm install
3838

3939
- name: Publish
40-
uses: JS-DevTools/npm-publish@v3
40+
uses: JS-DevTools/npm-publish@0f450656e71cb782526639ec9e3158e109122ac7
4141
with:
4242
token: empty
4343

4444
- name: Create GitHub Release
45-
uses: ncipollo/release-action@v1
45+
uses: ncipollo/release-action@339a81892b84b4eeb0f6e744e4574d79d0d9b8dd
4646
with:
4747
generateReleaseNotes: 'true'

.github/workflows/test-ubuntu.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,15 +26,15 @@ jobs:
2626
# Steps represent a sequence of tasks that will be executed as part of the job
2727
steps:
2828
- name: Checkout
29-
uses: actions/checkout@v4
29+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
3030
with:
3131
fetch-depth: 10
3232

3333
- name: Install Pnpm
3434
run: corepack enable
3535

3636
- name: Setup Node.js ${{ matrix.node-version }}
37-
uses: actions/setup-node@v4
37+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
3838
with:
3939
node-version: ${{ matrix.node-version }}
4040
cache: 'pnpm'

.github/workflows/test-windows.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -28,15 +28,15 @@ jobs:
2828
git config --system core.longpaths true
2929
3030
- name: Checkout
31-
uses: actions/checkout@v4
31+
uses: actions/checkout@34e114876b0b11c390a56381ad16ebd13914f8d5
3232
with:
3333
fetch-depth: 10
3434

3535
- name: Install Pnpm
3636
run: corepack enable
3737

3838
- name: Setup Node.js ${{ matrix.node-version }}
39-
uses: actions/setup-node@v4
39+
uses: actions/setup-node@49933ea5288caeca8642d1e84afbd3f7d6820020
4040
with:
4141
node-version: ${{ matrix.node-version }}
4242
cache: 'pnpm'

0 commit comments

Comments
 (0)