Skip to content
Closed
Changes from all commits
Commits
Show all changes
22 commits
Select commit Hold shift + click to select a range
3c41305
fix(ci): pin actions/checkout to SHA in test.yml (closes #244)
donpetry-bot May 18, 2026
f72b0d7
Merge branch 'main' into dev-lead/issue-244-20260518-1620
don-petry May 18, 2026
9a00d39
Merge branch 'main' into dev-lead/issue-244-20260518-1620
don-petry May 18, 2026
22aeeff
Merge branch 'main' into dev-lead/issue-244-20260518-1620
don-petry May 18, 2026
8dab039
Merge branch 'main' into dev-lead/issue-244-20260518-1620
don-petry May 19, 2026
c3b8023
Merge branch 'main' into dev-lead/issue-244-20260518-1620
don-petry May 19, 2026
6eaf180
Merge branch 'main' into dev-lead/issue-244-20260518-1620
don-petry May 19, 2026
5a9b144
Merge branch 'main' into dev-lead/issue-244-20260518-1620
don-petry May 19, 2026
9a77349
Merge branch 'main' into dev-lead/issue-244-20260518-1620
don-petry May 19, 2026
f8c952d
Merge branch 'main' into dev-lead/issue-244-20260518-1620
don-petry May 20, 2026
2f16526
Merge branch 'main' into dev-lead/issue-244-20260518-1620
don-petry May 20, 2026
54b81b9
Merge branch 'main' into dev-lead/issue-244-20260518-1620
don-petry May 20, 2026
63b560c
Merge branch 'main' into dev-lead/issue-244-20260518-1620
don-petry May 20, 2026
8aeddea
Merge branch 'main' into dev-lead/issue-244-20260518-1620
don-petry May 20, 2026
3bad39b
Merge branch 'main' into dev-lead/issue-244-20260518-1620
don-petry May 20, 2026
81b7f00
Merge branch 'main' into dev-lead/issue-244-20260518-1620
don-petry May 20, 2026
1135209
Merge branch 'main' into dev-lead/issue-244-20260518-1620
don-petry May 20, 2026
f308854
Merge branch 'main' into dev-lead/issue-244-20260518-1620
don-petry May 20, 2026
c228ce1
Merge branch 'main' into dev-lead/issue-244-20260518-1620
don-petry May 20, 2026
6bbf7e3
Merge branch 'main' into dev-lead/issue-244-20260518-1620
don-petry May 20, 2026
e0c3c26
Merge branch 'main' into dev-lead/issue-244-20260518-1620
don-petry May 20, 2026
0b9e94a
Merge branch 'main' into dev-lead/issue-244-20260518-1620
don-petry May 20, 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/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
runs-on: ubuntu-latest
timeout-minutes: 5
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2

Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Avoid direct edits to non-template workflows

This direct change to test.yml conflicts with the repository's AGENTS.md, which says all workflow changes other than the explicitly exempted/special workflows must use the standards/workflows/ templates verbatim. Because this workflow is org infrastructure, diverging from the mandated template path can leave CI policy out of sync with the organization standard; update the source template or apply the approved template instead of editing this workflow in place.

Useful? React with 👍 / 👎.


- name: Run copilot_chat tests
run: bash tests/test_copilot_chat.sh
Expand Down
Loading