Skip to content

Update actions/checkout digest to c85c95e #4724

Update actions/checkout digest to c85c95e

Update actions/checkout digest to c85c95e #4724

Workflow file for this run

name: LSIF
on:
- push
jobs:
lsif-go:
runs-on: ubuntu-latest
container: sourcegraph/lsif-go
steps:
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3
- name: Generate LSIF data
run: lsif-go
- name: Upload LSIF data
run: src lsif upload -github-token=${{ secrets.GITHUB_TOKEN }}