From f876124a6ba9cd44781c87acb7c611aff211e29e Mon Sep 17 00:00:00 2001 From: nsportsman Date: Thu, 4 Jun 2026 01:42:30 -0500 Subject: [PATCH] fix(ci): bump Claude reusables to public-workflows v2.6.4 (opus-4-8 adaptive-thinking) claude-code-action@v1.0.101 (bundled Claude Code CLI 2.1.114) emits the deprecated thinking.type.enabled request shape that opus-4-8 now rejects (HTTP 400). v2.6.4 bumps to v1.0.135 (CLI 2.1.162). Verified end-to-end on titus. Co-Authored-By: Claude Opus 4.8 (1M context) --- .github/workflows/claude-code.yml | 2 +- .github/workflows/claude-md-drift.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/claude-code.yml b/.github/workflows/claude-code.yml index f21237b..27e4723 100644 --- a/.github/workflows/claude-code.yml +++ b/.github/workflows/claude-code.yml @@ -8,7 +8,7 @@ on: jobs: claude-code-action: - uses: praetorian-inc/public-workflows/.github/workflows/claude-code.yml@23254e12b026871dd9bbf2bad4ef6fee29910fb1 # v2.6.0 + uses: praetorian-inc/public-workflows/.github/workflows/claude-code.yml@2d4ebcb9a35f353647701eb4caa8ecbd46c32052 # v2.6.4 permissions: contents: write pull-requests: write diff --git a/.github/workflows/claude-md-drift.yml b/.github/workflows/claude-md-drift.yml index c01fcf6..8deb511 100644 --- a/.github/workflows/claude-md-drift.yml +++ b/.github/workflows/claude-md-drift.yml @@ -10,7 +10,7 @@ concurrency: jobs: drift-check: - uses: praetorian-inc/public-workflows/.github/workflows/claude-md-drift.yml@25c08fbd15a931e275f207ecee1758c931f89ea5 # v2.3.1 + uses: praetorian-inc/public-workflows/.github/workflows/claude-md-drift.yml@2d4ebcb9a35f353647701eb4caa8ecbd46c32052 # v2.6.4 permissions: contents: read pull-requests: write