From 981d4d9f6162c58cee9464d08cb584f4ec8cbd9d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20St=C3=BChmer?= Date: Thu, 4 Apr 2024 20:18:44 +0200 Subject: [PATCH] feat: Switched to pipelines version, instead of main (#9) --- .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 2feab99..2e7f4c1 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 }}