FazBrowse GitHub Viewer | Trending |
URL:
| Home
Tools: [Download Repo ZIP]   [Original HTTPS Page]

chore(deps): bump claude-code-action to v1 by william-u10d · Pull Request #351 · Unstructured-IO/unstructured-python-client · GitHub

chore(deps): bump claude-code-action to v1 - #351

Merged
william-u10d merged 3 commits into
mainfrom
chore/bump-claude-action-v1
Aug 20, 2026
Merged

chore(deps): bump claude-code-action to v1#351
william-u10d merged 3 commits into
mainfrom
chore/bump-claude-action-v1

Conversation

william-u10d commented Aug 19, 2026
edited by cubic-dev-ai Bot
Loading

Copy link
Copy Markdown
Contributor

Bumps anthropics/claude-code-action from @beta to @v1.

socket-security Bot commented Aug 19, 2026
edited
Loading

Copy link
Copy Markdown

Review the following changes in direct dependencies. Learn more about Socket for GitHub.

Diff Package Supply Chain
Security
Vulnerability Quality Maintenance License
github/​anthropics/​claude-code-action@​de8e0b9c42c6cb58e904c857f164aa072244c1ac ⏵ 9469d113c6afd29550c402740f22d1a97dd1209b

View full report

cubic-dev-ai Bot left a comment
edited
Loading

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

All reported issues were addressed across 1 file

Shadow auto-approve: would not auto-approve because issues were found.

Re-trigger cubic

Comment thread .github/workflows/claude.yml Outdated
william-u10d changed the title chore: bump claude-code-action to v1 chore(deps): bump claude-code-action to v1 Aug 19, 2026

cubic-dev-ai Bot left a comment
edited
Loading

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

All reported issues were addressed across 1 file (changes from recent commits).

Shadow auto-approve: would not auto-approve because issues were found.

Re-trigger cubic

cubic-dev-ai Bot left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

1 issue found across 1 file (changes from recent commits).

Prompt for AI agents (unresolved issues)
Check if these issues are valid — if so, understand the root cause of each and fix them. If appropriate, use sub-agents to investigate and fix each issue separately.


<file name=".github/workflows/claude.yml">

<violation number="1" location=".github/workflows/claude.yml:38">
P2: In Claude Code CLI v1, file editing moved from the beta-era `BatchTool` to a dedicated `Edit` tool. The updated allowed-tools list keeps `Bash(git:*)` (restricting shell to git commands only), `Read`, `Glob`, and `Grep` but omits `Edit`. Without `Edit`, Claude cannot write or modify files during a session, which limits it to read-only analysis. If the workflow intends Claude to make code changes (triggered by `@claude`), add `Edit` to the allowed tools list. If read-only is the intended scope, the current list is correct.</violation>
</file>

Shadow auto-approve: would not auto-approve because issues were found.
Tip: Review your code locally with the cubic CLI to iterate faster.

Re-trigger cubic

anthropic_api_key: ${{ secrets.GH_ANTHROPIC_API_KEY }}
allowed_tools: "Bash(git:*),View,GlobTool,GrepTool,BatchTool"
claude_args: |
--allowedTools "Bash(git:*),Read,Glob,Grep"

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Choose a reason Spam Abuse Off Topic Outdated Duplicate Resolved Low Quality

P2: In Claude Code CLI v1, file editing moved from the beta-era BatchTool to a dedicated Edit tool. The updated allowed-tools list keeps Bash(git:*) (restricting shell to git commands only), Read, Glob, and Grep but omits Edit. Without Edit, Claude cannot write or modify files during a session, which limits it to read-only analysis. If the workflow intends Claude to make code changes (triggered by @claude), add Edit to the allowed tools list. If read-only is the intended scope, the current list is correct.

Prompt for AI agents
Check if this issue is valid — if so, understand the root cause and fix it. At .github/workflows/claude.yml, line 38:

<comment>In Claude Code CLI v1, file editing moved from the beta-era `BatchTool` to a dedicated `Edit` tool. The updated allowed-tools list keeps `Bash(git:*)` (restricting shell to git commands only), `Read`, `Glob`, and `Grep` but omits `Edit`. Without `Edit`, Claude cannot write or modify files during a session, which limits it to read-only analysis. If the workflow intends Claude to make code changes (triggered by `@claude`), add `Edit` to the allowed tools list. If read-only is the intended scope, the current list is correct.</comment>

<file context>
@@ -35,4 +35,4 @@ jobs:
           anthropic_api_key: ${{ secrets.GH_ANTHROPIC_API_KEY }}
           claude_args: |
-            --allowedTools "Bash(git:*),View,GlobTool,GrepTool,BatchTool"
+            --allowedTools "Bash(git:*),Read,Glob,Grep"
</file context>
Suggested change
--allowedTools "Bash(git:*),Read,Glob,Grep"
--allowedTools "Bash(git:*),Read,Edit,Glob,Grep"

william-u10d merged commit e6cd1e0 into main Aug 20, 2026
21 checks passed
william-u10d deleted the chore/bump-claude-action-v1 branch August 20, 2026 22:18
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode characters
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants


Back | FazBrowse Home | New Git URL