Skip to content

Commit 6059864

Browse files
authored
Merge pull request #4517 from GitTools/feature/qodana-fixes
refactors qodana profile and enables checks
2 parents 365bbac + debb4b4 commit 6059864

File tree

22 files changed

+3591
-4252
lines changed

22 files changed

+3591
-4252
lines changed

.github/workflows/qodana_code_quality.yml renamed to .github/workflows/qodana_analysis.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ jobs:
2626
global-json-file: global.json
2727
-
2828
name: 'Qodana Scan'
29-
uses: jetbrains/qodana-action@v2024.3.4
29+
uses: jetbrains/qodana-action@v2025.1.0
3030
with:
3131
args: --baseline,qodana.sarif.json
3232
cache-default-branch-only: true

build/CI.slnx

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@
4545
<File Path="../.github/workflows/release.yml" />
4646
<File Path="../.github/workflows/stale.yml" />
4747
<File Path="../.github/workflows/winget.yml" />
48-
<File Path="../.github/workflows/qodana_code_quality.yml" />
48+
<File Path="../.github/workflows/qodana_analysis.yml" />
4949
</Folder>
5050
<Folder Name="/workflows/_/">
5151
<File Path="../.github/workflows/_artifacts_linux.yml" />

0 commit comments

Comments
 (0)