diff --git a/.github/workflows/ci-failure-analysis.yml b/.github/workflows/ci-failure-analysis.yml index 650d0f8..9f67351 100644 --- a/.github/workflows/ci-failure-analysis.yml +++ b/.github/workflows/ci-failure-analysis.yml @@ -43,7 +43,7 @@ jobs: fetch-depth: 1 - name: Analyze failure with Claude - uses: anthropics/claude-code-action@94e310eb2ce38c5bff2934c5858caf6cbde5ac01 # v1.0.26 + uses: anthropics/claude-code-action@0d1933529914177075d5bc3558ae3d047f188146 # v1.0.26 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: | diff --git a/.github/workflows/claude-pr-review.yml b/.github/workflows/claude-pr-review.yml index fa1ed12..413e518 100644 --- a/.github/workflows/claude-pr-review.yml +++ b/.github/workflows/claude-pr-review.yml @@ -42,7 +42,7 @@ jobs: run: npm install -g markdownlint-cli - name: Review PR with Claude - uses: anthropics/claude-code-action@94e310eb2ce38c5bff2934c5858caf6cbde5ac01 # v1.0.26 + uses: anthropics/claude-code-action@0d1933529914177075d5bc3558ae3d047f188146 # v1.0.26 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} track_progress: true diff --git a/.github/workflows/claude.yml b/.github/workflows/claude.yml index 221417f..c529454 100644 --- a/.github/workflows/claude.yml +++ b/.github/workflows/claude.yml @@ -58,7 +58,7 @@ jobs: - name: Run Claude Code id: claude - uses: anthropics/claude-code-action@94e310eb2ce38c5bff2934c5858caf6cbde5ac01 # v1.0.26 + uses: anthropics/claude-code-action@0d1933529914177075d5bc3558ae3d047f188146 # v1.0.26 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} use_commit_signing: true diff --git a/.github/workflows/component-validation.yml b/.github/workflows/component-validation.yml index 096cb79..cd6778e 100644 --- a/.github/workflows/component-validation.yml +++ b/.github/workflows/component-validation.yml @@ -66,7 +66,7 @@ jobs: - name: Validate plugin components if: steps.changed-files.outputs.has_changes == 'true' - uses: anthropics/claude-code-action@94e310eb2ce38c5bff2934c5858caf6cbde5ac01 # v1.0.26 + uses: anthropics/claude-code-action@0d1933529914177075d5bc3558ae3d047f188146 # v1.0.26 id: validate with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/semantic-labeler.yml b/.github/workflows/semantic-labeler.yml index e69411b..d62b2b4 100644 --- a/.github/workflows/semantic-labeler.yml +++ b/.github/workflows/semantic-labeler.yml @@ -36,7 +36,7 @@ jobs: fetch-depth: 1 - name: Label issue with Claude - uses: anthropics/claude-code-action@94e310eb2ce38c5bff2934c5858caf6cbde5ac01 # v1.0.26 + uses: anthropics/claude-code-action@0d1933529914177075d5bc3558ae3d047f188146 # v1.0.26 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: | @@ -131,7 +131,7 @@ jobs: fetch-depth: 1 - name: Label PR with Claude - uses: anthropics/claude-code-action@94e310eb2ce38c5bff2934c5858caf6cbde5ac01 # v1.0.26 + uses: anthropics/claude-code-action@0d1933529914177075d5bc3558ae3d047f188146 # v1.0.26 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: | diff --git a/.github/workflows/version-check.yml b/.github/workflows/version-check.yml index cb22d10..eac0e42 100644 --- a/.github/workflows/version-check.yml +++ b/.github/workflows/version-check.yml @@ -31,7 +31,7 @@ jobs: fetch-depth: 1 - name: Check version consistency - uses: anthropics/claude-code-action@94e310eb2ce38c5bff2934c5858caf6cbde5ac01 # v1.0.26 + uses: anthropics/claude-code-action@0d1933529914177075d5bc3558ae3d047f188146 # v1.0.26 id: version-check with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} diff --git a/.github/workflows/weekly-maintenance.yml b/.github/workflows/weekly-maintenance.yml index 19ca02c..5b21982 100644 --- a/.github/workflows/weekly-maintenance.yml +++ b/.github/workflows/weekly-maintenance.yml @@ -48,7 +48,7 @@ jobs: fi - name: Generate maintenance report - uses: anthropics/claude-code-action@94e310eb2ce38c5bff2934c5858caf6cbde5ac01 # v1.0.26 + uses: anthropics/claude-code-action@0d1933529914177075d5bc3558ae3d047f188146 # v1.0.26 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: |