File tree 2 files changed +12
-2
lines changed
2 files changed +12
-2
lines changed Original file line number Diff line number Diff line change 21
21
required : false
22
22
type : boolean
23
23
default : false
24
+ log-level :
25
+ description : ' Log level for Qodana scan'
26
+ required : false
27
+ type : choice
28
+ default : ' error'
29
+ options :
30
+ - ' debug'
31
+ - ' error'
32
+ - ' trace'
24
33
25
34
concurrency :
26
35
group : ${{ github.workflow }}-${{ github.ref }}
@@ -59,10 +68,11 @@ jobs:
59
68
cache-dir : ${{ runner.temp }}/qodana/caches
60
69
primary-cache-key : ${{ runner.os }}-qodana-${{ github.ref }}-${{ hashFiles('**/*.csproj') }}
61
70
additional-cache-key : ${{ runner.os }}-qodana-${{ github.ref }}
62
- upload-result : ${{github.event_name == 'workflow_dispatch' && inputs.upload-result-as-artifact == true}}
71
+ upload-result : ${{ github.event_name == 'workflow_dispatch' && inputs.upload-result-as-artifact == true }}
63
72
github-token : ${{ github.token }}
64
73
args : |
65
74
--project-dir,src,
75
+ --log-level,${{ github.event_name == 'workflow_dispatch' && inputs.log-level || 'error' }},
66
76
--save-report=false
67
77
env :
68
78
QODANA_TOKEN : ${{ secrets.QODANA_TOKEN }}
Original file line number Diff line number Diff line change 1
1
version : " 1.0"
2
2
profile :
3
3
name : qodana.recommended
4
- linter : jetbrains/qodana-cdnet:2025.1 -eap
4
+ linter : jetbrains/qodana-cdnet:2024.3 -eap
5
5
dotnet :
6
6
solution : Objectivity.AutoFixture.XUnit2.AutoMock.sln
7
7
configuration : Release
You can’t perform that action at this time.
0 commit comments