From d12e9c9afb652fe2b7892ce3ab0aac184505237b Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 5 Jan 2026 10:14:25 +0000 Subject: [PATCH] chore(ci): update dailydevops/pipelines action to v2.2.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 5fa7dbf..f579f24 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/build-dotnet-single.yml@8c417832638f49cca3ea19247dc9f15d3632a1fc # 2.2.8 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@2128940177dd0724da46506d288b0e1f72e9d134 # 2.2.9 with: dotnetLogging: ${{ inputs.dotnet-logging || 'minimal' }} dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}