diff --git a/.github/workflows/compliance-audit-and-improvement.yml b/.github/workflows/compliance-audit-and-improvement.yml index 09a5d9b4..d3eefc67 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 89a81edd..15f2d37f 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