{"url":"https://api.github.com/repos/OpenCyphal/CETL/pulls/198","id":3038374747,"node_id":"PR_kwDOI8qz5861Getb","html_url":"https://github.com/OpenCyphal/CETL/pull/198","diff_url":"https://github.com/OpenCyphal/CETL/pull/198.diff","patch_url":"https://github.com/OpenCyphal/CETL/pull/198.patch","issue_url":"https://api.github.com/repos/OpenCyphal/CETL/issues/198","number":198,"state":"open","locked":false,"title":"Bump actions/checkout from 5 to 6","user":{"login":"dependabot[bot]","id":49699333,"node_id":"MDM6Qm90NDk2OTkzMzM=","avatar_url":"https://avatars.githubusercontent.com/in/29110?v=4","gravatar_id":"","url":"https://api.github.com/users/dependabot%5Bbot%5D","html_url":"https://github.com/apps/dependabot","followers_url":"https://api.github.com/users/dependabot%5Bbot%5D/followers","following_url":"https://api.github.com/users/dependabot%5Bbot%5D/following{/other_user}","gists_url":"https://api.github.com/users/dependabot%5Bbot%5D/gists{/gist_id}","starred_url":"https://api.github.com/users/dependabot%5Bbot%5D/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/dependabot%5Bbot%5D/subscriptions","organizations_url":"https://api.github.com/users/dependabot%5Bbot%5D/orgs","repos_url":"https://api.github.com/users/dependabot%5Bbot%5D/repos","events_url":"https://api.github.com/users/dependabot%5Bbot%5D/events{/privacy}","received_events_url":"https://api.github.com/users/dependabot%5Bbot%5D/received_events","type":"Bot","user_view_type":"public","site_admin":false},"body":"Bumps [actions/checkout](https://github.com/actions/checkout) from 5 to 6.\n<details>\n<summary>Release notes</summary>\n<p><em>Sourced from <a href=\"https://github.com/actions/checkout/releases\">actions/checkout's releases</a>.</em></p>\n<blockquote>\n<h2>v6.0.0</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>Update README to include Node.js 24 support details and requirements by <a href=\"https://github.com/salmanmkc\"><code>@​salmanmkc</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/2248\">actions/checkout#2248</a></li>\n<li>Persist creds to a separate file by <a href=\"https://github.com/ericsciple\"><code>@​ericsciple</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/2286\">actions/checkout#2286</a></li>\n<li>v6-beta by <a href=\"https://github.com/ericsciple\"><code>@​ericsciple</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/2298\">actions/checkout#2298</a></li>\n<li>update readme/changelog for v6 by <a href=\"https://github.com/ericsciple\"><code>@​ericsciple</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/2311\">actions/checkout#2311</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/actions/checkout/compare/v5.0.0...v6.0.0\">https://github.com/actions/checkout/compare/v5.0.0...v6.0.0</a></p>\n<h2>v6-beta</h2>\n<h2>What's Changed</h2>\n<p>Updated persist-credentials to store the credentials under <code>$RUNNER_TEMP</code> instead of directly in the local git config.</p>\n<p>This requires a minimum Actions Runner version of <a href=\"https://github.com/actions/runner/releases/tag/v2.329.0\">v2.329.0</a> to access the persisted credentials for <a href=\"https://docs.github.com/en/actions/tutorials/use-containerized-services/create-a-docker-container-action\">Docker container action</a> scenarios.</p>\n<h2>v5.0.1</h2>\n<h2>What's Changed</h2>\n<ul>\n<li>Port v6 cleanup to v5 by <a href=\"https://github.com/ericsciple\"><code>@​ericsciple</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/2301\">actions/checkout#2301</a></li>\n</ul>\n<p><strong>Full Changelog</strong>: <a href=\"https://github.com/actions/checkout/compare/v5...v5.0.1\">https://github.com/actions/checkout/compare/v5...v5.0.1</a></p>\n</blockquote>\n</details>\n<details>\n<summary>Changelog</summary>\n<p><em>Sourced from <a href=\"https://github.com/actions/checkout/blob/main/CHANGELOG.md\">actions/checkout's changelog</a>.</em></p>\n<blockquote>\n<h1>Changelog</h1>\n<h2>V6.0.0</h2>\n<ul>\n<li>Persist creds to a separate file by <a href=\"https://github.com/ericsciple\"><code>@​ericsciple</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/2286\">actions/checkout#2286</a></li>\n<li>Update README to include Node.js 24 support details and requirements by <a href=\"https://github.com/salmanmkc\"><code>@​salmanmkc</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/2248\">actions/checkout#2248</a></li>\n</ul>\n<h2>V5.0.1</h2>\n<ul>\n<li>Port v6 cleanup to v5 by <a href=\"https://github.com/ericsciple\"><code>@​ericsciple</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/2301\">actions/checkout#2301</a></li>\n</ul>\n<h2>V5.0.0</h2>\n<ul>\n<li>Update actions checkout to use node 24 by <a href=\"https://github.com/salmanmkc\"><code>@​salmanmkc</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/2226\">actions/checkout#2226</a></li>\n</ul>\n<h2>V4.3.1</h2>\n<ul>\n<li>Port v6 cleanup to v4 by <a href=\"https://github.com/ericsciple\"><code>@​ericsciple</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/2305\">actions/checkout#2305</a></li>\n</ul>\n<h2>V4.3.0</h2>\n<ul>\n<li>docs: update README.md by <a href=\"https://github.com/motss\"><code>@​motss</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/1971\">actions/checkout#1971</a></li>\n<li>Add internal repos for checking out multiple repositories by <a href=\"https://github.com/mouismail\"><code>@​mouismail</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/1977\">actions/checkout#1977</a></li>\n<li>Documentation update - add recommended permissions to Readme by <a href=\"https://github.com/benwells\"><code>@​benwells</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/2043\">actions/checkout#2043</a></li>\n<li>Adjust positioning of user email note and permissions heading by <a href=\"https://github.com/joshmgross\"><code>@​joshmgross</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/2044\">actions/checkout#2044</a></li>\n<li>Update README.md by <a href=\"https://github.com/nebuk89\"><code>@​nebuk89</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/2194\">actions/checkout#2194</a></li>\n<li>Update CODEOWNERS for actions by <a href=\"https://github.com/TingluoHuang\"><code>@​TingluoHuang</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/2224\">actions/checkout#2224</a></li>\n<li>Update package dependencies by <a href=\"https://github.com/salmanmkc\"><code>@​salmanmkc</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/2236\">actions/checkout#2236</a></li>\n</ul>\n<h2>v4.2.2</h2>\n<ul>\n<li><code>url-helper.ts</code> now leverages well-known environment variables by <a href=\"https://github.com/jww3\"><code>@​jww3</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/1941\">actions/checkout#1941</a></li>\n<li>Expand unit test coverage for <code>isGhes</code> by <a href=\"https://github.com/jww3\"><code>@​jww3</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/1946\">actions/checkout#1946</a></li>\n</ul>\n<h2>v4.2.1</h2>\n<ul>\n<li>Check out other refs/* by commit if provided, fall back to ref by <a href=\"https://github.com/orhantoy\"><code>@​orhantoy</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/1924\">actions/checkout#1924</a></li>\n</ul>\n<h2>v4.2.0</h2>\n<ul>\n<li>Add Ref and Commit outputs by <a href=\"https://github.com/lucacome\"><code>@​lucacome</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/1180\">actions/checkout#1180</a></li>\n<li>Dependency updates by <a href=\"https://github.com/dependabot\"><code>@​dependabot</code></a>- <a href=\"https://redirect.github.com/actions/checkout/pull/1777\">actions/checkout#1777</a>, <a href=\"https://redirect.github.com/actions/checkout/pull/1872\">actions/checkout#1872</a></li>\n</ul>\n<h2>v4.1.7</h2>\n<ul>\n<li>Bump the minor-npm-dependencies group across 1 directory with 4 updates by <a href=\"https://github.com/dependabot\"><code>@​dependabot</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/1739\">actions/checkout#1739</a></li>\n<li>Bump actions/checkout from 3 to 4 by <a href=\"https://github.com/dependabot\"><code>@​dependabot</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/1697\">actions/checkout#1697</a></li>\n<li>Check out other refs/* by commit by <a href=\"https://github.com/orhantoy\"><code>@​orhantoy</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/1774\">actions/checkout#1774</a></li>\n<li>Pin actions/checkout's own workflows to a known, good, stable version. by <a href=\"https://github.com/jww3\"><code>@​jww3</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/1776\">actions/checkout#1776</a></li>\n</ul>\n<h2>v4.1.6</h2>\n<ul>\n<li>Check platform to set archive extension appropriately by <a href=\"https://github.com/cory-miller\"><code>@​cory-miller</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/1732\">actions/checkout#1732</a></li>\n</ul>\n<h2>v4.1.5</h2>\n<ul>\n<li>Update NPM dependencies by <a href=\"https://github.com/cory-miller\"><code>@​cory-miller</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/1703\">actions/checkout#1703</a></li>\n<li>Bump github/codeql-action from 2 to 3 by <a href=\"https://github.com/dependabot\"><code>@​dependabot</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/1694\">actions/checkout#1694</a></li>\n<li>Bump actions/setup-node from 1 to 4 by <a href=\"https://github.com/dependabot\"><code>@​dependabot</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/1696\">actions/checkout#1696</a></li>\n<li>Bump actions/upload-artifact from 2 to 4 by <a href=\"https://github.com/dependabot\"><code>@​dependabot</code></a> in <a href=\"https://redirect.github.com/actions/checkout/pull/1695\">actions/checkout#1695</a></li>\n</ul>\n<!-- raw HTML omitted -->\n</blockquote>\n<p>... (truncated)</p>\n</details>\n<details>\n<summary>Commits</summary>\n<ul>\n<li><a href=\"https://github.com/actions/checkout/commit/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3\"><code>1af3b93</code></a> update readme/changelog for v6 (<a href=\"https://redirect.github.com/actions/checkout/issues/2311\">#2311</a>)</li>\n<li><a href=\"https://github.com/actions/checkout/commit/71cf2267d89c5cb81562390fa70a37fa40b1305e\"><code>71cf226</code></a> v6-beta (<a href=\"https://redirect.github.com/actions/checkout/issues/2298\">#2298</a>)</li>\n<li><a href=\"https://github.com/actions/checkout/commit/069c6959146423d11cd0184e6accf28f9d45f06e\"><code>069c695</code></a> Persist creds to a separate file (<a href=\"https://redirect.github.com/actions/checkout/issues/2286\">#2286</a>)</li>\n<li><a href=\"https://github.com/actions/checkout/commit/ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493\"><code>ff7abcd</code></a> Update README to include Node.js 24 support details and requirements (<a href=\"https://redirect.github.com/actions/checkout/issues/2248\">#2248</a>)</li>\n<li>See full diff in <a href=\"https://github.com/actions/checkout/compare/v5...v6\">compare view</a></li>\n</ul>\n</details>\n<br />\n\n\n[![Dependabot compatibility score](https://dependabot-badges.githubapp.com/badges/compatibility_score?dependency-name=actions/checkout&package-manager=github_actions&previous-version=5&new-version=6)](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores)\n\nYou can trigger a rebase of this PR by commenting `@dependabot rebase`.\n\n[//]: # (dependabot-automerge-start)\n[//]: # (dependabot-automerge-end)\n\n---\n\n<details>\n<summary>Dependabot commands and options</summary>\n<br />\n\nYou can trigger Dependabot actions by commenting on this PR:\n- `@dependabot rebase` will rebase this PR\n- `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it\n- `@dependabot merge` will merge this PR after your CI passes on it\n- `@dependabot squash and merge` will squash and merge this PR after your CI passes on it\n- `@dependabot cancel merge` will cancel a previously requested merge and block automerging\n- `@dependabot reopen` will reopen this PR if it is closed\n- `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually\n- `@dependabot show <dependency name> ignore conditions` will show all of the ignore conditions of the specified dependency\n- `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself)\n- `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself)\n\n\n</details>\n\n> **Note**\n> Automatic rebases have been disabled on this pull request as it has been open for over 30 days.\n","created_at":"2025-11-24T04:21:04Z","updated_at":"2025-12-29T04:12:31Z","closed_at":null,"merged_at":null,"merge_commit_sha":"a40514fa6a2446e308315201e136ccffe988f385","assignees":[],"requested_reviewers":[],"requested_teams":[],"labels":[{"id":8248197623,"node_id":"LA_kwDOI8qz588AAAAB66GB9w","url":"https://api.github.com/repos/OpenCyphal/CETL/labels/dependencies","name":"dependencies","color":"0366d6","default":false,"description":"Pull requests that update a dependency file"},{"id":9166118956,"node_id":"LA_kwDOI8qz588AAAACIlfgLA","url":"https://api.github.com/repos/OpenCyphal/CETL/labels/github_actions","name":"github_actions","color":"000000","default":false,"description":"Pull requests that update GitHub Actions code"}],"milestone":null,"draft":false,"commits_url":"https://api.github.com/repos/OpenCyphal/CETL/pulls/198/commits","review_comments_url":"https://api.github.com/repos/OpenCyphal/CETL/pulls/198/comments","review_comment_url":"https://api.github.com/repos/OpenCyphal/CETL/pulls/comments{/number}","comments_url":"https://api.github.com/repos/OpenCyphal/CETL/issues/198/comments","statuses_url":"https://api.github.com/repos/OpenCyphal/CETL/statuses/fbce2ccd478893353b23276f0777616e81a170d0","head":{"label":"OpenCyphal:dependabot/github_actions/actions/checkout-6","ref":"dependabot/github_actions/actions/checkout-6","sha":"fbce2ccd478893353b23276f0777616e81a170d0","user":{"login":"OpenCyphal","id":10167381,"node_id":"MDEyOk9yZ2FuaXphdGlvbjEwMTY3Mzgx","avatar_url":"https://avatars.githubusercontent.com/u/10167381?v=4","gravatar_id":"","url":"https://api.github.com/users/OpenCyphal","html_url":"https://github.com/OpenCyphal","followers_url":"https://api.github.com/users/OpenCyphal/followers","following_url":"https://api.github.com/users/OpenCyphal/following{/other_user}","gists_url":"https://api.github.com/users/OpenCyphal/gists{/gist_id}","starred_url":"https://api.github.com/users/OpenCyphal/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/OpenCyphal/subscriptions","organizations_url":"https://api.github.com/users/OpenCyphal/orgs","repos_url":"https://api.github.com/users/OpenCyphal/repos","events_url":"https://api.github.com/users/OpenCyphal/events{/privacy}","received_events_url":"https://api.github.com/users/OpenCyphal/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":600486887,"node_id":"R_kgDOI8qz5w","name":"CETL","full_name":"OpenCyphal/CETL","private":false,"owner":{"login":"OpenCyphal","id":10167381,"node_id":"MDEyOk9yZ2FuaXphdGlvbjEwMTY3Mzgx","avatar_url":"https://avatars.githubusercontent.com/u/10167381?v=4","gravatar_id":"","url":"https://api.github.com/users/OpenCyphal","html_url":"https://github.com/OpenCyphal","followers_url":"https://api.github.com/users/OpenCyphal/followers","following_url":"https://api.github.com/users/OpenCyphal/following{/other_user}","gists_url":"https://api.github.com/users/OpenCyphal/gists{/gist_id}","starred_url":"https://api.github.com/users/OpenCyphal/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/OpenCyphal/subscriptions","organizations_url":"https://api.github.com/users/OpenCyphal/orgs","repos_url":"https://api.github.com/users/OpenCyphal/repos","events_url":"https://api.github.com/users/OpenCyphal/events{/privacy}","received_events_url":"https://api.github.com/users/OpenCyphal/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/OpenCyphal/CETL","description":"Cyphal Embedded Template Library","fork":false,"url":"https://api.github.com/repos/OpenCyphal/CETL","forks_url":"https://api.github.com/repos/OpenCyphal/CETL/forks","keys_url":"https://api.github.com/repos/OpenCyphal/CETL/keys{/key_id}","collaborators_url":"https://api.github.com/repos/OpenCyphal/CETL/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/OpenCyphal/CETL/teams","hooks_url":"https://api.github.com/repos/OpenCyphal/CETL/hooks","issue_events_url":"https://api.github.com/repos/OpenCyphal/CETL/issues/events{/number}","events_url":"https://api.github.com/repos/OpenCyphal/CETL/events","assignees_url":"https://api.github.com/repos/OpenCyphal/CETL/assignees{/user}","branches_url":"https://api.github.com/repos/OpenCyphal/CETL/branches{/branch}","tags_url":"https://api.github.com/repos/OpenCyphal/CETL/tags","blobs_url":"https://api.github.com/repos/OpenCyphal/CETL/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/OpenCyphal/CETL/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/OpenCyphal/CETL/git/refs{/sha}","trees_url":"https://api.github.com/repos/OpenCyphal/CETL/git/trees{/sha}","statuses_url":"https://api.github.com/repos/OpenCyphal/CETL/statuses/{sha}","languages_url":"https://api.github.com/repos/OpenCyphal/CETL/languages","stargazers_url":"https://api.github.com/repos/OpenCyphal/CETL/stargazers","contributors_url":"https://api.github.com/repos/OpenCyphal/CETL/contributors","subscribers_url":"https://api.github.com/repos/OpenCyphal/CETL/subscribers","subscription_url":"https://api.github.com/repos/OpenCyphal/CETL/subscription","commits_url":"https://api.github.com/repos/OpenCyphal/CETL/commits{/sha}","git_commits_url":"https://api.github.com/repos/OpenCyphal/CETL/git/commits{/sha}","comments_url":"https://api.github.com/repos/OpenCyphal/CETL/comments{/number}","issue_comment_url":"https://api.github.com/repos/OpenCyphal/CETL/issues/comments{/number}","contents_url":"https://api.github.com/repos/OpenCyphal/CETL/contents/{+path}","compare_url":"https://api.github.com/repos/OpenCyphal/CETL/compare/{base}...{head}","merges_url":"https://api.github.com/repos/OpenCyphal/CETL/merges","archive_url":"https://api.github.com/repos/OpenCyphal/CETL/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/OpenCyphal/CETL/downloads","issues_url":"https://api.github.com/repos/OpenCyphal/CETL/issues{/number}","pulls_url":"https://api.github.com/repos/OpenCyphal/CETL/pulls{/number}","milestones_url":"https://api.github.com/repos/OpenCyphal/CETL/milestones{/number}","notifications_url":"https://api.github.com/repos/OpenCyphal/CETL/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/OpenCyphal/CETL/labels{/name}","releases_url":"https://api.github.com/repos/OpenCyphal/CETL/releases{/id}","deployments_url":"https://api.github.com/repos/OpenCyphal/CETL/deployments","created_at":"2023-02-11T16:41:07Z","updated_at":"2026-03-18T21:10:30Z","pushed_at":"2025-12-15T04:13:25Z","git_url":"git://github.com/OpenCyphal/CETL.git","ssh_url":"git@github.com:OpenCyphal/CETL.git","clone_url":"https://github.com/OpenCyphal/CETL.git","svn_url":"https://github.com/OpenCyphal/CETL","homepage":"","size":1407,"stargazers_count":19,"watchers_count":19,"language":"C++","has_issues":true,"has_projects":false,"has_downloads":true,"has_wiki":false,"has_pages":true,"has_discussions":false,"forks_count":4,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":45,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"has_pull_requests":true,"pull_request_creation_policy":"all","topics":[],"visibility":"public","forks":4,"open_issues":45,"watchers":19,"default_branch":"main"}},"base":{"label":"OpenCyphal:main","ref":"main","sha":"68f3fca9132c23c5301fe466c626e5acf662b7a4","user":{"login":"OpenCyphal","id":10167381,"node_id":"MDEyOk9yZ2FuaXphdGlvbjEwMTY3Mzgx","avatar_url":"https://avatars.githubusercontent.com/u/10167381?v=4","gravatar_id":"","url":"https://api.github.com/users/OpenCyphal","html_url":"https://github.com/OpenCyphal","followers_url":"https://api.github.com/users/OpenCyphal/followers","following_url":"https://api.github.com/users/OpenCyphal/following{/other_user}","gists_url":"https://api.github.com/users/OpenCyphal/gists{/gist_id}","starred_url":"https://api.github.com/users/OpenCyphal/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/OpenCyphal/subscriptions","organizations_url":"https://api.github.com/users/OpenCyphal/orgs","repos_url":"https://api.github.com/users/OpenCyphal/repos","events_url":"https://api.github.com/users/OpenCyphal/events{/privacy}","received_events_url":"https://api.github.com/users/OpenCyphal/received_events","type":"Organization","user_view_type":"public","site_admin":false},"repo":{"id":600486887,"node_id":"R_kgDOI8qz5w","name":"CETL","full_name":"OpenCyphal/CETL","private":false,"owner":{"login":"OpenCyphal","id":10167381,"node_id":"MDEyOk9yZ2FuaXphdGlvbjEwMTY3Mzgx","avatar_url":"https://avatars.githubusercontent.com/u/10167381?v=4","gravatar_id":"","url":"https://api.github.com/users/OpenCyphal","html_url":"https://github.com/OpenCyphal","followers_url":"https://api.github.com/users/OpenCyphal/followers","following_url":"https://api.github.com/users/OpenCyphal/following{/other_user}","gists_url":"https://api.github.com/users/OpenCyphal/gists{/gist_id}","starred_url":"https://api.github.com/users/OpenCyphal/starred{/owner}{/repo}","subscriptions_url":"https://api.github.com/users/OpenCyphal/subscriptions","organizations_url":"https://api.github.com/users/OpenCyphal/orgs","repos_url":"https://api.github.com/users/OpenCyphal/repos","events_url":"https://api.github.com/users/OpenCyphal/events{/privacy}","received_events_url":"https://api.github.com/users/OpenCyphal/received_events","type":"Organization","user_view_type":"public","site_admin":false},"html_url":"https://github.com/OpenCyphal/CETL","description":"Cyphal Embedded Template Library","fork":false,"url":"https://api.github.com/repos/OpenCyphal/CETL","forks_url":"https://api.github.com/repos/OpenCyphal/CETL/forks","keys_url":"https://api.github.com/repos/OpenCyphal/CETL/keys{/key_id}","collaborators_url":"https://api.github.com/repos/OpenCyphal/CETL/collaborators{/collaborator}","teams_url":"https://api.github.com/repos/OpenCyphal/CETL/teams","hooks_url":"https://api.github.com/repos/OpenCyphal/CETL/hooks","issue_events_url":"https://api.github.com/repos/OpenCyphal/CETL/issues/events{/number}","events_url":"https://api.github.com/repos/OpenCyphal/CETL/events","assignees_url":"https://api.github.com/repos/OpenCyphal/CETL/assignees{/user}","branches_url":"https://api.github.com/repos/OpenCyphal/CETL/branches{/branch}","tags_url":"https://api.github.com/repos/OpenCyphal/CETL/tags","blobs_url":"https://api.github.com/repos/OpenCyphal/CETL/git/blobs{/sha}","git_tags_url":"https://api.github.com/repos/OpenCyphal/CETL/git/tags{/sha}","git_refs_url":"https://api.github.com/repos/OpenCyphal/CETL/git/refs{/sha}","trees_url":"https://api.github.com/repos/OpenCyphal/CETL/git/trees{/sha}","statuses_url":"https://api.github.com/repos/OpenCyphal/CETL/statuses/{sha}","languages_url":"https://api.github.com/repos/OpenCyphal/CETL/languages","stargazers_url":"https://api.github.com/repos/OpenCyphal/CETL/stargazers","contributors_url":"https://api.github.com/repos/OpenCyphal/CETL/contributors","subscribers_url":"https://api.github.com/repos/OpenCyphal/CETL/subscribers","subscription_url":"https://api.github.com/repos/OpenCyphal/CETL/subscription","commits_url":"https://api.github.com/repos/OpenCyphal/CETL/commits{/sha}","git_commits_url":"https://api.github.com/repos/OpenCyphal/CETL/git/commits{/sha}","comments_url":"https://api.github.com/repos/OpenCyphal/CETL/comments{/number}","issue_comment_url":"https://api.github.com/repos/OpenCyphal/CETL/issues/comments{/number}","contents_url":"https://api.github.com/repos/OpenCyphal/CETL/contents/{+path}","compare_url":"https://api.github.com/repos/OpenCyphal/CETL/compare/{base}...{head}","merges_url":"https://api.github.com/repos/OpenCyphal/CETL/merges","archive_url":"https://api.github.com/repos/OpenCyphal/CETL/{archive_format}{/ref}","downloads_url":"https://api.github.com/repos/OpenCyphal/CETL/downloads","issues_url":"https://api.github.com/repos/OpenCyphal/CETL/issues{/number}","pulls_url":"https://api.github.com/repos/OpenCyphal/CETL/pulls{/number}","milestones_url":"https://api.github.com/repos/OpenCyphal/CETL/milestones{/number}","notifications_url":"https://api.github.com/repos/OpenCyphal/CETL/notifications{?since,all,participating}","labels_url":"https://api.github.com/repos/OpenCyphal/CETL/labels{/name}","releases_url":"https://api.github.com/repos/OpenCyphal/CETL/releases{/id}","deployments_url":"https://api.github.com/repos/OpenCyphal/CETL/deployments","created_at":"2023-02-11T16:41:07Z","updated_at":"2026-03-18T21:10:30Z","pushed_at":"2025-12-15T04:13:25Z","git_url":"git://github.com/OpenCyphal/CETL.git","ssh_url":"git@github.com:OpenCyphal/CETL.git","clone_url":"https://github.com/OpenCyphal/CETL.git","svn_url":"https://github.com/OpenCyphal/CETL","homepage":"","size":1407,"stargazers_count":19,"watchers_count":19,"language":"C++","has_issues":true,"has_projects":false,"has_downloads":true,"has_wiki":false,"has_pages":true,"has_discussions":false,"forks_count":4,"mirror_url":null,"archived":false,"disabled":false,"open_issues_count":45,"license":{"key":"mit","name":"MIT License","spdx_id":"MIT","url":"https://api.github.com/licenses/mit","node_id":"MDc6TGljZW5zZTEz"},"allow_forking":true,"is_template":false,"web_commit_signoff_required":false,"has_pull_requests":true,"pull_request_creation_policy":"all","topics":[],"visibility":"public","forks":4,"open_issues":45,"watchers":19,"default_branch":"main"}},"_links":{"self":{"href":"https://api.github.com/repos/OpenCyphal/CETL/pulls/198"},"html":{"href":"https://github.com/OpenCyphal/CETL/pull/198"},"issue":{"href":"https://api.github.com/repos/OpenCyphal/CETL/issues/198"},"comments":{"href":"https://api.github.com/repos/OpenCyphal/CETL/issues/198/comments"},"review_comments":{"href":"https://api.github.com/repos/OpenCyphal/CETL/pulls/198/comments"},"review_comment":{"href":"https://api.github.com/repos/OpenCyphal/CETL/pulls/comments{/number}"},"commits":{"href":"https://api.github.com/repos/OpenCyphal/CETL/pulls/198/commits"},"statuses":{"href":"https://api.github.com/repos/OpenCyphal/CETL/statuses/fbce2ccd478893353b23276f0777616e81a170d0"}},"author_association":"CONTRIBUTOR","auto_merge":null,"assignee":null,"active_lock_reason":null,"merged":false,"mergeable":true,"rebaseable":true,"mergeable_state":"clean","merged_by":null,"comments":0,"review_comments":0,"maintainer_can_modify":false,"commits":1,"additions":6,"deletions":6,"changed_files":2}