Skip to content

build(deps): bump Microsoft.Data.Sqlite from 8.0.3 to 8.0.4 #612

build(deps): bump Microsoft.Data.Sqlite from 8.0.3 to 8.0.4

build(deps): bump Microsoft.Data.Sqlite from 8.0.3 to 8.0.4 #612

Workflow file for this run

name: Build & Tests
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:
enableSonarQube: true
dotnet-logging: ${{ inputs.dotnet-logging }}
dotnet-version: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
dotnet-quality: ${{ vars.NE_DOTNET_QUALITY }}
dotnet-testfilter: ${{ vars.NE_DOTNET_TESTFILTER }}
solution: ./HealthChecks.sln
secrets: inherit