diff --git a/.github/workflows/qodana.yml b/.github/workflows/qodana.yml index 739769e4f8a..1522b6f4e02 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@v2023.2.7 + uses: JetBrains/qodana-action@v2023.2.8 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} with: