From 920a602e01f20c0c3cd01da1f30ad9dc48531655 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 29 Jun 2026 14:15:16 +0000 Subject: [PATCH] chore(deps): bump zircote/adrscope Bumps [zircote/adrscope](https://github.com/zircote/adrscope) from e6384bf222c179d4083e1003b17154e48fc0f914 to b44d631ad35d63d330aeec1ca04971b50d8b4e6a. - [Release notes](https://github.com/zircote/adrscope/releases) - [Changelog](https://github.com/zircote/adrscope/blob/main/CHANGELOG.md) - [Commits](https://github.com/zircote/adrscope/compare/e6384bf222c179d4083e1003b17154e48fc0f914...b44d631ad35d63d330aeec1ca04971b50d8b4e6a) --- updated-dependencies: - dependency-name: zircote/adrscope dependency-version: b44d631ad35d63d330aeec1ca04971b50d8b4e6a dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/adr-validation.yml | 4 ++-- .github/workflows/adr-viewer.yml | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/adr-validation.yml b/.github/workflows/adr-validation.yml index dc6072b..4580cb4 100644 --- a/.github/workflows/adr-validation.yml +++ b/.github/workflows/adr-validation.yml @@ -26,14 +26,14 @@ jobs: - name: Validate ADR Format # main - uses: zircote/adrscope@e6384bf222c179d4083e1003b17154e48fc0f914 + uses: zircote/adrscope@b44d631ad35d63d330aeec1ca04971b50d8b4e6a with: command: validate adr-path: docs/adr - name: Get ADR Statistics # main - uses: zircote/adrscope@e6384bf222c179d4083e1003b17154e48fc0f914 + uses: zircote/adrscope@b44d631ad35d63d330aeec1ca04971b50d8b4e6a with: command: stats adr-path: docs/adr diff --git a/.github/workflows/adr-viewer.yml b/.github/workflows/adr-viewer.yml index 3a44fa0..e875109 100644 --- a/.github/workflows/adr-viewer.yml +++ b/.github/workflows/adr-viewer.yml @@ -29,7 +29,7 @@ jobs: - name: Generate ADR HTML # main - uses: zircote/adrscope@e6384bf222c179d4083e1003b17154e48fc0f914 + uses: zircote/adrscope@b44d631ad35d63d330aeec1ca04971b50d8b4e6a with: command: html adr-path: docs/adr