From e3344a6959b58ddb2e34a8948a412fd44ee6ead8 Mon Sep 17 00:00:00 2001 From: Claude Date: Mon, 20 Jul 2026 02:12:02 +0000 Subject: [PATCH] Bump TapHouse drift check to v3 (drift-guard the pre-commit config) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit TapHouse v3 adds .pre-commit-config.yaml to the canonical set and to the drift-check file list. Point the drift job at v3 so the pre-commit config is guarded against divergence alongside .clang-format / .clang-tidy / STYLE.md. No re-sync needed: all four synced files already match TapHouse v3 (v3's .clang-format / .clang-tidy / STYLE.md are unchanged from v2 — v3 only added the pre-commit config, which this repo picked up on adoption). Co-Authored-By: Claude Opus 4.8 Claude-Session: https://claude.ai/code/session_01TLE2rvptWxV8catE8vTvgx --- .github/workflows/style.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/style.yml b/.github/workflows/style.yml index f6a23ec..fe121cf 100644 --- a/.github/workflows/style.yml +++ b/.github/workflows/style.yml @@ -7,9 +7,9 @@ on: [push, pull_request] jobs: drift: - uses: tap/taphouse/.github/workflows/drift-check.yml@v2 + uses: tap/taphouse/.github/workflows/drift-check.yml@v3 with: - ref: v2 + ref: v3 clang-tidy: runs-on: ubuntu-latest