diff --git a/.github/workflows/go.yml b/.github/workflows/go.yml index 1b4a957..f5d10d7 100644 --- a/.github/workflows/go.yml +++ b/.github/workflows/go.yml @@ -19,7 +19,7 @@ jobs: with: go-version: ${{ matrix.go-version }} - name: Checkout code - uses: actions/checkout@v6.0.1 + uses: actions/checkout@v6.0.2 - name: Download Go dependencies env: GOPROXY: "https://proxy.golang.org" diff --git a/.github/workflows/sourcegraph-lsif-indexing.yml b/.github/workflows/sourcegraph-lsif-indexing.yml index 5ade7e3..372899e 100644 --- a/.github/workflows/sourcegraph-lsif-indexing.yml +++ b/.github/workflows/sourcegraph-lsif-indexing.yml @@ -12,7 +12,7 @@ jobs: runs-on: ubuntu-latest container: sourcegraph/lsif-go:latest steps: - - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 + - uses: actions/checkout@0c366fd6a839edf440554fa01a7085ccba70ac98 # v6.0.1 - name: Generate LSIF data run: lsif-go - name: Upload LSIF data