We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 991aa12 commit 7a37618Copy full SHA for 7a37618
.github/workflows/go.yml
@@ -22,16 +22,16 @@ jobs:
22
23
steps:
24
- name: Checkout code
25
- uses: actions/checkout@v3
+ uses: actions/checkout@f43a0e5ff2bd294095638e18286ca9a3d1956744 # v3.6.0
26
27
- name: Set up Go ${{ matrix.go_version }}
28
- uses: actions/setup-go@v4
+ uses: actions/setup-go@93397bea11091df50f3d7e59dc26a7711a8bcfbe # v4.1.0
29
with:
30
go-version: ${{ matrix.go_version }}
31
32
- name: Cache Go modules
33
id: cache
34
- uses: actions/cache@v3
+ uses: actions/cache@e12d46a63a90f2fae62d114769bbf2a179198b5c # v3.3.3
35
36
path: ~/go/pkg/mod
37
key: v1-go${{ matrix.go_version }}
0 commit comments