{"id":13809734,"url":"https://github.com/zbazztian/codeql-debug","last_synced_at":"2025-05-14T08:33:33.626Z","repository":{"id":42881331,"uuid":"347074994","full_name":"zbazztian/codeql-debug","owner":"zbazztian","description":null,"archived":false,"fork":false,"pushed_at":"2022-03-26T12:56:44.000Z","size":2311,"stargazers_count":60,"open_issues_count":2,"forks_count":11,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-02-15T15:34:27.004Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"CodeQL","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/zbazztian.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-03-12T13:26:39.000Z","updated_at":"2023-10-30T07:45:41.000Z","dependencies_parsed_at":"2022-08-27T08:50:52.685Z","dependency_job_id":null,"html_url":"https://github.com/zbazztian/codeql-debug","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbazztian%2Fcodeql-debug","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbazztian%2Fcodeql-debug/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbazztian%2Fcodeql-debug/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zbazztian%2Fcodeql-debug/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zbazztian","download_url":"https://codeload.github.com/zbazztian/codeql-debug/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254104965,"owners_count":22015571,"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","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-08-04T02:00:35.229Z","updated_at":"2025-05-14T08:33:28.617Z","avatar_url":"https://github.com/zbazztian.png","language":"CodeQL","readme":"# CodeQL Debug Action\n\nAdd this action to an existing CodeQL analysis workflow to generate an html report including\n* recognized sources and sinks of the standard set of security queries,\n* dependencies / frameworks used by the project,\n* analysis performance statistics of previous analyses and\n* generated log files from previous analyses.\n\n## Example\n\n```yaml\nname: \"CodeQL Debugging\"\non: workflow_dispatch\n\njobs:\n  debug:\n    name: CodeQL Debug Job\n    runs-on: ubuntu-latest\n    strategy:\n      fail-fast: false\n      matrix:\n        language: [ 'javascript' ]\n\n    steps:\n    - name: Checkout repository\n      uses: actions/checkout@v2\n\n    - name: Initialize CodeQL\n      id: codeqlinit\n      uses: github/codeql-action/init@v1\n      with:\n        languages: ${{ matrix.language }}\n\n    - name: Perform CodeQL Analysis\n      uses: github/codeql-action/analyze@v1\n\n    - name: Debug Analysis\n      uses: zbazztian/codeql-debug@master\n      with:\n        language: ${{ matrix.language }}\n\n    - name: Upload loc as a Build Artifact\n      uses: actions/upload-artifact@v2.2.0\n      with:\n        name: codeql-debug-results\n        path: codeql-debug-results\n        retention-days: 30\n```\n\nThis will add the artifact `codeql-debug-results` which is an archive containing html file(s) for the language(s) that were analyzed.\n\n\n## Parameters\n\n* `language` (required): The language of the database to create the report for. The currently supported languages are `java`, `javascript` and `go`.\n* `db-path` (optional): The path to the database. If omitted, the action will guess where the database is located.\n* `codeql-path` (optional): The path to the CodeQL CLI executable. If omitted, the action will guess this path.\n","funding_links":[],"categories":["CodeQL Actions Helpers","CodeQL"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbazztian%2Fcodeql-debug","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzbazztian%2Fcodeql-debug","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzbazztian%2Fcodeql-debug/lists"}