We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 481e594 commit 77bdd87Copy full SHA for 77bdd87
1 file changed
.github/workflows/qodana_analysis.yml
@@ -6,6 +6,9 @@ on:
6
- main
7
- 'fix/*'
8
- 'feature/*'
9
+env:
10
+ DOTNET_CLI_TELEMETRY_OPTOUT: true
11
+ DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
12
jobs:
13
qodana:
14
runs-on: ubuntu-latest
@@ -28,7 +31,7 @@ jobs:
28
31
name: 'Qodana Scan'
29
32
uses: jetbrains/qodana-action@v2025.3.2
30
33
with:
- args: --baseline,qodana.sarif.json
34
+ args: --baseline qodana.sarif.json
35
cache-default-branch-only: true
36
pr-mode: true
37
env:
0 commit comments