build: 更新依赖版本

This commit is contained in:
kercylan98
2023-08-23 19:46:02 +08:00
parent 4850dd4aa3
commit c9ff4570fe
7 changed files with 121 additions and 92 deletions

View File

@@ -0,0 +1,20 @@
name: Qodana
on:
workflow_dispatch:
pull_request:
push:
branches:
- develop
- master
jobs:
qodana:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
with:
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2023.2
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}