diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 80b270a..dfd7d50 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -22,7 +22,7 @@ jobs: all: if: github.run_id != 1 name: Build & Tests - uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.14.86 + uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@1.0.1 with: enableSonarQube: true dotnet-logging: ${{ inputs.dotnet-logging || 'minimal' }}