{"id":28518057,"url":"https://github.com/sourcegraph/lsif-go-action","last_synced_at":"2025-07-06T02:32:10.201Z","repository":{"id":37891029,"uuid":"213936330","full_name":"sourcegraph/lsif-go-action","owner":"sourcegraph","description":null,"archived":false,"fork":false,"pushed_at":"2024-08-20T10:31:07.000Z","size":35,"stargazers_count":5,"open_issues_count":2,"forks_count":2,"subscribers_count":59,"default_branch":"master","last_synced_at":"2025-07-03T14:18:05.449Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/sourcegraph.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":"2019-10-09T14:11:21.000Z","updated_at":"2025-04-04T04:40:33.000Z","dependencies_parsed_at":"2023-12-13T14:33:47.584Z","dependency_job_id":"decd1f9d-f1b4-45ed-bd37-55b00b5f8246","html_url":"https://github.com/sourcegraph/lsif-go-action","commit_stats":{"total_commits":33,"total_committers":11,"mean_commits":3.0,"dds":0.5151515151515151,"last_synced_commit":"83a1ddb4045ef11af7d980a01ab0cac5fdaad189"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/sourcegraph/lsif-go-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcegraph%2Flsif-go-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcegraph%2Flsif-go-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcegraph%2Flsif-go-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcegraph%2Flsif-go-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/sourcegraph","download_url":"https://codeload.github.com/sourcegraph/lsif-go-action/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/sourcegraph%2Flsif-go-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":263838678,"owners_count":23518135,"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":"2025-06-09T05:35:25.303Z","updated_at":"2025-07-06T02:32:10.195Z","avatar_url":"https://github.com/sourcegraph.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Sourcegraph Go LSIF Indexer GitHub Action\n\nThis action generate LSIF data from Go source code. See the [LSIF go indexer](https://github.com/sourcegraph/lsif-go) for more details.\n\n## Usage\n\nThe following inputs can be set.\n\n| name             | default   | description |\n| ---------------- | --------- | ----------- |\n| file             | dump.lsif | The output file (relative to the repository root). |\n| project_root     | `.`       | The root of the repository. |\n| module_root      | `.`       | The directory where `go.mod` is located, relative to the repository. |\n| additional_args  | ''        | Additional args that are passed directly to `lsif-go`. |\n\nThe following is a complete example that uses the [upload action](https://github.com/sourcegraph/lsif-upload-action) to upload the generated data to [sourcegraph.com](https://sourcegraph.com). Put this in `.github/workflows/lsif.yaml`.\n\n```\nname: LSIF\non:\n  - push\njobs:\n  index:\n    runs-on: ubuntu-latest\n    steps:\n      - uses: actions/checkout@v1\n      - name: Generate LSIF data\n        uses: sourcegraph/lsif-go-action@master\n      - name: Upload LSIF data\n        uses: sourcegraph/lsif-upload-action@master\n        with:\n          github_token: ${{ secrets.GITHUB_TOKEN }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourcegraph%2Flsif-go-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fsourcegraph%2Flsif-go-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fsourcegraph%2Flsif-go-action/lists"}