From 5f884b574d6f9be139114a02fd75a9e1c3888ca9 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 26 Jan 2026 14:43:46 +0000 Subject: [PATCH] Bump actions/checkout from 6.0.1 to 6.0.2 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.1 to 6.0.2. - [Release notes](https://github.com/actions/checkout/releases) - [Commits](https://github.com/actions/checkout/compare/v6.0.1...v6.0.2) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.2 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/go.yml | 2 +- .github/workflows/sourcegraph-lsif-indexing.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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