diff --git a/.github/workflows/code_quality.yml b/.github/workflows/qodana_code_quality.yml similarity index 64% rename from .github/workflows/code_quality.yml rename to .github/workflows/qodana_code_quality.yml index 7e76ab4..04663a3 100644 --- a/.github/workflows/code_quality.yml +++ b/.github/workflows/qodana_code_quality.yml @@ -5,17 +5,15 @@ on: push: branches: - main - - 'releases/*' jobs: qodana: - timeout-minutes: 15 runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with: fetch-depth: 0 - name: 'Qodana Scan' - uses: JetBrains/qodana-action@main + uses: JetBrains/qodana-action@v2023.2 env: - QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} + QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} \ No newline at end of file