Commit Graph
3 Commits
Author SHA1 Message Date
Yashwanth AnantharajuandGitHub df4cb1c069 Update changelog for v6.0.3 (#2446)
Build and Test / test-output (push) Successful in 16s
Licensed / Check licenses (push) Successful in 47s
Build and Test / test-bypass-proxy (push) Failing after 54s
Build and Test / test-git-container (push) Failing after 55s
Build and Test / build (push) Failing after 1m7s
CodeQL / Analyze (javascript) (push) Failing after 1m43s
Build and Test / test (ubuntu-latest) (push) Failing after 1m57s
Build and Test / test-proxy (push) Failing after 5m21s
Build and Test / test (macos-latest) (push) Has been cancelled
Build and Test / test (windows-latest) (push) Has been cancelled
2026-06-02 10:31:30 -04:00
Yashwanth AnantharajuandGitHub 1cce3390c2 Fix checkout init for SHA-256 repositories (#2439)
Build and Test / test-output (push) Successful in 16s
Build and Test / test-bypass-proxy (push) Failing after 58s
Licensed / Check licenses (push) Successful in 58s
Check dist / check-dist (push) Successful in 1m55s
Build and Test / test-git-container (push) Failing after 1m4s
CodeQL / Analyze (javascript) (push) Failing after 1m48s
Build and Test / build (push) Failing after 1m56s
Build and Test / test (ubuntu-latest) (push) Failing after 1m58s
Build and Test / test-proxy (push) Failing after 13m5s
Build and Test / test (macos-latest) (push) Has been cancelled
Build and Test / test (windows-latest) (push) Has been cancelled
* Fix checkout init for SHA-256 repositories

* Remove unused object format result field
2026-06-01 11:35:58 -04:00
900f2210b1 fix: expand merge commit SHA regex and add SHA-256 test cases (#2414)
Check dist / check-dist (push) Failing after 3s
Licensed / Check licenses (push) Failing after 3s
Build and Test / test (ubuntu-latest) (push) Failing after 4s
Build and Test / build (push) Failing after 6s
Build and Test / test-bypass-proxy (push) Failing after 4s
Build and Test / test-output (push) Failing after 3s
Build and Test / test-proxy (push) Failing after 27s
Build and Test / test-git-container (push) Failing after 39s
Build and Test / test (macos-latest) (push) Has been cancelled
Build and Test / test (windows-latest) (push) Has been cancelled
CodeQL / Analyze (javascript) (push) Failing after 4s
* fix: expand merge commit SHA regex and add SHA-256 test cases

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* test: add checkCommitInfo SHA coverage

Add checkCommitInfo tests for SHA-1 and SHA-256 merge messages and reject invalid 50-character hex merge heads.\n\nCo-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

* style: fix Prettier formatting in test and source files

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
2026-05-04 13:30:55 -04:00