Skip to content
This repository was archived by the owner on Jun 9, 2025. It is now read-only.

Commit 124542f

Browse files
chore(deps): update actions/checkout digest
1 parent a7b70f5 commit 124542f

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/scip.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ jobs:
99
runs-on: ubuntu-latest
1010
container: sourcegraph/scip-go
1111
steps:
12-
- uses: actions/checkout@50fbc622fc4ef5163becd7fab6573eac35f8462e
12+
- uses: actions/checkout@85e6279cec87321a52edac9c87bce653a07cf6c2
1313
- name: Get src-cli
1414
run: curl -L https://sourcegraph.com/.api/src-cli/src_linux_amd64 -o /usr/local/bin/src;
1515
chmod +x /usr/local/bin/src

.github/workflows/update-tags.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ jobs:
1111
dispatch:
1212
runs-on: ubuntu-latest
1313
steps:
14-
- uses: actions/checkout@7884fcad6b5d53d10323aee724dc68d8b9096a2e # tag=v2
14+
- uses: actions/checkout@ee0669bd1cc54295c223e0bb666b733df41de1c5 # v2
1515
- uses: actions/setup-go@331ce1d993939866bb63c32c6cbbfd48fa76fc57 # renovate: tag=v2
1616
with:
1717
go-version: '^1.21'

0 commit comments

Comments
 (0)