Skip to content

Commit 7d01367

Browse files
chore(ci): update dailydevops/pipelines action to v2.4.11 (#1195)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent f97211a commit 7d01367

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/cicd.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ on:
2121
jobs:
2222
all:
2323
name: Build & Tests
24-
uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@920e82e7e688a3e168f046f1fe7f8d1a426e655d # 2.4.5
24+
uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@1654472d2498bd41e01367b68ecf2d01acdc92d8 # 2.4.11
2525
with:
2626
dotnetLogging: ${{ inputs.dotnet-logging }}
2727
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}

.github/workflows/mutation.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ jobs:
1717
all:
1818
if: github.run_id != 1
1919
name: Run Stryker.NET Mutation Testing
20-
uses: dailydevops/pipelines/.github/workflows/mutation-dotnet.yml@920e82e7e688a3e168f046f1fe7f8d1a426e655d # 2.4.5
20+
uses: dailydevops/pipelines/.github/workflows/mutation-dotnet.yml@1654472d2498bd41e01367b68ecf2d01acdc92d8 # 2.4.11
2121
with:
2222
configurationFile: ${{ inputs.configurationFile || 'stryker-config.json' }}
2323
secrets: inherit

.github/workflows/publish-nuget.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
nuget:
2020
name: Publish
2121
if: ${{ github.event.workflow_run.conclusion == 'success' && github.actor != 'dependabot[bot]' && github.actor != 'renovate[bot]' }}
22-
uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@920e82e7e688a3e168f046f1fe7f8d1a426e655d # 2.4.5
22+
uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@1654472d2498bd41e01367b68ecf2d01acdc92d8 # 2.4.11
2323
with:
2424
workflowName: ${{ github.event.workflow_run.name }}
2525
artifactPattern: release-packages-*

0 commit comments

Comments
 (0)