chore(deps): update actions/upload-artifact digest to 043fb46 #40
Workflow file for this run
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
| name: Claude Code Review | ||
| on: | ||
| pull_request: | ||
| types: [opened, synchronize, ready_for_review, reopened] | ||
| jobs: | ||
| claude-review: | ||
|
Check failure on line 8 in .github/workflows/claude-code-review.yml
|
||
| # only run when PR is from this repository (fork PRs don't receive secrets) | ||
| if: | | ||
| github.event.pull_request.head.repo.full_name == github.repository | ||
| # Job body always comes from main so edits to these workflows on a PR cannot break the check. | ||
| uses: boneskull/gh-stack/.github/workflows/claude-code-review-reusable.yml@1aa24a5ca8eaddc47822b2d799e772255dcf2c6b # main | ||
| secrets: inherit | ||