Skip to content

Commit b8b79ac

Browse files
authored
ci: bump qodana action version (#5925)
1 parent 7e12dd3 commit b8b79ac

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/qodana-check-duplicatedcode.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -34,13 +34,13 @@ jobs:
3434
tool-cache: false
3535
large-packages: false
3636
- name: 'Qodana Scan'
37-
uses: JetBrains/qodana-action@v2024.2.3
37+
uses: JetBrains/qodana-action@v2025.1.1
3838
env:
3939
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
4040
with:
4141
# --config points to the DuplicatedCode-only Qodana config
4242
args:
43-
--config,${{ github.workspace }}/qodana-configs/duplicated-code/qodana.yaml
43+
--config,qodana-configs/duplicated-code/qodana.yaml
4444
cache-default-branch-only: true
4545
# pr-mode off means that the whole repo should be checked for duplicate code, instead of just copy/pastes within the PR
4646
pr-mode: false

.github/workflows/qodana-check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
tool-cache: false
3535
large-packages: false
3636
- name: 'Qodana Scan'
37-
uses: JetBrains/qodana-action@v2024.2.3
37+
uses: JetBrains/qodana-action@v2025.1.1
3838
env:
3939
QODANA_TOKEN: ${{ secrets.QODANA_TOKEN }}
4040
with:

0 commit comments

Comments
 (0)