Skip to content

chore(deps): bump Polyfill from 6.6.3 to 6.9.0 #1016

chore(deps): bump Polyfill from 6.6.3 to 6.9.0

chore(deps): bump Polyfill from 6.6.3 to 6.9.0 #1016

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