Skip to content

Commit 08ef07a

Browse files
Pin actions/checkout action to 692973e
1 parent cd572fd commit 08ef07a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ jobs:
1919
container: golang:1.22-alpine
2020
steps:
2121
- name: checkout
22-
uses: actions/checkout@v4
22+
uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
2323
- name: install prereqs
2424
run: apk add --no-cache --update build-base
2525
- name: build

0 commit comments

Comments
 (0)