From 1fc993ae64bd33b569cd3f77945c7836606db939 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 19 Apr 2026 16:42:43 +0000 Subject: [PATCH] chore(deps): Bump anthropics/claude-code-action from 1.0.97 to 1.0.101 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.97 to 1.0.101. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/905d4eb99ab3d43143d74fb0dcae537f29ac330a...38ec876110f9fbf8b950c79f534430740c3ac009) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.101 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/claude-code-reusable.yml | 6 +++--- .github/workflows/compliance-audit-and-improvement.yml | 2 +- .github/workflows/feature-ideation-reusable.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/claude-code-reusable.yml b/.github/workflows/claude-code-reusable.yml index 35a0643..f6d0448 100644 --- a/.github/workflows/claude-code-reusable.yml +++ b/.github/workflows/claude-code-reusable.yml @@ -42,7 +42,7 @@ jobs: fetch-depth: 1 token: ${{ secrets.GH_PAT_WORKFLOWS || github.token }} - name: Run Claude Code - uses: anthropics/claude-code-action@905d4eb99ab3d43143d74fb0dcae537f29ac330a # v1.0.97 + uses: anthropics/claude-code-action@38ec876110f9fbf8b950c79f534430740c3ac009 # v1.0.101 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} additional_permissions: | @@ -76,7 +76,7 @@ jobs: fetch-depth: 1 token: ${{ secrets.GH_PAT_WORKFLOWS || github.token }} - name: Run Claude Code - uses: anthropics/claude-code-action@905d4eb99ab3d43143d74fb0dcae537f29ac330a # v1.0.97 + uses: anthropics/claude-code-action@38ec876110f9fbf8b950c79f534430740c3ac009 # v1.0.101 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} github_token: ${{ secrets.GH_PAT_WORKFLOWS || github.token }} @@ -131,7 +131,7 @@ jobs: fetch-depth: 1 token: ${{ secrets.GH_PAT_WORKFLOWS || github.token }} - name: Run Claude Code - uses: anthropics/claude-code-action@905d4eb99ab3d43143d74fb0dcae537f29ac330a # v1.0.97 + uses: anthropics/claude-code-action@38ec876110f9fbf8b950c79f534430740c3ac009 # v1.0.101 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} github_token: ${{ secrets.GH_PAT_WORKFLOWS }} diff --git a/.github/workflows/compliance-audit-and-improvement.yml b/.github/workflows/compliance-audit-and-improvement.yml index 34d584f..88e68f4 100644 --- a/.github/workflows/compliance-audit-and-improvement.yml +++ b/.github/workflows/compliance-audit-and-improvement.yml @@ -291,7 +291,7 @@ jobs: env: GH_TOKEN: ${{ secrets.ORG_SCORECARD_TOKEN }} DRY_RUN: ${{ inputs.dry_run || 'false' }} - uses: anthropics/claude-code-action@905d4eb99ab3d43143d74fb0dcae537f29ac330a # v1 + uses: anthropics/claude-code-action@38ec876110f9fbf8b950c79f534430740c3ac009 # v1 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} prompt: | diff --git a/.github/workflows/feature-ideation-reusable.yml b/.github/workflows/feature-ideation-reusable.yml index 7708f64..3c5fff0 100644 --- a/.github/workflows/feature-ideation-reusable.yml +++ b/.github/workflows/feature-ideation-reusable.yml @@ -215,7 +215,7 @@ jobs: FOCUS_AREA: ${{ inputs.focus_area || '' }} SOURCES_FILE_PATH: ${{ inputs.sources_file }} RESEARCH_DEPTH: ${{ inputs.research_depth }} - uses: anthropics/claude-code-action@905d4eb99ab3d43143d74fb0dcae537f29ac330a # v1.0.97 + uses: anthropics/claude-code-action@38ec876110f9fbf8b950c79f534430740c3ac009 # v1.0.101 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # CRITICAL: pass the workflow's GITHUB_TOKEN explicitly so the