From a1119edfd76cfe1af034d0f2ae377295b810137e Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 2 Mar 2026 16:56:46 +0000 Subject: [PATCH] chore(deps): bump zircote/adrscope Bumps [zircote/adrscope](https://github.com/zircote/adrscope) from f5b56af9f5ebe72a480770ff9389fcc46345cb66 to 15b8b2658badb6ee22bc1cac797dcb503dd0c2a5. - [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/f5b56af9f5ebe72a480770ff9389fcc46345cb66...15b8b2658badb6ee22bc1cac797dcb503dd0c2a5) --- updated-dependencies: - dependency-name: zircote/adrscope dependency-version: 15b8b2658badb6ee22bc1cac797dcb503dd0c2a5 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 53277c2..5dbe7d4 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@f5b56af9f5ebe72a480770ff9389fcc46345cb66 + uses: zircote/adrscope@15b8b2658badb6ee22bc1cac797dcb503dd0c2a5 with: command: validate adr-path: docs/adr - name: Get ADR Statistics # main - uses: zircote/adrscope@f5b56af9f5ebe72a480770ff9389fcc46345cb66 + uses: zircote/adrscope@15b8b2658badb6ee22bc1cac797dcb503dd0c2a5 with: command: stats adr-path: docs/adr diff --git a/.github/workflows/adr-viewer.yml b/.github/workflows/adr-viewer.yml index 22bf0c6..1ac9b6b 100644 --- a/.github/workflows/adr-viewer.yml +++ b/.github/workflows/adr-viewer.yml @@ -28,7 +28,7 @@ jobs: - name: Generate ADR HTML # main - uses: zircote/adrscope@f5b56af9f5ebe72a480770ff9389fcc46345cb66 + uses: zircote/adrscope@15b8b2658badb6ee22bc1cac797dcb503dd0c2a5 with: command: html adr-path: docs/adr