From b8b79acb4363b371d9197216a69f2cd31e915eba Mon Sep 17 00:00:00 2001 From: Richard Li <742829+rli@users.noreply.github.com> Date: Fri, 25 Jul 2025 12:42:22 -0700 Subject: [PATCH] ci: bump qodana action version (#5925) --- .github/workflows/qodana-check-duplicatedcode.yml | 4 ++-- .github/workflows/qodana-check.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/qodana-check-duplicatedcode.yml b/.github/workflows/qodana-check-duplicatedcode.yml index d1ef9a0eaec..c331ec621a3 100644 --- a/.github/workflows/qodana-check-duplicatedcode.yml +++ b/.github/workflows/qodana-check-duplicatedcode.yml @@ -34,13 +34,13 @@ jobs: tool-cache: false large-packages: false - name: 'Qodana Scan' - uses: JetBrains/qodana-action@v2024.2.3 + uses: JetBrains/qodana-action@v2025.1.1 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} with: # --config points to the DuplicatedCode-only Qodana config args: - --config,${{ github.workspace }}/qodana-configs/duplicated-code/qodana.yaml + --config,qodana-configs/duplicated-code/qodana.yaml cache-default-branch-only: true # pr-mode off means that the whole repo should be checked for duplicate code, instead of just copy/pastes within the PR pr-mode: false diff --git a/.github/workflows/qodana-check.yml b/.github/workflows/qodana-check.yml index fef67e81c3c..354996fa923 100644 --- a/.github/workflows/qodana-check.yml +++ b/.github/workflows/qodana-check.yml @@ -34,7 +34,7 @@ jobs: tool-cache: false large-packages: false - name: 'Qodana Scan' - uses: JetBrains/qodana-action@v2024.2.3 + uses: JetBrains/qodana-action@v2025.1.1 env: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} with: