From 580a8e0517a7c50748763694323b2287d3ad057d Mon Sep 17 00:00:00 2001 From: Florian Lehner Date: Sat, 8 Nov 2025 17:18:23 +0100 Subject: [PATCH] CI: drop sourcegraph lsif-go Signed-off-by: Florian Lehner --- .../workflows/sourcegraph-lsif-indexing.yml | 21 ------------------- 1 file changed, 21 deletions(-) delete mode 100644 .github/workflows/sourcegraph-lsif-indexing.yml diff --git a/.github/workflows/sourcegraph-lsif-indexing.yml b/.github/workflows/sourcegraph-lsif-indexing.yml deleted file mode 100644 index caf3282..0000000 --- a/.github/workflows/sourcegraph-lsif-indexing.yml +++ /dev/null @@ -1,21 +0,0 @@ -name: "sourcegraph LSIF indexing" - -on: - push: - branches: [main] - -# Set default permissions as read only. -permissions: read-all - -jobs: - lsif-go: - runs-on: ubuntu-latest - container: sourcegraph/lsif-go:latest - steps: - - uses: actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493 # v4.2.2 - - name: Generate LSIF data - run: lsif-go - - name: Upload LSIF data - # this will upload to Sourcegraph.com, you may need to substitute a different command. - # by default, we ignore failures to avoid disrupting CI pipelines with non-critical errors. - run: src lsif upload -github-token=${{ secrets.GITHUB_TOKEN }} -ignore-upload-failure