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