Skip to content
This repository has been archived by the owner on Dec 3, 2024. It is now read-only.

chore(deps): Bump SonarAnalyzer.CSharp from 9.32.0.97167 to 10.3.0.106239 #201

chore(deps): Bump SonarAnalyzer.CSharp from 9.32.0.97167 to 10.3.0.106239

chore(deps): Bump SonarAnalyzer.CSharp from 9.32.0.97167 to 10.3.0.106239 #201

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: |
6.x
7.x
8.x
solution: ./SequentialGuid.sln
secrets: inherit