From fc1f358fe684575c29400311a83c2f342457a5e5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 20 Jun 2025 10:56:44 +0000 Subject: [PATCH] chore(ci): Bump dailydevops/pipelines from 0.14.86 to 1.0.1 Bumps [dailydevops/pipelines](https://github.com/dailydevops/pipelines) from 0.14.86 to 1.0.1. - [Release notes](https://github.com/dailydevops/pipelines/releases) - [Commits](https://github.com/dailydevops/pipelines/compare/0.14.86...1.0.1) --- updated-dependencies: - dependency-name: dailydevops/pipelines dependency-version: 1.0.1 dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] --- .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 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' }}