This repository was archived by the owner on Apr 9, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 ref : ${{ github.event.pull_request.head.sha }} # to check out the actual pull request commit, not the merge commit
2121 fetch-depth : 0 # a full history is required for pull request analysis
2222 - name : ' Qodana Scan'
23- uses : JetBrains/qodana-action@v2024.1
23+ uses : JetBrains/qodana-action@v2024.2
2424 with :
2525 pr-mode : false
2626 env :
2727 QODANA_TOKEN : ${{ secrets.QODANA_TOKEN_1815166048 }}
28- QODANA_ENDPOINT : ' https://qodana.cloud'
28+ QODANA_ENDPOINT : ' https://qodana.cloud'
Original file line number Diff line number Diff line change 11version : " 1.0"
2- linter : jetbrains/qodana-cdnet:2024.1
2+ linter : jetbrains/qodana-cdnet:latest
3+ dotnet :
4+ solution : DynamicTreeDataGrid.sln
35profile :
46 name : qodana.recommended
57include :
6- - name : CheckDependencyLicenses
8+ - name : CheckDependencyLicenses
Original file line number Diff line number Diff line change @@ -26,6 +26,6 @@ public void ShowColumnEditor() {
2626 if ( topLevel is not Window window ) return ;
2727
2828 columnsWindow . RequestedThemeVariant = topLevel . RequestedThemeVariant ;
29- columnsWindow . ShowDialog ( window ) ;
29+ columnsWindow . Show ( window ) ;
3030 }
3131}
You can’t perform that action at this time.
0 commit comments