From 8f2c56cba68b0e36160d980271d48b069bad9fe6 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Wed, 22 Jul 2026 18:52:04 +0000 Subject: [PATCH] chore(ci): update dailydevops/pipelines action to v2.5.116 --- .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 7d64e53..f003873 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/build-dotnet-single.yml@a5559550aeccdef84aaddad612e2dd6ffa0a5624 # 2.5.115 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@a5609bae17fb2cecd1675150a7382ceae207e5d3 # 2.5.116 with: dotnetLogging: ${{ inputs.dotnet-logging }} dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }} diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index 7222641..474435c 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@a5559550aeccdef84aaddad612e2dd6ffa0a5624 # 2.5.115 + uses: dailydevops/pipelines/.github/workflows/mutation-dotnet.yml@a5609bae17fb2cecd1675150a7382ceae207e5d3 # 2.5.116 with: configurationFile: ${{ inputs.configurationFile || 'stryker-config.json' }} secrets: inherit diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index 9b205a8..ef2d5fe 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@a5559550aeccdef84aaddad612e2dd6ffa0a5624 # 2.5.115 + uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@a5609bae17fb2cecd1675150a7382ceae207e5d3 # 2.5.116 with: workflowName: ${{ github.event.workflow_run.name }} artifactPattern: release-packages-*