diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index be354af8..adf86b0b 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/code_quality.yml @@ -44,7 +44,7 @@ jobs: - run: ./gradlew build - name: 'Run Qodana' - uses: JetBrains/qodana-action@v2024.1.4 + uses: JetBrains/qodana-action@v2024.1.5 with: args: > --env,BUGLY_APPID=${{ secrets.BUGLY_APPID }}