Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions .github/workflows/claude-code-review.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,10 @@ on:
jobs:
claude-review:
uses: shakacode/.github/.github/workflows/claude-code-review.yml@main
permissions:
contents: read
pull-requests: write
issues: write
Comment on lines 9 to +13
Copy link

Copilot AI Feb 9, 2026

Choose a reason for hiding this comment

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

With the added pull-requests: write / issues: write permissions, referencing the reusable workflow via @main increases supply-chain risk (the called workflow can change without review). Consider pinning uses: to an immutable ref (tag or commit SHA) and updating intentionally when needed.

Copilot uses AI. Check for mistakes.
id-token: write
secrets:
CLAUDE_CODE_OAUTH_TOKEN: ${{ secrets.CLAUDE_CODE_OAUTH_TOKEN }}
Loading