diff --git a/.github/workflows/cicd.yml b/.github/workflows/cicd.yml index 0c18703..bd43bf9 100644 --- a/.github/workflows/cicd.yml +++ b/.github/workflows/cicd.yml @@ -28,7 +28,7 @@ jobs: all: if: github.run_id != 1 name: Build & Tests - uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@4e96402b41827b8592ba057b05e284e0271f9df6 # 2.4.3 + uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@920e82e7e688a3e168f046f1fe7f8d1a426e655d # 2.4.5 with: dotnetLogging: ${{ inputs.dotnet-logging }} dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }} diff --git a/.github/workflows/mutation.yml b/.github/workflows/mutation.yml index 53412ad..78aa65a 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@4e96402b41827b8592ba057b05e284e0271f9df6 # 2.4.3 + uses: dailydevops/pipelines/.github/workflows/mutation-dotnet.yml@920e82e7e688a3e168f046f1fe7f8d1a426e655d # 2.4.5 with: configurationFile: ${{ inputs.configurationFile || 'stryker-config.json' }} secrets: inherit diff --git a/.github/workflows/publish-nuget.yml b/.github/workflows/publish-nuget.yml index acebd88..de7d872 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@4e96402b41827b8592ba057b05e284e0271f9df6 # 2.4.3 + uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@920e82e7e688a3e168f046f1fe7f8d1a426e655d # 2.4.5 with: workflowName: ${{ github.event.workflow_run.name }} artifactPattern: release-packages-*