actions-marketplace-validations/Sourcegraph LSIF Uploader

Upload LSIF data to a Sourcegraph instance

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stalelast commit Aug 20, 2024
License
MIT

Pinned Snippet

workflow.ymlSHA-pinned
uses: actions-marketplace-validations/sourcegraph_lsif-upload-action@da8da36525b6fc19a4dc1e33d38aacf9923e43b7 # no releases — HEAD as of 2026-07-10

tags can be moved; commit SHAs can't. why a SHA?

namedescriptionrequireddefault
fileThe LSIF dump file to upload.dump.lsif
rootThe root of the LSIF dump""
endpointThe URL of the Sourcegraph instance.https://sourcegraph.com
github_tokenEither 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_failureWhether the action should fail if uploading the lsif dump fails.""

no outputs