File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change 17
17
runs-on : ubuntu-latest
18
18
steps :
19
19
- name : Checkout Code
20
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
20
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
21
21
- name : Setup Go
22
- uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3 .5.0
22
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5 .5.0
23
23
with :
24
24
go-version : ' >=1.21'
25
25
cache : true
@@ -40,17 +40,17 @@ jobs:
40
40
runs-on : ubuntu-latest
41
41
steps :
42
42
- name : Checkout Code
43
- uses : actions/checkout@ac593985615ec2ede58e132d2e21d2b1cbd6127c # v3.3.0
43
+ uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
44
44
- name : Setup Go
45
- uses : actions/setup-go@6edd4406fa81c3da01a34fa6f6343087c207a568 # v3 .5.0
45
+ uses : actions/setup-go@d35c59abb061a4a6fb18e82ac0862c26744d6ab5 # v5 .5.0
46
46
with :
47
47
go-version : ' >=1.21'
48
48
cache : true
49
49
- name : Run test and generate coverage report
50
50
run : |
51
51
go test -race ./... -v -coverprofile=coverage.out
52
52
- name : Upload Coverage Report
53
- uses : actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808
53
+ uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
54
54
with :
55
55
path : coverage.out
56
56
name : Coverage-report
You can’t perform that action at this time.
0 commit comments