From 62b9ba6bacc171331fb981919492c80692a2eebd Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Sat, 25 Jul 2026 08:59:47 +0000 Subject: [PATCH] chore(ci): update dailydevops/pipelines action to v2.5.135 --- .github/workflows/cicd.yml | 2 +- .github/workflows/mutation.yml | 2 +- .github/workflows/publish-nuget.yml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 1705f27..6515a4c 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -27,7 +27,7 @@ permissions: jobs: all: if: github.run_id != 1 - uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@b26c32ca0788a3a0fb22c2cfe5f8be0ccde46a1b # 2.5.130 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@738c18bf4f8b6495c21223f0cfd0703c0510a6ff # 2.5.135 with: dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }} solution: ./CodeBuilder.slnx diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index fee8976..20898df 100644 --- a/.github/workflows/mutation.yml +++ b/.github/workflows/mutation.yml @@ -17,7 +17,7 @@ jobs: all: if: github.run_id != 1 name: Run Stryker.NET Mutation Testing - uses: dailydevops/pipelines/.github/workflows/mutation-dotnet.yml@b26c32ca0788a3a0fb22c2cfe5f8be0ccde46a1b # 2.5.130 + uses: dailydevops/pipelines/.github/workflows/mutation-dotnet.yml@738c18bf4f8b6495c21223f0cfd0703c0510a6ff # 2.5.135 with: configurationFile: ${{ inputs.configurationFile || 'stryker-config.json' }} secrets: inherit diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index 9495204..0cb974e 100644 --- a/.github/workflows/publish-nuget.yml +++ b/.github/workflows/publish-nuget.yml @@ -19,7 +19,7 @@ jobs: nuget: name: Publish if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }} - uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@b26c32ca0788a3a0fb22c2cfe5f8be0ccde46a1b # 2.5.130 + uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@738c18bf4f8b6495c21223f0cfd0703c0510a6ff # 2.5.135 with: workflowName: ${{ github.event.workflow_run.name }} artifactPattern: release-packages-*