Skip to content

chore(ci): pin dependencies #217

chore(ci): pin dependencies

chore(ci): pin dependencies #217

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
permissions:
actions: read
contents: read
pull-requests: write
security-events: write
jobs:
all:
if: github.run_id != 1
uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@615742a7d420dfa5b5f87c279f119f1db055bb3b # 1.2.28
with:
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
dotnetQuality: ${{ vars.NE_DOTNET_QUALITY }}
solution: ./CodeBuilder.slnx
secrets: inherit