4747 run : go install github.com/goreleaser/nfpm/v2/cmd/nfpm@${{ env.NFPM_VERSION }}
4848 - name : Fix golang dependency permissions
4949 run : chmod -R 0755 ~/go/pkg/mod ~/.cache/go-build
50- - uses : actions/cache@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
50+ - uses : actions/cache@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
5151 with :
5252 path : |
5353 ~/.cache/go-build
7171 with :
7272 go-version-file : ' go.mod'
7373 cache : false
74- - uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
74+ - uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
7575 with :
7676 path : |
7777 ~/.cache/go-build
@@ -108,7 +108,7 @@ jobs:
108108 with :
109109 go-version-file : ' go.mod'
110110 cache : false
111- - uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
111+ - uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
112112 with :
113113 path : |
114114 ~/.cache/go-build
@@ -117,7 +117,7 @@ jobs:
117117 - name : Run Unit Tests
118118 run : make unit-test
119119 - name : Uplaod Test Coverage
120- uses : codecov/codecov-action@5a1091511ad55cbe89839c7260b706298ca349f7 # v5.5.1
120+ uses : codecov/codecov-action@671740ac38dd9b0130fbe1cec585b89eea48d3de # v5.5.2
121121 with :
122122 files : ./build/test/coverage.out
123123 token : ${{ secrets.CODECOV_TOKEN }}
@@ -137,7 +137,7 @@ jobs:
137137 with :
138138 go-version-file : ' go.mod'
139139 cache : false
140- - uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
140+ - uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
141141 with :
142142 path : |
143143 ~/.cache/go-build
@@ -169,7 +169,7 @@ jobs:
169169 run : go install github.com/goreleaser/nfpm/v2/cmd/nfpm@${{ env.NFPM_VERSION }}
170170 - name : Fix golang dependency permissions
171171 run : chmod -R 0755 ~/go/pkg/mod ~/.cache/go-build
172- - uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
172+ - uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
173173 with :
174174 path : |
175175 ~/.cache/go-build
@@ -179,7 +179,7 @@ jobs:
179179 run : |
180180 make clean local-deb-package local-rpm-package local-apk-package
181181 - name : Upload Artifacts
182- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
182+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
183183 with :
184184 name : nginx-agent-unsigned-snapshots
185185 path : build
@@ -197,7 +197,7 @@ jobs:
197197 - image : " redhatenterprise"
198198 version : " 9"
199199 - image : " alpine"
200- version : " 3.22 "
200+ version : " 3.23 "
201201 steps :
202202 - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
203203 - name : Configure Go Proxy
@@ -210,14 +210,14 @@ jobs:
210210 with :
211211 go-version-file : ' go.mod'
212212 cache : false
213- - uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
213+ - uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
214214 with :
215215 path : |
216216 ~/.cache/go-build
217217 ~/go/pkg/mod
218218 key : ${{ runner.os }}-go-
219219 - name : Download Packages
220- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
220+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
221221 with :
222222 name : nginx-agent-unsigned-snapshots
223223 path : build
@@ -266,14 +266,14 @@ jobs:
266266 with :
267267 go-version-file : ' go.mod'
268268 cache : false
269- - uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
269+ - uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
270270 with :
271271 path : |
272272 ~/.cache/go-build
273273 ~/go/pkg/mod
274274 key : ${{ runner.os }}-go-
275275 - name : Download Packages
276- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
276+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
277277 with :
278278 name : nginx-agent-unsigned-snapshots
279279 path : build
@@ -329,14 +329,14 @@ jobs:
329329 with :
330330 go-version-file : ' go.mod'
331331 cache : false
332- - uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
332+ - uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
333333 with :
334334 path : |
335335 ~/.cache/go-build
336336 ~/go/pkg/mod
337337 key : ${{ runner.os }}-go-
338338 - name : Download Packages
339- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
339+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
340340 with :
341341 name : nginx-agent-unsigned-snapshots
342342 path : build
@@ -402,14 +402,14 @@ jobs:
402402 with :
403403 go-version-file : ' go.mod'
404404 cache : false
405- - uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
405+ - uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
406406 with :
407407 path : |
408408 ~/.cache/go-build
409409 ~/go/pkg/mod
410410 key : ${{ runner.os }}-go-
411411 - name : Download Packages
412- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
412+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
413413 with :
414414 name : nginx-agent-unsigned-snapshots
415415 path : build
@@ -474,14 +474,14 @@ jobs:
474474 with :
475475 go-version-file : ' go.mod'
476476 cache : false
477- - uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
477+ - uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
478478 with :
479479 path : |
480480 ~/.cache/go-build
481481 ~/go/pkg/mod
482482 key : ${{ runner.os }}-go-
483483 - name : Download Packages
484- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
484+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
485485 with :
486486 name : nginx-agent-unsigned-snapshots
487487 path : build
@@ -547,14 +547,14 @@ jobs:
547547 with :
548548 go-version-file : ' go.mod'
549549 cache : false
550- - uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
550+ - uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
551551 with :
552552 path : |
553553 ~/.cache/go-build
554554 ~/go/pkg/mod
555555 key : ${{ runner.os }}-go-
556556 - name : Download Packages
557- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
557+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
558558 with :
559559 name : nginx-agent-unsigned-snapshots
560560 path : build
@@ -605,7 +605,7 @@ jobs:
605605 with :
606606 go-version-file : ' go.mod'
607607 cache : false
608- - uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
608+ - uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
609609 with :
610610 path : |
611611 ~/.cache/go-build
@@ -644,15 +644,15 @@ jobs:
644644 go-version-file : ' go.mod'
645645 cache : false
646646
647- - uses : actions/cache/restore@0057852bfaa89a56745cba8c7296529d2fc39830 # v4.3.0
647+ - uses : actions/cache/restore@9255dc7a253b0ccc959486e2bca901246202afeb # v5.0.1
648648 with :
649649 path : |
650650 ~/.cache/go-build
651651 ~/go/pkg/mod
652652 key : ${{ runner.os }}-go-
653653
654654 - name : Download Packages
655- uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
655+ uses : actions/download-artifact@37930b1c2abaa49bbe596cd826c3c89aef350131 # v7 .0.0
656656 with :
657657 name : nginx-agent-unsigned-snapshots
658658 path : build
@@ -688,7 +688,7 @@ jobs:
688688 echo "$results"
689689
690690 - name : Upload Load Test Results
691- uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5 .0.0
691+ uses : actions/upload-artifact@b7c566a772e6b6bfb58ed0dc250532a479d7789f # v6 .0.0
692692 with :
693693 name : load-test-results
694694 path : benchmarks.json
0 commit comments