File tree 2 files changed +17
-4
lines changed
2 files changed +17
-4
lines changed Original file line number Diff line number Diff line change
1
+ version : 2
2
+ updates :
3
+ - package-ecosystem : " gomod"
4
+ directory : " /"
5
+ schedule :
6
+ interval : " daily"
7
+ labels : ["dependencies"]
8
+
9
+ - package-ecosystem : " github-actions"
10
+ directory : " /"
11
+ schedule :
12
+ interval : " daily"
13
+ labels : ["dependencies"]
Original file line number Diff line number Diff line change @@ -15,12 +15,12 @@ jobs:
15
15
16
16
steps :
17
17
- name : Setup go
18
- uses : actions/setup-go@v3
18
+ uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # https://github.com/actions/setup-go/releases/tag/v3.5.0
19
19
with :
20
20
go-version : ${{ matrix.go-version }}
21
21
22
22
- name : Checkout code
23
- uses : actions/checkout@v3
23
+ uses : actions/checkout@755da8c3cf115ac066823e79a1e1788f8940201b # https://github.com/actions/checkout/releases/tag/v3.2.0
24
24
25
25
- name : Create test directory
26
26
run : |
30
30
run : go mod download
31
31
32
32
- name : Cache / restore go modules
33
- uses : actions/cache@v3
33
+ uses : actions/cache@9b0c1fce7a93df8e3bb8926b0d6e9d89e92f20a7 # https://github.com/actions/cache/releases/tag/v3.0.11
34
34
with :
35
35
path : |
36
36
~/go/pkg/mod
68
68
69
69
# Save coverage report parts
70
70
- name : Upload and save artifacts
71
- uses : actions/upload-artifact@v3
71
+ uses : actions/upload-artifact@83fd05a356d7e2593de66fc9913b3002723633cb # https://github.com/actions/upload-artifact/releases/tag/v3.1.1
72
72
with :
73
73
name : Test Results
74
74
path : ${{ env.TEST_RESULTS }}
You can’t perform that action at this time.
0 commit comments