We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0e3d118 commit 9a80f8fCopy full SHA for 9a80f8f
.github/workflows/ci.yaml
@@ -19,7 +19,7 @@ jobs:
19
container: golang:1.23-alpine
20
steps:
21
- name: checkout
22
- uses: actions/checkout@v4
+ uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4
23
- name: install prereqs
24
run: apk add --no-cache --update build-base
25
- name: build
0 commit comments