From edbe7f6ce2c5ce66c63c42e0bba9eaf93943b089 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 26 Jul 2026 08:12:21 +0000 Subject: [PATCH] chore(deps): Bump anthropics/claude-code-action from 1.0.140 to 1.0.183 Bumps [anthropics/claude-code-action](https://github.com/anthropics/claude-code-action) from 1.0.140 to 1.0.183. - [Release notes](https://github.com/anthropics/claude-code-action/releases) - [Commits](https://github.com/anthropics/claude-code-action/compare/fbda2eb1bdc90d319b8d853f5deb53bca199a7c1...be7b93b1907a4abad570368f3c74b6fe3807510b) --- updated-dependencies: - dependency-name: anthropics/claude-code-action dependency-version: 1.0.183 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/compliance-audit-and-improvement.yml | 2 +- .github/workflows/feature-ideation-reusable.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compliance-audit-and-improvement.yml b/.github/workflows/compliance-audit-and-improvement.yml index 09a5d9b48..d3eefc671 100644 --- a/.github/workflows/compliance-audit-and-improvement.yml +++ b/.github/workflows/compliance-audit-and-improvement.yml @@ -311,7 +311,7 @@ jobs: env: GH_TOKEN: ${{ secrets.ORG_SCORECARD_TOKEN }} DRY_RUN: ${{ inputs.dry_run || 'false' }} - uses: anthropics/claude-code-action@fbda2eb1bdc90d319b8d853f5deb53bca199a7c1 # v1 + uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # 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 89a81edd2..15f2d37fd 100644 --- a/.github/workflows/feature-ideation-reusable.yml +++ b/.github/workflows/feature-ideation-reusable.yml @@ -241,7 +241,7 @@ jobs: ENHANCE_BACKLOG: ${{ inputs.enhance_backlog && '1' || '0' }} SOURCES_FILE_PATH: ${{ inputs.sources_file }} RESEARCH_DEPTH: ${{ inputs.research_depth }} - uses: anthropics/claude-code-action@fbda2eb1bdc90d319b8d853f5deb53bca199a7c1 # v1.0.140 + uses: anthropics/claude-code-action@be7b93b1907a4abad570368f3c74b6fe3807510b # v1.0.183 with: claude_code_oauth_token: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }} # CRITICAL: pass the workflow's GITHUB_TOKEN explicitly so the