diff --git a/.github/workflows/qodana_code_quality.yml b/.github/workflows/qodana_code_quality.yml index 852e7d8..ceb7b31 100644 --- a/.github/workflows/qodana_code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -18,7 +18,7 @@ jobs: with: fetch-depth: 0 - name: 'Qodana Scan for PR' - uses: JetBrains/qodana-action@v2023.2.6 + uses: JetBrains/qodana-action@v2023.3.0 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} @@ -30,7 +30,7 @@ jobs: with: fetch-depth: 0 - name: 'Qodana Scan' - uses: JetBrains/qodana-action@v2023.2.6 + uses: JetBrains/qodana-action@v2023.3.0 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} with: