From b51251cddf17d1194655c3a2ec06c256ad0711a3 Mon Sep 17 00:00:00 2001 From: Richard Li Date: Fri, 25 Jul 2025 11:01:47 -0700 Subject: [PATCH 1/3] ci: bump qodana action veresion --- .github/workflows/qodana-check-duplicatedcode.yml | 2 +- .github/workflows/qodana-check.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qodana-check-duplicatedcode.yml b/.github/workflows/qodana-check-duplicatedcode.yml index d1ef9a0eaec..c035bff4847 100644 --- a/.github/workflows/qodana-check-duplicatedcode.yml +++ b/.github/workflows/qodana-check-duplicatedcode.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: 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: From 383c1e31ef90580ba88f1add7e849d49d34d8105 Mon Sep 17 00:00:00 2001 From: Richard Li Date: Fri, 25 Jul 2025 11:17:34 -0700 Subject: [PATCH 2/3] tst --- .github/workflows/qodana-check-duplicatedcode.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qodana-check-duplicatedcode.yml b/.github/workflows/qodana-check-duplicatedcode.yml index c035bff4847..f89e9d8e8f1 100644 --- a/.github/workflows/qodana-check-duplicatedcode.yml +++ b/.github/workflows/qodana-check-duplicatedcode.yml @@ -39,8 +39,8 @@ jobs: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} with: # --config points to the DuplicatedCode-only Qodana config - args: - --config,${{ github.workspace }}/qodana-configs/duplicated-code/qodana.yaml + args: > + --config ${{ github.workspace }}/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 From 84fe7c18b00d1d6f856d4588f178a4a351a87049 Mon Sep 17 00:00:00 2001 From: Richard Li Date: Fri, 25 Jul 2025 11:19:35 -0700 Subject: [PATCH 3/3] tst --- .github/workflows/qodana-check-duplicatedcode.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/qodana-check-duplicatedcode.yml b/.github/workflows/qodana-check-duplicatedcode.yml index f89e9d8e8f1..c331ec621a3 100644 --- a/.github/workflows/qodana-check-duplicatedcode.yml +++ b/.github/workflows/qodana-check-duplicatedcode.yml @@ -39,8 +39,8 @@ jobs: QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }} with: # --config points to the DuplicatedCode-only Qodana config - args: > - --config ${{ github.workspace }}/qodana-configs/duplicated-code/qodana.yaml + args: + --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