From 2d9b353aec3b7ca9e302bcfee1923e5c113971c7 Mon Sep 17 00:00:00 2001 From: "renovate[bot]" <29139614+renovate[bot]@users.noreply.github.com> Date: Mon, 27 Jan 2025 02:50:12 +0000 Subject: [PATCH] chore(deps): update actions/checkout digest --- .github/workflows/scip.yml | 2 +- .github/workflows/update-tags.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/scip.yml b/.github/workflows/scip.yml index efca5cbd87df..2bfccb0ca202 100644 --- a/.github/workflows/scip.yml +++ b/.github/workflows/scip.yml @@ -9,7 +9,7 @@ jobs: runs-on: ubuntu-latest container: sourcegraph/scip-go steps: - - uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e + - uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2 - name: Get src-cli run: curl -L https://sourcegraph.com/.api/src-cli/src_linux_amd64 -o /usr/local/bin/src; chmod +x /usr/local/bin/src diff --git a/.github/workflows/update-tags.yml b/.github/workflows/update-tags.yml index 787aa511a8db..ed1bf74b4b6d 100644 --- a/.github/workflows/update-tags.yml +++ b/.github/workflows/update-tags.yml @@ -11,7 +11,7 @@ jobs: dispatch: runs-on: ubuntu-latest steps: - - uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2 + - uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2 - uses: actions/setup-go@331ce1d993939866bb63c32c6cbbfd48fa76fc57 # renovate: tag=v2 with: go-version: '^1.21'