diff --git a/.github/workflows/qodana-analyze.yml b/.github/workflows/qodana-analyze.yml index 2490245..2e1a46e 100644 --- a/.github/workflows/qodana-analyze.yml +++ b/.github/workflows/qodana-analyze.yml @@ -15,6 +15,6 @@ jobs: with: fetch-depth: 0 - name: "Qodana Scan" - uses: JetBrains/qodana-action@v2024.1.8 + uses: JetBrains/qodana-action@v2024.3.4 env: QODANA_TOKEN: ${{secrets.QODANA_TOKEN}}