Skip to content

Commit 705d22f

Browse files
chore(ci): update dailydevops/pipelines action to v2.5.140 (#272)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent bca45e1 commit 705d22f

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
@@ -27,7 +27,7 @@ permissions:
2727
jobs:
2828
all:
2929
if: github.run_id != 1
30-
uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@738c18bf4f8b6495c21223f0cfd0703c0510a6ff # 2.5.135
30+
uses: dailydevops/pipelines/.github/workflows/build-dotnet-single.yml@1328ca628f65591318b771c4e7c01794ddab583f # 2.5.140
3131
with:
3232
dotnetVersion: ${{ vars.NE_DOTNET_TARGETFRAMEWORKS }}
3333
solution: ./CodeBuilder.slnx

.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@738c18bf4f8b6495c21223f0cfd0703c0510a6ff # 2.5.135
20+
uses: dailydevops/pipelines/.github/workflows/mutation-dotnet.yml@1328ca628f65591318b771c4e7c01794ddab583f # 2.5.140
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@738c18bf4f8b6495c21223f0cfd0703c0510a6ff # 2.5.135
22+
uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@1328ca628f65591318b771c4e7c01794ddab583f # 2.5.140
2323
with:
2424
workflowName: ${{ github.event.workflow_run.name }}
2525
artifactPattern: release-packages-*

0 commit comments

Comments
 (0)