@@ -40,17 +40,17 @@ jobs:
4040 with :
4141 node-version-file : package.json
4242
43- - uses : pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
43+ - uses : pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
4444
4545 - name : Install workspace dependencies
4646 run : pnpm install --frozen-lockfile
4747
48- - uses : dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable
48+ - uses : dtolnay/rust-toolchain@4360b52568e2003a75bf9bc1d59f33a8e3fc893c # stable
4949 with :
5050 targets : ${{ matrix.target }}
5151
5252 - name : Rust cache
53- uses : swatinem/rust-cache@e18b497796c12c097a38f9edb9d0641fb99eee32 # v2
53+ uses : swatinem/rust-cache@6323deb102c322ba6fcbdcafc7e3dddab59af2b6 # v2
5454 with :
5555 workspaces : standalone/src-tauri
5656
@@ -130,7 +130,7 @@ jobs:
130130 [[ -s "$manifest" ]]
131131
132132 - name : Attest artifact manifest
133- uses : actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
133+ uses : actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2
134134 with :
135135 subject-path : standalone/artifact-manifest.sha256
136136
@@ -170,7 +170,7 @@ jobs:
170170 with :
171171 node-version-file : package.json
172172
173- - uses : pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
173+ - uses : pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
174174
175175 - name : Install workspace dependencies
176176 run : pnpm install --frozen-lockfile
@@ -212,7 +212,7 @@ jobs:
212212 [[ -s "$manifest" ]]
213213
214214 - name : Attest artifact manifest
215- uses : actions/attest-build-provenance@0f67c3f4856b2e3261c31976d6725780e5e4c373 # v4.1.1
215+ uses : actions/attest-build-provenance@4d101475d8b20a2381f78447822ac1eab6504dd8 # v4.2.2
216216 with :
217217 subject-path : vscode-ext/artifact-manifest.sha256
218218
@@ -301,7 +301,7 @@ jobs:
301301 with :
302302 node-version-file : package.json
303303
304- - uses : pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
304+ - uses : pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
305305
306306 - name : Install workspace dependencies
307307 run : pnpm install --frozen-lockfile
0 commit comments