diff --git a/.github/workflows/qodana-analyze.yml b/.github/workflows/qodana-analyze.yml index 552fd8f..e659415 100644 --- a/.github/workflows/qodana-analyze.yml +++ b/.github/workflows/qodana-analyze.yml @@ -16,6 +16,6 @@ jobs: fetch-depth: 0 - name: "Qodana Scan" continue-on-error: true - uses: JetBrains/qodana-action@v2024.1.8 + uses: JetBrains/qodana-action@v2024.3.4 env: QODANA_TOKEN: ${{secrets.QODANA_TOKEN}}