{"id":17686011,"url":"https://github.com/geekmasher/codeql-dependency-graph-action","last_synced_at":"2025-07-22T01:03:55.677Z","repository":{"id":84947927,"uuid":"598573648","full_name":"GeekMasher/codeql-dependency-graph-action","owner":"GeekMasher","description":"CodeQL \u003c-\u003e Dependency Graph Actions","archived":false,"fork":false,"pushed_at":"2024-07-06T00:30:48.000Z","size":463,"stargazers_count":0,"open_issues_count":4,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-07-14T01:55:59.515Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/GeekMasher.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-02-07T11:47:01.000Z","updated_at":"2023-02-08T12:14:11.000Z","dependencies_parsed_at":null,"dependency_job_id":"bb440ce4-69e9-4f25-add7-428fc724e721","html_url":"https://github.com/GeekMasher/codeql-dependency-graph-action","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"purl":"pkg:github/GeekMasher/codeql-dependency-graph-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekMasher%2Fcodeql-dependency-graph-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekMasher%2Fcodeql-dependency-graph-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekMasher%2Fcodeql-dependency-graph-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekMasher%2Fcodeql-dependency-graph-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/GeekMasher","download_url":"https://codeload.github.com/GeekMasher/codeql-dependency-graph-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/GeekMasher%2Fcodeql-dependency-graph-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":266405405,"owners_count":23923536,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-07-21T11:47:31.412Z","response_time":64,"last_error":null,"robots_txt_status":null,"robots_txt_updated_at":null,"robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-24T10:29:42.711Z","updated_at":"2025-07-22T01:03:55.658Z","avatar_url":"https://github.com/GeekMasher.png","language":"Python","funding_links":[],"categories":[],"sub_categories":[],"readme":"# codeql-dependency-graph-action\n\nCodeQL Dependency Graph Action is focused on capturing as much information from CodeQL databases and build out a bill of materials that was discovered during analysis.\nThis is them uploaded as a snapshot to the Dependency Graph to discover if the versions of software contain any security issues.\n\n## Usage\n\n```yaml\n- name: CodeQL Dependency Graph\n  uses: geekmasher/codeql-dependency-graph-action@v0.2\n```\n\n**Sample Action Workflow**\n\n```yaml\n- name: Initialize CodeQL\n  uses: github/codeql-action/init@v2\n  with:\n    languages: ${{ matrix.language }}\n\n  # autobuild or manual build\n\n- name: CodeQL Dependency Graph\n  uses: geekmasher/codeql-dependency-graph-action@v0.2\n\n- name: Perform CodeQL Analysis\n  uses: github/codeql-action/analyze@v2\n```\n\n## Features\n\n| Language   | Query                                   | Completeness               |\n| ---------- | --------------------------------------- | -------------------------- |\n| C/C++      | :white_check_mark: [query](./ql/cpp)    | :large_orange_diamond: [1] |\n| C#         | :red_circle:                            |                            |\n| Go         | :red_circle:                            |                            |\n| Java       | :white_check_mark: [query](./ql/java)   | :white_check_mark: [2]     |\n| JavaScript | :red_circle:                            |                            |\n| Python     | :white_check_mark: [query](./ql/python) | :large_orange_diamond: [3] |\n| Ruby       | :red_circle:                            |                            |\n\n*Notes:*\n\n1. C/C++ information is incomplete. The query is able to some data on dependencies, but the information is not complete. This is due to the fact that the CodeQL C/C++ extractor does not extract all the information needed to build a complete the dependency information.\n2. Java information is pretty complete. Both Gradle and Maven are supported well.\n3. Python's data is incomplete. Not all the information is available to build a complete dependency graph.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeekmasher%2Fcodeql-dependency-graph-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgeekmasher%2Fcodeql-dependency-graph-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgeekmasher%2Fcodeql-dependency-graph-action/lists"}