We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39c2abc commit b08fa39Copy full SHA for b08fa39
.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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 # v4
23
- name: install prereqs
24
run: apk add --no-cache --update build-base
25
- name: build
0 commit comments