From 6620ba7f52edb450dbb400401f6ca20e68a47eb9 Mon Sep 17 00:00:00 2001 From: zhom <2717306+zhom@users.noreply.github.com> Date: Sat, 3 Jan 2026 15:22:57 +0400 Subject: [PATCH] chore: pin action version --- .github/workflows/sync-e2e.yml | 4 ++-- .vscode/settings.json | 2 ++ 2 files changed, 4 insertions(+), 2 deletions(-) diff --git a/.github/workflows/sync-e2e.yml b/.github/workflows/sync-e2e.yml index 61cc465..efd96e6 100644 --- a/.github/workflows/sync-e2e.yml +++ b/.github/workflows/sync-e2e.yml @@ -45,10 +45,10 @@ jobs: cache: "pnpm" - name: Install Rust - uses: dtolnay/rust-toolchain@stable + uses: dtolnay/rust-toolchain@e97e2d8cc328f1b50210efc529dca0028893a2d9 #master - name: Cache Rust dependencies - uses: Swatinem/rust-cache@v2 + uses: swatinem/rust-cache@779680da715d629ac1d338a641029a2f4372abb5 #v2.8.2 with: workspaces: "src-tauri" diff --git a/.vscode/settings.json b/.vscode/settings.json index 271caaa..8552059 100644 --- a/.vscode/settings.json +++ b/.vscode/settings.json @@ -31,6 +31,7 @@ "codegen", "codesign", "commitish", + "Crashpad", "CTYPE", "daijro", "dataclasses", @@ -61,6 +62,7 @@ "getcwd", "gettimezone", "gifs", + "globset", "gsettings", "healthreport", "hiddenimports",