diff --git a/.github/workflows/code_quality.yml b/.github/workflows/code_quality.yml index 4b8e3342..bd47b231 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.3 + uses: JetBrains/qodana-action@v2024.1.4 with: args: > --env,BUGLY_APPID=${{ secrets.BUGLY_APPID }}