From c2f862c65e6e086ca9def4fdf611f2e8fdc4d8cb Mon Sep 17 00:00:00 2001 From: BTMuli Date: Sun, 27 Aug 2023 12:00:46 +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=99x3?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/qodana_code_quality.yml | 6 ++++-- package.json | 2 +- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 263b8527..30e3554a 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -8,7 +8,9 @@ on: jobs: qodana: - runs-on: ubuntu-latest + permissions: + contents: write + runs-on: windows-latest steps: - uses: actions/checkout@v3 - name: setup node @@ -20,7 +22,7 @@ jobs: with: version: 8.6.7 - name: Install frontend dependencies - run: pnpm install + run: pnpm install --frozen-lockfile - name: "Qodana Scan" uses: JetBrains/qodana-action@v2022.3.4 env: diff --git a/package.json b/package.json index 4e7ecbd5..ea7cd035 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": "https://github.com/tauri-apps/tauri-plugin-sql", + "tauri-plugin-sql-api": "github:tauri-apps/tauri-plugin-sql", "vue": "^3.3.4", "vue-json-viewer": "^3.0.4", "vue-router": "^4.2.4",