@@ -43,13 +43,13 @@ jobs:
4343 disable-telemetry : true
4444
4545 - name : Checkout repository
46- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
46+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
4747 with :
4848 # Needed in hack/derive-version.sh
4949 fetch-depth : 0
5050
5151 - name : Restore Cache
52- uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
52+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
5353 with :
5454 key : main
5555 path : ' **'
8686 run : make test
8787
8888 - name : Upload test coverage artifacts
89- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
89+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
9090 with :
9191 name : coverage-test
9292 path : |
@@ -107,10 +107,10 @@ jobs:
107107 # disable-telemetry: true
108108
109109 - name : Checkout repository
110- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
110+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
111111
112112 - name : Cache Go build and module artifacts
113- uses : actions/cache@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
113+ uses : actions/cache@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
114114 with :
115115 path : |
116116 ~/.cache/go-build
@@ -156,7 +156,7 @@ jobs:
156156 run : E2E_INSTRUMENTATION=true make acceptance
157157
158158 - name : Upload acceptance coverage artifact
159- uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
159+ uses : actions/upload-artifact@043fb46d1a93c77aae656e7c1c64a875d1fc6a0a # v7 .0.1
160160 with :
161161 name : coverage-acceptance
162162 path : ./coverage-acceptance.out
@@ -175,24 +175,24 @@ jobs:
175175
176176 # checkout is required for codecov to map the coverage data back to files in the repo
177177 - name : Checkout repository
178- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
178+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
179179 with :
180180 fetch-depth : 0
181181
182182 - name : Download test coverage artifacts
183- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
183+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
184184 with :
185185 name : coverage-test
186186 path : ./coverage
187187
188188 - name : Download acceptance coverage artifact
189- uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
189+ uses : actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8 .0.1
190190 with :
191191 name : coverage-acceptance
192192 path : ./coverage
193193
194194 - name : Upload unit test coverage report
195- uses : codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
195+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
196196 env :
197197 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
198198 with :
@@ -201,7 +201,7 @@ jobs:
201201 flags : unit
202202
203203 - name : Upload generative test coverage report
204- uses : codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
204+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
205205 env :
206206 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
207207 with :
@@ -210,7 +210,7 @@ jobs:
210210 flags : generative
211211
212212 - name : Upload integration test coverage report
213- uses : codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
213+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
214214 env :
215215 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
216216 with :
@@ -219,7 +219,7 @@ jobs:
219219 flags : integration
220220
221221 - name : Upload acceptance test coverage report
222- uses : codecov/codecov-action@75cd11691c0faa626561e295848008c8a7dddffe # v5.5.4
222+ uses : codecov/codecov-action@fb8b3582c8e4def4969c97caa2f19720cb33a72f # v7.0.0
223223 env :
224224 CODECOV_TOKEN : ${{ secrets.CODECOV_TOKEN }}
225225 with :
@@ -231,10 +231,10 @@ jobs:
231231 runs-on : ubuntu-latest
232232 steps :
233233 - name : Checkout repository
234- uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6 .0.2
234+ uses : actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7 .0.0
235235
236236 - name : Restore Cache
237- uses : actions/cache/restore@668228422ae6a00e4ad889ee87cd7109ec5666a7 # v5.0.4
237+ uses : actions/cache/restore@55cc8345863c7cc4c66a329aec7e433d2d1c52a9 # v6.1.0
238238 with :
239239 key : main
240240 path : ' **'
0 commit comments