diff --git a/.github/workflows/qodana.yaml b/.github/workflows/qodana.yaml index 78750df..2746a35 100644 --- a/.github/workflows/qodana.yaml +++ b/.github/workflows/qodana.yaml @@ -15,7 +15,7 @@ jobs: with: fetch-depth: 0 - name: 'Qodana Scan' - uses: JetBrains/qodana-action@v2023.1.5 + uses: JetBrains/qodana-action@v2023.2.1 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}