From f4c83a9a9b50204a304f5611c19ac8736d62ade5 Mon Sep 17 00:00:00 2001 From: Nick Cipollina Date: Fri, 17 Apr 2026 22:59:16 -0400 Subject: [PATCH] chore(ci): pin all devops-templates workflow references to v8.0 Co-Authored-By: Claude Sonnet 4.6 --- .github/workflows/pr-build.yaml | 2 +- .github/workflows/pr-title-check.yaml | 2 +- .github/workflows/publish-preview.yaml | 2 +- .github/workflows/publish-release.yaml | 2 +- .github/workflows/release-drafter.yaml | 2 +- 5 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/pr-build.yaml b/.github/workflows/pr-build.yaml index fd69425..548f003 100644 --- a/.github/workflows/pr-build.yaml +++ b/.github/workflows/pr-build.yaml @@ -7,7 +7,7 @@ on: permissions: write-all jobs: build: - uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v7.6 + uses: LayeredCraft/devops-templates/.github/workflows/pr-build.yaml@v8.0 with: solution: LayeredCraft.Logging.CompactJsonFormatter.slnx hasTests: true diff --git a/.github/workflows/pr-title-check.yaml b/.github/workflows/pr-title-check.yaml index 7a82016..6e829b7 100644 --- a/.github/workflows/pr-title-check.yaml +++ b/.github/workflows/pr-title-check.yaml @@ -6,4 +6,4 @@ on: jobs: validate: - uses: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml@main \ No newline at end of file + uses: LayeredCraft/devops-templates/.github/workflows/pr-title-check.yml@v8.0 \ No newline at end of file diff --git a/.github/workflows/publish-preview.yaml b/.github/workflows/publish-preview.yaml index 09d71fb..8b7c783 100644 --- a/.github/workflows/publish-preview.yaml +++ b/.github/workflows/publish-preview.yaml @@ -13,7 +13,7 @@ permissions: write-all jobs: publish: - uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@main + uses: LayeredCraft/devops-templates/.github/workflows/publish-preview.yml@v8.0 with: solution: LayeredCraft.Logging.CompactJsonFormatter.slnx dotnetVersion: | diff --git a/.github/workflows/publish-release.yaml b/.github/workflows/publish-release.yaml index ad1668f..a7a02ff 100644 --- a/.github/workflows/publish-release.yaml +++ b/.github/workflows/publish-release.yaml @@ -8,7 +8,7 @@ permissions: write-all jobs: publish: - uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@main + uses: LayeredCraft/devops-templates/.github/workflows/publish-release.yml@v8.0 with: solution: LayeredCraft.Logging.CompactJsonFormatter.slnx dotnetVersion: | diff --git a/.github/workflows/release-drafter.yaml b/.github/workflows/release-drafter.yaml index a85c05f..ef8599f 100644 --- a/.github/workflows/release-drafter.yaml +++ b/.github/workflows/release-drafter.yaml @@ -14,7 +14,7 @@ permissions: jobs: draft: - uses: LayeredCraft/devops-templates/.github/workflows/release-drafter.yml@main + uses: LayeredCraft/devops-templates/.github/workflows/release-drafter.yml@v8.0 with: event_name: ${{ github.event_name }} pr_draft: ${{ github.event.pull_request.draft == true }} \ No newline at end of file