Skip to content

Commit 3f49b4a

Browse files
committed
renames qodana workflow
renames the qodana code quality workflow to qodana analysis for clarity. comments out baseline argument in qodana action to use default baseline behavior. updates the CI solution file to reflect the workflow rename.
1 parent 831719b commit 3f49b4a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: 'Qodana Scan'
2929
uses: jetbrains/qodana-action@v2024.3.4
3030
with:
31-
args: --baseline,qodana.sarif.json
31+
# args: --baseline,qodana.sarif.json
3232
cache-default-branch-only: true
3333
pr-mode: true
3434
env:

build/CI.slnx

Lines changed: 1 addition & 1 deletion
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)