Skip to content
Closed
Changes from all commits
Commits
Show all changes
30 commits
Select commit Hold shift + click to select a range
47e53c3
ci: pin agent-shield reusable workflow to SHA
github-actions[bot] Apr 14, 2026
93264f0
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] Apr 21, 2026
d61bd66
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] Apr 25, 2026
c424c74
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 3, 2026
8a80fbf
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 3, 2026
51340fe
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 4, 2026
d796aba
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 4, 2026
0c4b779
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 4, 2026
633ef35
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 4, 2026
e7cdb01
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 4, 2026
58cd139
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 4, 2026
fca1cab
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 4, 2026
735d51e
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 4, 2026
b313ba4
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 4, 2026
9af80df
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 4, 2026
0435bf5
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 4, 2026
759218a
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 4, 2026
1968b4d
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 5, 2026
6ac11fa
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 11, 2026
a112890
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 15, 2026
67b1446
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 16, 2026
15616dd
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 19, 2026
1fa329e
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 19, 2026
66ee398
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 20, 2026
c8faf97
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 20, 2026
0b73645
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 21, 2026
bb468f7
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 21, 2026
efdbbc5
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 21, 2026
b1a9fe4
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 21, 2026
c517de9
Merge branch 'main' into claude/issue-154-20260414-1111
github-actions[bot] May 21, 2026
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/agent-shield.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ permissions:

jobs:
agent-shield:
uses: petry-projects/.github/.github/workflows/agent-shield-reusable.yml@v1
uses: petry-projects/.github/.github/workflows/agent-shield-reusable.yml@ae9709f4466dec60a5733c9e7487f69dcd004e05 # 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 states this stub "MUST NOT change" the uses: line and that the source of truth lives in petry-projects/.github/standards/workflows/agent-shield.yml, but this PR intentionally changes uses: to a pinned SHA. To avoid confusing future editors (and potential drift from the upstream standard), consider updating the header guidance to explicitly allow updating the ref for pinning, and/or syncing this change back to the upstream source-of-truth workflow.

Copilot uses AI. Check for mistakes.