1919 - uses : actions/checkout@v6
2020
2121 - name : Install pnpm
22- uses : pnpm/action-setup@v4
22+ uses : pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
2323 id : pnpm-install
2424 with :
2525 run_install : false
4444 - uses : actions/checkout@v6
4545
4646 - name : Install pnpm
47- uses : pnpm/action-setup@v4
47+ uses : pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
4848 id : pnpm-install
4949 with :
5050 run_install : false
7171 steps :
7272 - uses : actions/checkout@v6
7373 - name : Install pnpm
74- uses : pnpm/action-setup@v4
74+ uses : pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
7575 with :
7676 run_install : false
7777 - uses : actions/setup-node@v6
@@ -81,12 +81,12 @@ jobs:
8181 cache-dependency-path : pnpm-lock.yaml
8282 - name : Set up Bun
8383 if : matrix.runtime == 'bun'
84- uses : oven-sh/setup-bun@v2
84+ uses : oven-sh/setup-bun@0c5077e51419868618aeaa5fe8019c62421857d6 # v2
8585 with :
8686 bun-version : ${{ matrix.version }}
8787 - name : Set up Deno
8888 if : matrix.runtime == 'deno'
89- uses : denoland/setup-deno@v2
89+ uses : denoland/setup-deno@667a34cdef165d8d2b2e98dde39547c9daac7282 # v2
9090 with :
9191 deno-version : ${{ matrix.version }}
9292 - run : pnpm install
@@ -105,14 +105,14 @@ jobs:
105105 id-token : write
106106
107107 steps :
108- - uses : actions/checkout@v4
108+ - uses : actions/checkout@v6
109109
110110 - name : Install pnpm
111- uses : pnpm/action-setup@v4
111+ uses : pnpm/action-setup@b906affcce14559ad1aafd4ab0e942779e9f58b1 # v4
112112 id : pnpm-install
113113 with :
114114 run_install : false
115- - uses : actions/setup-node@v4
115+ - uses : actions/setup-node@v6
116116 with :
117117 node-version : 24
118118 cache : pnpm
0 commit comments