Skip to content
Closed
Changes from all commits
Commits
Show all changes
26 commits
Select commit Hold shift + click to select a range
7808f77
ci: pin dependency-audit reusable workflow to SHA (closes #87)
github-actions[bot] Apr 19, 2026
ad0d63d
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] Apr 21, 2026
fc4a2de
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] Apr 25, 2026
95fe018
retrigger: bump workflows to run checks
claude Apr 28, 2026
2d4af42
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] May 3, 2026
9a4e454
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] May 4, 2026
9e3b693
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] May 4, 2026
8f683dd
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] May 4, 2026
f7a5228
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] May 4, 2026
7337661
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] May 4, 2026
9e2f456
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] May 5, 2026
4c26b08
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] May 10, 2026
8a02e3e
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] May 11, 2026
352722d
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] May 11, 2026
cd16706
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] May 11, 2026
31744a1
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] May 12, 2026
eb39f53
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] May 13, 2026
612bdab
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] May 15, 2026
02cec05
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] May 16, 2026
5358960
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] May 18, 2026
4eaa7d9
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] May 18, 2026
9adac0e
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] May 19, 2026
4649266
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] May 19, 2026
60f4b2c
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] May 19, 2026
bcc221f
Merge branch 'main' into claude/issue-87-20260419-1833
github-actions[bot] May 19, 2026
182e965
Merge branch 'main' into claude/issue-87-20260419-1833
don-petry May 19, 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/dependency-audit.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,4 +30,4 @@ permissions:

jobs:
dependency-audit:
uses: petry-projects/.github/.github/workflows/dependency-audit-reusable.yml@v1
uses: petry-projects/.github/.github/workflows/dependency-audit-reusable.yml@ee22b427cbce9ecadcf2b436acb57c3adf0cb63d # v1

Copilot AI Apr 19, 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 requires updating the uses: ref (SHA) over time to stay current/compliant. Consider tweaking the guidance to something precise like “do not change the workflow path/job name; only update the pinned ref when bumping versions,” to avoid misleading future edits.

Copilot uses AI. Check for mistakes.
Loading