Skip to content

build(deps): Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 #951

build(deps): Bump com.google.code.gson:gson from 2.10.1 to 2.11.0

build(deps): Bump com.google.code.gson:gson from 2.10.1 to 2.11.0 #951

name: Qodana
on:
workflow_dispatch:
pull_request:
branches:
- master
jobs:
qodana:
runs-on: ubuntu-latest
permissions:
contents: write
pull-requests: write
checks: write
steps:
- uses: actions/checkout@v4
with:
ref: ${{ github.event.pull_request.head.sha }}
fetch-depth: 0
- name: 'Qodana Scan'
uses: JetBrains/qodana-action@v2024.1
with:
pr-mode: true # 仅分析拉取请求中已更改的文件
args: --cleanup # --apply-fixes pr-mode: false
push-fixes: pull-request
env:
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}