We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f1581a commit 5b5268eCopy full SHA for 5b5268e
.github/workflows/qodana.yml
@@ -39,7 +39,7 @@ jobs:
39
- name: Build
40
run: dotnet build --no-restore --configuration Release
41
- name: Qodana scan
42
- uses: JetBrains/qodana-action@v2025.1
+ uses: JetBrains/qodana-action@v2025.2
43
with:
44
args: --ide,QDNET,--profile-name,qodana.recommended,--configuration,Release,--apply-fixes
45
push-fixes: pull-request
0 commit comments