File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -19,10 +19,10 @@ jobs:
1919 environment : npm
2020 steps :
2121 - name : Checkout
22- uses : actions/checkout@v6
22+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
2323
2424 - name : Setup Node.js
25- uses : actions/setup-node@v6
25+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
2626 with :
2727 node-version : 24.14.0
2828 package-manager-cache : false
4343 run : pnpm run build
4444
4545 - name : Publish
46- uses : JS-DevTools/npm-publish@v4
46+ uses : JS-DevTools/npm-publish@0fd2f4369c5d6bcfcde6091a7c527d810b9b5c3f # v4
4747 with :
4848 token : empty
Original file line number Diff line number Diff line change @@ -31,15 +31,15 @@ jobs:
3131 # Steps represent a sequence of tasks that will be executed as part of the job
3232 steps :
3333 - name : Checkout
34- uses : actions/checkout@v6
34+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
3535
3636 - name : Install Pnpm
3737 run : |
3838 npm install -g corepack@latest
3939 corepack enable
4040
4141 - name : Setup Node.js
42- uses : actions/setup-node@v6
42+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
4343 with :
4444 node-version : ${{ matrix.node }}
4545 package-manager-cache : false
@@ -58,15 +58,15 @@ jobs:
5858
5959 steps :
6060 - name : Checkout
61- uses : actions/checkout@v6
61+ uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6
6262
6363 - name : Install Pnpm
6464 run : |
6565 npm install -g corepack@latest
6666 corepack enable
6767
6868 - name : Setup Node.js
69- uses : actions/setup-node@v6
69+ uses : actions/setup-node@6044e13b5dc448c55e2357c09f80417699197238 # v6
7070 with :
7171 node-version : 20.20.0
7272 package-manager-cache : false
You can’t perform that action at this time.
0 commit comments