actions-marketplace-validations/Sourcegraph LSIF Uploader
Upload LSIF data to a Sourcegraph instance
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stalelast commit Aug 20, 2024
- License
- MIT
Pinned Snippet
uses: actions-marketplace-validations/sourcegraph_lsif-upload-action@da8da36525b6fc19a4dc1e33d38aacf9923e43b7 # no releases — HEAD as of 2026-07-10tags can be moved; commit SHAs can't. why a SHA?
Inputs
| name | description | required | default |
|---|---|---|---|
| file | The LSIF dump file to upload. | — | dump.lsif |
| root | The root of the LSIF dump | — | "" |
| endpoint | The URL of the Sourcegraph instance. | — | https://sourcegraph.com |
| github_token | Either 1. a GitHub access token with `repo` or `public_repo` scope, or 2. a GitHub installation access token (necessary when uploading to Sourcegraph.com, or any Sourcegraph instance with lsifEnforceAuth set to true). | — | "" |
| ignore_upload_failure | Whether the action should fail if uploading the lsif dump fails. | — | "" |
Outputs
no outputs