Skip to content

chore(deps): update dependency meziantou.analyzer to 3.0.78 #1090

chore(deps): update dependency meziantou.analyzer to 3.0.78

chore(deps): update dependency meziantou.analyzer to 3.0.78 #1090

Workflow file for this run

name: CI
permissions:
actions: read
contents: write
pull-requests: write
security-events: write
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:
if: github.run_id != 1
name: Build & Tests
uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@1acd2ca40debe423847625cdb537f5cee3b14b43 # 2.5.1
with:
dotnetLogging: ${{ inputs.dotnet-logging }}
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
solution: ./Extensions.Data.slnx
secrets: inherit