15
15
runs-on : ubuntu-latest
16
16
steps :
17
17
- name : Checkout Repo
18
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
18
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
19
19
- name : Setup Go
20
20
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
21
21
with :
38
38
needs : [setup-environment]
39
39
steps :
40
40
- name : Checkout Repo
41
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
41
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
42
42
- name : Setup Go
43
43
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
44
44
with :
62
62
timeout-minutes : 30
63
63
steps :
64
64
- name : Checkout Repo
65
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
65
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
66
66
- name : Setup Go
67
67
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
68
68
with :
87
87
needs : [setup-environment]
88
88
steps :
89
89
- name : Checkout Repo
90
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
90
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
91
91
- name : Setup Go
92
92
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
93
93
with :
@@ -150,7 +150,7 @@ jobs:
150
150
- name : Run vmmeter
151
151
uses : self-actuated/vmmeter-action@v1
152
152
- name : Checkout Repo
153
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
153
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
154
154
- name : Setup Go
155
155
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
156
156
with :
@@ -194,7 +194,7 @@ jobs:
194
194
needs : [setup-environment]
195
195
steps :
196
196
- name : Checkout Repo
197
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
197
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
198
198
- name : Setup Go
199
199
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
200
200
with :
@@ -216,7 +216,7 @@ jobs:
216
216
- name : Run Unit Tests With Coverage
217
217
run : make gotest-with-cover
218
218
- name : Upload coverage report
219
- uses : codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # 4.3.1
219
+ uses : codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # 4.4.0
220
220
env :
221
221
CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
222
222
@@ -256,7 +256,7 @@ jobs:
256
256
257
257
steps :
258
258
- name : Checkout Repo
259
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
259
+ uses : actions/checkout@44c2b7a8a4ea60a981eaca3cf939b5f4305c123b # v4.1.5
260
260
- name : Setup Go
261
261
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
262
262
with :
0 commit comments