Payload
{
"action": "requested",
"workflow_run": {
"id": 27174444214,
"name": "CodeQL",
"node_id": "WFR_kwLOSbTLKs8AAAAGU7kctg",
"head_branch": "main",
"head_sha": "964b0bb60476bbf36c12ced8aff85750947484a0",
"path": "dynamic/github-code-scanning/codeql",
"display_title": "CodeQL",
"run_number": 5,
"event": "dynamic",
"status": "queued",
"conclusion": null,
"workflow_id": 275389569,
"check_suite_id": 73009013895,
"check_suite_node_id": "CS_kwDOSbTLKs8AAAAQ_60khw",
"url": "https://api.github.com/repos/darkmatter/alchemy/actions/runs/27174444214",
"html_url": "https://github.com/darkmatter/alchemy/actions/runs/27174444214",
"pull_requests": [],
"created_at": "2026-06-08T23:51:52Z",
"updated_at": "2026-06-08T23:51:53Z",
"actor": {
"login": "github-advanced-security[bot]",
"id": 62310815,
"node_id": "MDM6Qm90NjIzMTA4MTU=",
"avatar_url": "https://avatars.githubusercontent.com/in/57789?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-advanced-security%5Bbot%5D",
"html_url": "https://github.com/apps/github-advanced-security",
"followers_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
},
"run_attempt": 1,
"referenced_workflows": [],
"run_started_at": "2026-06-08T23:51:52Z",
"triggering_actor": {
"login": "github-advanced-security[bot]",
"id": 62310815,
"node_id": "MDM6Qm90NjIzMTA4MTU=",
"avatar_url": "https://avatars.githubusercontent.com/in/57789?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-advanced-security%5Bbot%5D",
"html_url": "https://github.com/apps/github-advanced-security",
"followers_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
},
"jobs_url": "https://api.github.com/repos/darkmatter/alchemy/actions/runs/27174444214/jobs",
"logs_url": "https://api.github.com/repos/darkmatter/alchemy/actions/runs/27174444214/logs",
"check_suite_url": "https://api.github.com/repos/darkmatter/alchemy/check-suites/73009013895",
"artifacts_url": "https://api.github.com/repos/darkmatter/alchemy/actions/runs/27174444214/artifacts",
"cancel_url": "https://api.github.com/repos/darkmatter/alchemy/actions/runs/27174444214/cancel",
"rerun_url": "https://api.github.com/repos/darkmatter/alchemy/actions/runs/27174444214/rerun",
"previous_attempt_url": null,
"workflow_url": "https://api.github.com/repos/darkmatter/alchemy/actions/workflows/275389569",
"head_commit": {
"id": "964b0bb60476bbf36c12ced8aff85750947484a0",
"tree_id": "5a14c7c44f73c7157e78d56b287d973d1f5f2d7c",
"message": "Scaffold @darkmatter/alchemy package with OpenNext support\n\nImplements 7 of 8 alchemy-kmv subtasks (.7 stackpanel pilot deferred for\nhuman confirmation since it touches a sibling repo).\n\n- docs/API.md: three-subpath public contract (@darkmatter/alchemy,\n /cloudflare, /opennext), tight alchemy peer-dep pin, no Effect\n re-export, NextWorker as the OpenNext convenience layer.\n- docs/RELEASE.md: semver policy, supported peer ranges, manual release\n flow, upstream-vs-internal split, 0.1.x = internal-only.\n- src/index.ts + src/cloudflare.ts: curated facade re-exporting Stack,\n Stage, deploy, Output namespace, Worker, DurableObjectNamespace,\n Assets types, KVNamespace, R2Bucket, D1Database, Queue, providers,\n state.\n- src/opennext/assets.ts: hashAssetsDir Effect with delayed-read\n semantics, SHA256 manifest matching upstream's truncation, ignore@7\n for .assetsignore, deterministic aggregate hash.\n- src/opennext/next-worker.ts: NextWorker composes opennextjs-cloudflare\n build + wrangler dry-run + hashed assets into Worker({ bundle: false,\n assets: { path, hash } }). Subprocesses run via npx --no with clear\n peer-dep install hints on failure.\n- test/{assets,next-worker}.test.ts: bun:test fixture exercising\n hashAssetsDir determinism + ignore behavior and NextWorker\n composition via mock.module. 6 pass / 0 fail.\n- package.json, tsconfig.json, tsdown.config.ts: peer-pin alchemy\n >=2.0.0-beta.23 <2.0.0-beta.40, three tsdown entry points, externals\n for alchemy/effect/@opennextjs/cloudflare/wrangler.\n- .github/workflows/ci.yml: bun typecheck → build → test on PR + main.\n\nCo-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>",
"timestamp": "2026-05-12T13:38:16Z",
"author": {
"name": "Cooper Maruyama",
"email": "me@cooperm.com"
},
"committer": {
"name": "Cooper Maruyama",
"email": "me@cooperm.com"
}
},
"repository": {
"id": 1236585258,
"node_id": "R_kgDOSbTLKg",
"name": "alchemy",
"full_name": "darkmatter/alchemy",
"private": false,
"owner": {
"login": "darkmatter",
"id": 17834193,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/darkmatter",
"html_url": "https://github.com/darkmatter",
"followers_url": "https://api.github.com/users/darkmatter/followers",
"following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
"gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
"starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
"organizations_url": "https://api.github.com/users/darkmatter/orgs",
"repos_url": "https://api.github.com/users/darkmatter/repos",
"events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
"received_events_url": "https://api.github.com/users/darkmatter/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/darkmatter/alchemy",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/darkmatter/alchemy",
"forks_url": "https://api.github.com/repos/darkmatter/alchemy/forks",
"keys_url": "https://api.github.com/repos/darkmatter/alchemy/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/darkmatter/alchemy/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/darkmatter/alchemy/teams",
"hooks_url": "https://api.github.com/repos/darkmatter/alchemy/hooks",
"issue_events_url": "https://api.github.com/repos/darkmatter/alchemy/issues/events{/number}",
"events_url": "https://api.github.com/repos/darkmatter/alchemy/events",
"assignees_url": "https://api.github.com/repos/darkmatter/alchemy/assignees{/user}",
"branches_url": "https://api.github.com/repos/darkmatter/alchemy/branches{/branch}",
"tags_url": "https://api.github.com/repos/darkmatter/alchemy/tags",
"blobs_url": "https://api.github.com/repos/darkmatter/alchemy/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/darkmatter/alchemy/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/darkmatter/alchemy/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/darkmatter/alchemy/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/darkmatter/alchemy/statuses/{sha}",
"languages_url": "https://api.github.com/repos/darkmatter/alchemy/languages",
"stargazers_url": "https://api.github.com/repos/darkmatter/alchemy/stargazers",
"contributors_url": "https://api.github.com/repos/darkmatter/alchemy/contributors",
"subscribers_url": "https://api.github.com/repos/darkmatter/alchemy/subscribers",
"subscription_url": "https://api.github.com/repos/darkmatter/alchemy/subscription",
"commits_url": "https://api.github.com/repos/darkmatter/alchemy/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/darkmatter/alchemy/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/darkmatter/alchemy/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/darkmatter/alchemy/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/darkmatter/alchemy/contents/{+path}",
"compare_url": "https://api.github.com/repos/darkmatter/alchemy/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/darkmatter/alchemy/merges",
"archive_url": "https://api.github.com/repos/darkmatter/alchemy/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/darkmatter/alchemy/downloads",
"issues_url": "https://api.github.com/repos/darkmatter/alchemy/issues{/number}",
"pulls_url": "https://api.github.com/repos/darkmatter/alchemy/pulls{/number}",
"milestones_url": "https://api.github.com/repos/darkmatter/alchemy/milestones{/number}",
"notifications_url": "https://api.github.com/repos/darkmatter/alchemy/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/darkmatter/alchemy/labels{/name}",
"releases_url": "https://api.github.com/repos/darkmatter/alchemy/releases{/id}",
"deployments_url": "https://api.github.com/repos/darkmatter/alchemy/deployments"
},
"head_repository": {
"id": 1236585258,
"node_id": "R_kgDOSbTLKg",
"name": "alchemy",
"full_name": "darkmatter/alchemy",
"private": false,
"owner": {
"login": "darkmatter",
"id": 17834193,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/darkmatter",
"html_url": "https://github.com/darkmatter",
"followers_url": "https://api.github.com/users/darkmatter/followers",
"following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
"gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
"starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
"organizations_url": "https://api.github.com/users/darkmatter/orgs",
"repos_url": "https://api.github.com/users/darkmatter/repos",
"events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
"received_events_url": "https://api.github.com/users/darkmatter/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/darkmatter/alchemy",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/darkmatter/alchemy",
"forks_url": "https://api.github.com/repos/darkmatter/alchemy/forks",
"keys_url": "https://api.github.com/repos/darkmatter/alchemy/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/darkmatter/alchemy/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/darkmatter/alchemy/teams",
"hooks_url": "https://api.github.com/repos/darkmatter/alchemy/hooks",
"issue_events_url": "https://api.github.com/repos/darkmatter/alchemy/issues/events{/number}",
"events_url": "https://api.github.com/repos/darkmatter/alchemy/events",
"assignees_url": "https://api.github.com/repos/darkmatter/alchemy/assignees{/user}",
"branches_url": "https://api.github.com/repos/darkmatter/alchemy/branches{/branch}",
"tags_url": "https://api.github.com/repos/darkmatter/alchemy/tags",
"blobs_url": "https://api.github.com/repos/darkmatter/alchemy/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/darkmatter/alchemy/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/darkmatter/alchemy/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/darkmatter/alchemy/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/darkmatter/alchemy/statuses/{sha}",
"languages_url": "https://api.github.com/repos/darkmatter/alchemy/languages",
"stargazers_url": "https://api.github.com/repos/darkmatter/alchemy/stargazers",
"contributors_url": "https://api.github.com/repos/darkmatter/alchemy/contributors",
"subscribers_url": "https://api.github.com/repos/darkmatter/alchemy/subscribers",
"subscription_url": "https://api.github.com/repos/darkmatter/alchemy/subscription",
"commits_url": "https://api.github.com/repos/darkmatter/alchemy/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/darkmatter/alchemy/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/darkmatter/alchemy/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/darkmatter/alchemy/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/darkmatter/alchemy/contents/{+path}",
"compare_url": "https://api.github.com/repos/darkmatter/alchemy/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/darkmatter/alchemy/merges",
"archive_url": "https://api.github.com/repos/darkmatter/alchemy/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/darkmatter/alchemy/downloads",
"issues_url": "https://api.github.com/repos/darkmatter/alchemy/issues{/number}",
"pulls_url": "https://api.github.com/repos/darkmatter/alchemy/pulls{/number}",
"milestones_url": "https://api.github.com/repos/darkmatter/alchemy/milestones{/number}",
"notifications_url": "https://api.github.com/repos/darkmatter/alchemy/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/darkmatter/alchemy/labels{/name}",
"releases_url": "https://api.github.com/repos/darkmatter/alchemy/releases{/id}",
"deployments_url": "https://api.github.com/repos/darkmatter/alchemy/deployments"
}
},
"workflow": {
"id": 275389569,
"node_id": "W_kwDOSbTLKs4QahyB",
"name": "CodeQL",
"path": "dynamic/github-code-scanning/codeql",
"state": "active",
"created_at": "2026-05-12T14:05:37.000Z",
"updated_at": "2026-05-12T14:05:37.000Z",
"url": "https://api.github.com/repos/darkmatter/alchemy/actions/workflows/275389569",
"html_url": "https://github.com/darkmatter/alchemy/actions/workflows/github-code-scanning/codeql",
"badge_url": "https://github.com/darkmatter/alchemy/actions/workflows/github-code-scanning/codeql/badge.svg"
},
"repository": {
"id": 1236585258,
"node_id": "R_kgDOSbTLKg",
"name": "alchemy",
"full_name": "darkmatter/alchemy",
"private": false,
"owner": {
"login": "darkmatter",
"id": 17834193,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
"avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/darkmatter",
"html_url": "https://github.com/darkmatter",
"followers_url": "https://api.github.com/users/darkmatter/followers",
"following_url": "https://api.github.com/users/darkmatter/following{/other_user}",
"gists_url": "https://api.github.com/users/darkmatter/gists{/gist_id}",
"starred_url": "https://api.github.com/users/darkmatter/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/darkmatter/subscriptions",
"organizations_url": "https://api.github.com/users/darkmatter/orgs",
"repos_url": "https://api.github.com/users/darkmatter/repos",
"events_url": "https://api.github.com/users/darkmatter/events{/privacy}",
"received_events_url": "https://api.github.com/users/darkmatter/received_events",
"type": "Organization",
"user_view_type": "public",
"site_admin": false
},
"html_url": "https://github.com/darkmatter/alchemy",
"description": null,
"fork": false,
"url": "https://api.github.com/repos/darkmatter/alchemy",
"forks_url": "https://api.github.com/repos/darkmatter/alchemy/forks",
"keys_url": "https://api.github.com/repos/darkmatter/alchemy/keys{/key_id}",
"collaborators_url": "https://api.github.com/repos/darkmatter/alchemy/collaborators{/collaborator}",
"teams_url": "https://api.github.com/repos/darkmatter/alchemy/teams",
"hooks_url": "https://api.github.com/repos/darkmatter/alchemy/hooks",
"issue_events_url": "https://api.github.com/repos/darkmatter/alchemy/issues/events{/number}",
"events_url": "https://api.github.com/repos/darkmatter/alchemy/events",
"assignees_url": "https://api.github.com/repos/darkmatter/alchemy/assignees{/user}",
"branches_url": "https://api.github.com/repos/darkmatter/alchemy/branches{/branch}",
"tags_url": "https://api.github.com/repos/darkmatter/alchemy/tags",
"blobs_url": "https://api.github.com/repos/darkmatter/alchemy/git/blobs{/sha}",
"git_tags_url": "https://api.github.com/repos/darkmatter/alchemy/git/tags{/sha}",
"git_refs_url": "https://api.github.com/repos/darkmatter/alchemy/git/refs{/sha}",
"trees_url": "https://api.github.com/repos/darkmatter/alchemy/git/trees{/sha}",
"statuses_url": "https://api.github.com/repos/darkmatter/alchemy/statuses/{sha}",
"languages_url": "https://api.github.com/repos/darkmatter/alchemy/languages",
"stargazers_url": "https://api.github.com/repos/darkmatter/alchemy/stargazers",
"contributors_url": "https://api.github.com/repos/darkmatter/alchemy/contributors",
"subscribers_url": "https://api.github.com/repos/darkmatter/alchemy/subscribers",
"subscription_url": "https://api.github.com/repos/darkmatter/alchemy/subscription",
"commits_url": "https://api.github.com/repos/darkmatter/alchemy/commits{/sha}",
"git_commits_url": "https://api.github.com/repos/darkmatter/alchemy/git/commits{/sha}",
"comments_url": "https://api.github.com/repos/darkmatter/alchemy/comments{/number}",
"issue_comment_url": "https://api.github.com/repos/darkmatter/alchemy/issues/comments{/number}",
"contents_url": "https://api.github.com/repos/darkmatter/alchemy/contents/{+path}",
"compare_url": "https://api.github.com/repos/darkmatter/alchemy/compare/{base}...{head}",
"merges_url": "https://api.github.com/repos/darkmatter/alchemy/merges",
"archive_url": "https://api.github.com/repos/darkmatter/alchemy/{archive_format}{/ref}",
"downloads_url": "https://api.github.com/repos/darkmatter/alchemy/downloads",
"issues_url": "https://api.github.com/repos/darkmatter/alchemy/issues{/number}",
"pulls_url": "https://api.github.com/repos/darkmatter/alchemy/pulls{/number}",
"milestones_url": "https://api.github.com/repos/darkmatter/alchemy/milestones{/number}",
"notifications_url": "https://api.github.com/repos/darkmatter/alchemy/notifications{?since,all,participating}",
"labels_url": "https://api.github.com/repos/darkmatter/alchemy/labels{/name}",
"releases_url": "https://api.github.com/repos/darkmatter/alchemy/releases{/id}",
"deployments_url": "https://api.github.com/repos/darkmatter/alchemy/deployments",
"created_at": "2026-05-12T11:38:48Z",
"updated_at": "2026-05-12T13:59:55Z",
"pushed_at": "2026-05-12T13:38:37Z",
"git_url": "git://github.com/darkmatter/alchemy.git",
"ssh_url": "git@github.com:darkmatter/alchemy.git",
"clone_url": "https://github.com/darkmatter/alchemy.git",
"svn_url": "https://github.com/darkmatter/alchemy",
"homepage": null,
"size": 69,
"stargazers_count": 0,
"watchers_count": 0,
"language": "TypeScript",
"has_issues": true,
"has_projects": true,
"has_downloads": true,
"has_wiki": true,
"has_pages": false,
"has_discussions": false,
"forks_count": 0,
"mirror_url": null,
"archived": false,
"disabled": false,
"open_issues_count": 0,
"license": null,
"allow_forking": true,
"is_template": false,
"web_commit_signoff_required": false,
"has_pull_requests": true,
"pull_request_creation_policy": "all",
"topics": [],
"visibility": "public",
"forks": 0,
"open_issues": 0,
"watchers": 0,
"default_branch": "main",
"custom_properties": {}
},
"organization": {
"login": "darkmatter",
"id": 17834193,
"node_id": "MDEyOk9yZ2FuaXphdGlvbjE3ODM0MTkz",
"url": "https://api.github.com/orgs/darkmatter",
"repos_url": "https://api.github.com/orgs/darkmatter/repos",
"events_url": "https://api.github.com/orgs/darkmatter/events",
"hooks_url": "https://api.github.com/orgs/darkmatter/hooks",
"issues_url": "https://api.github.com/orgs/darkmatter/issues",
"members_url": "https://api.github.com/orgs/darkmatter/members{/member}",
"public_members_url": "https://api.github.com/orgs/darkmatter/public_members{/member}",
"avatar_url": "https://avatars.githubusercontent.com/u/17834193?v=4",
"description": ""
},
"enterprise": {
"id": 469843,
"slug": "darkmatter",
"name": "darkmatter",
"node_id": "E_kgDOAAcrUw",
"avatar_url": "https://avatars.githubusercontent.com/b/469843?v=4",
"description": "",
"website_url": "darkmatter.io",
"html_url": "https://github.com/enterprises/darkmatter",
"created_at": "2025-09-07T16:01:00Z",
"updated_at": "2026-06-07T16:53:26Z"
},
"sender": {
"login": "github-advanced-security[bot]",
"id": 62310815,
"node_id": "MDM6Qm90NjIzMTA4MTU=",
"avatar_url": "https://avatars.githubusercontent.com/in/57789?v=4",
"gravatar_id": "",
"url": "https://api.github.com/users/github-advanced-security%5Bbot%5D",
"html_url": "https://github.com/apps/github-advanced-security",
"followers_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/followers",
"following_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/following{/other_user}",
"gists_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/gists{/gist_id}",
"starred_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/subscriptions",
"organizations_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/orgs",
"repos_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/repos",
"events_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/events{/privacy}",
"received_events_url": "https://api.github.com/users/github-advanced-security%5Bbot%5D/received_events",
"type": "Bot",
"user_view_type": "public",
"site_admin": false
},
"installation": {
"id": 131074261,
"node_id": "MDIzOkludGVncmF0aW9uSW5zdGFsbGF0aW9uMTMxMDc0MjYx"
}
}