File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change 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 :
You can’t perform that action at this time.
0 commit comments