Skip to content

Commit 7fab134

Browse files
ncipollinaclaude
andcommitted
chore(ci): pin devops-templates to v8.0 and fix README badge
Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
1 parent a9b1481 commit 7fab134

6 files changed

Lines changed: 6 additions & 6 deletions

File tree

.github/workflows/pr-build.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ on:
77
permissions: write-all
88
jobs:
99
build:
10-
uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v7.6
10+
uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v8.0
1111
with:
1212
solution: LayeredCraft.StructuredLogging.slnx
1313
hasTests: true

.github/workflows/pr-title-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,4 @@ on:
66

77
jobs:
88
validate:
9-
uses: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml@main
9+
uses: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml@v8.0

.github/workflows/publish-preview.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ permissions: write-all
1010

1111
jobs:
1212
publish:
13-
uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@main
13+
uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v8.0
1414
with:
1515
solution: LayeredCraft.StructuredLogging.slnx
1616
dotnetVersion: |

.github/workflows/publish-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ permissions: write-all
88

99
jobs:
1010
publish:
11-
uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@main
11+
uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@v8.0
1212
with:
1313
solution: LayeredCraft.StructuredLogging.slnx
1414
dotnetVersion: |

.github/workflows/release-drafter.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ permissions:
1414

1515
jobs:
1616
draft:
17-
uses: LayeredCraft/devops-templates/.github/workflows/release-drafter.yml@main
17+
uses: LayeredCraft/devops-templates/.github/workflows/release-drafter.yml@v8.0
1818
with:
1919
event_name: ${{ github.event_name }}
2020
pr_draft: ${{ github.event.pull_request.draft == true }}

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# LayeredCraft.StructuredLogging
22

3-
[![Build Status](https://github.com/LayeredCraft/structured-logging/actions/workflows/build.yaml/badge.svg)](https://github.com/LayeredCraft/structured-logging/actions/workflows/build.yaml)
3+
[![Build Status](https://github.com/LayeredCraft/structured-logging/actions/workflows/pr-build.yaml/badge.svg)](https://github.com/LayeredCraft/structured-logging/actions/workflows/pr-build.yaml)
44
[![NuGet](https://img.shields.io/nuget/v/LayeredCraft.StructuredLogging.svg)](https://www.nuget.org/packages/LayeredCraft.StructuredLogging/)
55
[![Downloads](https://img.shields.io/nuget/dt/LayeredCraft.StructuredLogging.svg)](https://www.nuget.org/packages/LayeredCraft.StructuredLogging/)
66

0 commit comments

Comments
 (0)