Skip to content

chore(deps): bump SonarAnalyzer.CSharp from 10.3.0.106239 to 10.4.0.108396 #1073

chore(deps): bump SonarAnalyzer.CSharp from 10.3.0.106239 to 10.4.0.108396

chore(deps): bump SonarAnalyzer.CSharp from 10.3.0.106239 to 10.4.0.108396 #1073

Workflow file for this run

name: CI
on:
push:
branches: [ main ]
pull_request:
branches: [ main ]
workflow_dispatch:
inputs:
dotnet-logging:
required: true
type: choice
default: minimal
options:
- quiet
- minimal
- normal
- detailed
- diagnostic
jobs:
all:
name: Build & Tests
uses: dailydevops/pipelines/.github/workflows/[email protected]
with:
dotnet-logging: ${{ inputs.dotnet-logging }}
dotnet-version: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
enableSonarQube: true
solution: ./Extensions.Test.sln
secrets: inherit