Skip to content
Closed
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
2 changes: 1 addition & 1 deletion .github/workflows/claude.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ permissions: {}

jobs:
claude-code:
uses: petry-projects/.github/.github/workflows/claude-code-reusable.yml@v1
uses: petry-projects/.github/.github/workflows/claude-code-reusable.yml@208ec2d69b75227d375edf8745d84fbac05a76b2 # v1

Copilot AI Apr 14, 2026

Copy link

Choose a reason for hiding this comment

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

The header comment says editors "MUST NOT change ... the uses: line", but this workflow now intentionally changes the uses: ref to satisfy action pinning. Consider updating that guidance to clarify that the reusable workflow path must stay the same, but the ref may be updated (e.g., from a tag to a pinned SHA) for compliance/version bumps.

Copilot uses AI. Check for mistakes.
secrets: inherit
permissions:
contents: write
Expand Down
Loading