From fcc98ab2c17940d6db96d0b2fa4a1b373fcf50d2 Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sun, 27 Aug 2023 13:50:48 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=94=A7=20=E5=B0=9D=E8=AF=95=E4=BF=AE?= =?UTF-8?q?=E5=A4=8D=20action=20=E6=8A=A5=E9=94=99x5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/qodana_code_quality.yml | 4 +--- package.json | 2 +- pnpm-lock.yaml | 2 +- 3 files changed, 3 insertions(+), 5 deletions(-) diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 30e3554a..64a8f5fb 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -8,9 +8,7 @@ on: jobs: qodana: - permissions: - contents: write - runs-on: windows-latest + runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 - name: setup node diff --git a/package.json b/package.json index ea7cd035..d94272d7 100644 --- a/package.json +++ b/package.json @@ -54,7 +54,7 @@ "js-md5": "^0.7.3", "pinia": "^2.1.6", "pinia-plugin-persistedstate": "^3.2.0", - "tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql", + "tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql#v1", "vue": "^3.3.4", "vue-json-viewer": "^3.0.4", "vue-router": "^4.2.4", diff --git a/pnpm-lock.yaml b/pnpm-lock.yaml index 5e917b02..76fa744b 100644 --- a/pnpm-lock.yaml +++ b/pnpm-lock.yaml @@ -27,7 +27,7 @@ dependencies: specifier: ^3.2.0 version: 3.2.0(pinia@2.1.6) tauri-plugin-sql-api: - specifier: github:tauri-apps/tauri-plugin-sql + specifier: github:tauri-apps/tauri-plugin-sql#v1 version: github.com/tauri-apps/tauri-plugin-sql/b8fd19dac907cc8c3d78681cd4803a326b8b861e vue: specifier: ^3.3.4