diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 46470a82b7..1847377361 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -20,7 +20,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: 'Qodana Scan' - uses: JetBrains/qodana-action@v2024.1.9 + uses: JetBrains/qodana-action@v2024.2.2 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} with: