diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 9a91ca8..9c57d9f 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@1328ca628f65591318b771c4e7c01794ddab583f # 2.5.140 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@c33abb8b428b4c309a9facc01a66e328bc7cd129 # 2.5.158 with: dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }} solution: ./CodeBuilder.slnx diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index 9546c7b..703d548 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@1328ca628f65591318b771c4e7c01794ddab583f # 2.5.140 + uses: dailydevops/pipelines/.github/workflows/mutation-dotnet.yml@c33abb8b428b4c309a9facc01a66e328bc7cd129 # 2.5.158 with: configurationFile: ${{ inputs.configurationFile || 'stryker-config.json' }} secrets: inherit diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index 713c1d7..26c7377 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@1328ca628f65591318b771c4e7c01794ddab583f # 2.5.140 + uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@c33abb8b428b4c309a9facc01a66e328bc7cd129 # 2.5.158 with: workflowName: ${{ github.event.workflow_run.name }} artifactPattern: release-packages-*