chore(deps): bump claude-code-action to v1 - #13
anurag6569201 wants to merge 1 commit into
Conversation
Source PR: Unstructured-IO#4448 Source head: e366088
|
| - name: Run Claude Code | ||
| id: claude | ||
| uses: anthropics/claude-code-action@beta | ||
| uses: anthropics/claude-code-action@v1 |
There was a problem hiding this comment.
Shipwright · HIGH
The workflow still passes the Anthropic API key as a plaintext secret to the action.
Impact: The workflow still passes the Anthropic API key as a plaintext secret to the action. While this is standard for GitHub Actions, the change from @beta to @v1 does not add any additional secret handling, and the action now runs with a broader tool allowlist (Read/Glob/Grep) that could be abused if the API key is ever leaked or the action is compromised.
Suggested fix: Review the cited evidence, fix the risk if confirmed, and rerun Shipwright.
| @@ -1,3 +1,9 @@ | |||
| ## 0.27.2 | |||
|
|
|||
| ### Fixes | |||
There was a problem hiding this comment.
Shipwright · LOW
The CHANGELOG entry describes the change as a 'chore(ci)' but the version bump in version.py suggests a release.
Impact: The CHANGELOG entry describes the change as a 'chore(ci)' but the version bump in version.py suggests a release. A new contributor may be confused about whether this is a CI-only change or a full release, since the changelog does not mention any user-facing impact.
Suggested fix: Review the cited evidence, fix the risk if confirmed, and rerun Shipwright.
Bumps
anthropics/claude-code-actionfrom@betato@v1.Source merge-base:
3e5482bfcdc843b5218ad98d2845b4b71ab013b7Source head:
e3660885f1fd3c87acc63b9d2d2a4af10a5dc0e9