Skip to content

Commit 1756ecf

Browse files
Pin actions/checkout action to b4ffde6
1 parent 5317efb commit 1756ecf

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@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
2323
- name: install prereqs
2424
run: apk add --no-cache --update build-base
2525
- name: build

0 commit comments

Comments
 (0)