diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index c4839903b..da4f3af1c 100644 --- a/.github/workflows/qodana.yml +++ b/.github/workflows/qodana.yml @@ -36,6 +36,6 @@ jobs: ) || ( github.event_name == 'workflow_dispatch' ) - uses: JetBrains/qodana-action@v2023.2 + uses: JetBrains/qodana-action@v2023.3 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}