From 1994e989f007240b601e60f9784ca7fe514c1b8f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= Date: Thu, 4 Apr 2024 19:09:27 +0200 Subject: [PATCH] feat: Switched to pipelines version, instead of main --- .github/workflows/cicd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index aee9ac1..985f407 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -21,7 +21,7 @@ on: jobs: all: name: Build & Tests - uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@main + uses: dailydevops/pipelines/.github/workflows/cicd-dotnet.yml@0.8.1 with: enableSonarQube: true dotnet-logging: ${{ inputs.dotnet-logging }}