Skip to content

Commit 3af381f

Browse files
chore(deps): update github-actions
1 parent a1782f1 commit 3af381f

4 files changed

Lines changed: 13 additions & 13 deletions

File tree

.github/workflows/chromatic.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
node-version-file: package.json
3030

3131
- name: Setup pnpm
32-
uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
32+
uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
3333

3434
- name: Install dependencies
3535
run: pnpm install

.github/workflows/ci.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
with:
2020
node-version-file: package.json
2121

22-
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
22+
- uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
2323

2424
- name: Install dependencies
2525
run: pnpm install
@@ -46,9 +46,9 @@ jobs:
4646
with:
4747
node-version-file: package.json
4848

49-
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
49+
- uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
5050

51-
- uses: dtolnay/rust-toolchain@4cda84d5c5c54efe2404f9d843567869ab1699d4 # stable
51+
- uses: dtolnay/rust-toolchain@4360b52568e2003a75bf9bc1d59f33a8e3fc893c # stable
5252

5353
- name: Install system dependencies
5454
# apt mirrors are flaky: a healthy run finishes in <1min, but a degraded

.github/workflows/release.yml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -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

.github/workflows/security-audit.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
with:
4040
node-version-file: package.json
4141

42-
- uses: pnpm/action-setup@0ebf47130e4866e96fce0953f49152a61190b271 # v6.0.9
42+
- uses: pnpm/action-setup@0977fd99725f1db4007ccb2928dbb4e90d06cc86 # v6.0.10
4343

4444
- name: Install workspace dependencies
4545
run: pnpm install --frozen-lockfile
@@ -55,7 +55,7 @@ jobs:
5555
exit 1
5656
5757
- name: Audit against SECURITY.md
58-
uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1
58+
uses: anthropics/claude-code-action@e63208cb983318a44e3f945e959ef894b707dcfa # v1
5959
env:
6060
# `claude-code-action` resets `GH_TOKEN` to its own internal
6161
# workflow token, so setting `GH_TOKEN` at this scope is

0 commit comments

Comments
 (0)