Skip to content

Commit 12a2121

Browse files
committed
chore(template): sync with dailydevops/template-dotnet [skip ci]
1 parent 6371050 commit 12a2121

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.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@26223e188aca67bbf86d44b5b2e6d10ed625a31e # 2.5.118
20+
uses: dailydevops/pipelines/.github/workflows/mutation-dotnet.yml@b26c32ca0788a3a0fb22c2cfe5f8be0ccde46a1b # 2.5.130
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@26223e188aca67bbf86d44b5b2e6d10ed625a31e # 2.5.118
22+
uses: dailydevops/pipelines/.github/workflows/publish-nuget.yml@b26c32ca0788a3a0fb22c2cfe5f8be0ccde46a1b # 2.5.130
2323
with:
2424
workflowName: ${{ github.event.workflow_run.name }}
2525
artifactPattern: release-packages-*

0 commit comments

Comments
 (0)