Skip to content

Commit 77bdd87

Browse files
committed
ci(qodana): Suppress .NET telemetry and standardize action arguments
1 parent 481e594 commit 77bdd87

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/qodana_analysis.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,9 @@ on:
66
- main
77
- 'fix/*'
88
- 'feature/*'
9+
env:
10+
DOTNET_CLI_TELEMETRY_OPTOUT: true
11+
DOTNET_SKIP_FIRST_TIME_EXPERIENCE: true
912
jobs:
1013
qodana:
1114
runs-on: ubuntu-latest
@@ -28,7 +31,7 @@ jobs:
2831
name: 'Qodana Scan'
2932
uses: jetbrains/qodana-action@v2025.3.2
3033
with:
31-
args: --baseline,qodana.sarif.json
34+
args: --baseline qodana.sarif.json
3235
cache-default-branch-only: true
3336
pr-mode: true
3437
env:

0 commit comments

Comments
 (0)