2828 runs-on : ubuntu-22.04
2929 if : github.ref == 'refs/heads/main'
3030 steps :
31- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
31+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
3232 with :
3333 fetch-tags : ' true'
3434 - name : Configure Go Proxy
6060 name : Lint
6161 runs-on : ubuntu-22.04
6262 steps :
63- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
63+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
6464 - name : Configure Go Proxy
6565 uses : ./.github/actions/configure-goproxy
6666 with :
7878 ~/go/pkg/mod
7979 key : ${{ runner.os }}-go-
8080 - name : Lint Go
81- uses : golangci/golangci-lint-action@4afd733a84b1f43292c63897423277bb7f4313a9 # v8 .0.0
81+ uses : golangci/golangci-lint-action@0a35821d5c230e903fcfe077583637dea1b27b47 # v9 .0.0
8282 with :
8383 version : v2.4.0
8484
8888 permissions :
8989 contents : write
9090 steps :
91- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
91+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
9292 - name : Configure Go Proxy
9393 uses : ./.github/actions/configure-goproxy
9494 with :
@@ -117,7 +117,7 @@ jobs:
117117 name : Unit tests with race condition detection
118118 runs-on : ubuntu-22.04
119119 steps :
120- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
120+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
121121 - name : Configure Go Proxy
122122 uses : ./.github/actions/configure-goproxy
123123 with :
@@ -141,7 +141,7 @@ jobs:
141141 name : Build Unsigned Snapshot
142142 runs-on : ubuntu-22.04
143143 steps :
144- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
144+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
145145 with :
146146 fetch-tags : ' true'
147147 - name : Configure Go Proxy
@@ -170,7 +170,7 @@ jobs:
170170 run : |
171171 make clean local-deb-package local-rpm-package local-apk-package
172172 - name : Upload Artifacts
173- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
173+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
174174 with :
175175 name : nginx-agent-unsigned-snapshots
176176 path : build
@@ -190,7 +190,7 @@ jobs:
190190 - image : " alpine"
191191 version : " 3.22"
192192 steps :
193- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
193+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
194194 - name : Configure Go Proxy
195195 uses : ./.github/actions/configure-goproxy
196196 with :
@@ -208,7 +208,7 @@ jobs:
208208 ~/go/pkg/mod
209209 key : ${{ runner.os }}-go-
210210 - name : Download Packages
211- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
211+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
212212 with :
213213 name : nginx-agent-unsigned-snapshots
214214 path : build
@@ -246,7 +246,7 @@ jobs:
246246 - image : " alpine"
247247 version : " 3.22"
248248 steps :
249- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
249+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
250250 - name : Configure Go Proxy
251251 uses : ./.github/actions/configure-goproxy
252252 with :
@@ -264,7 +264,7 @@ jobs:
264264 ~/go/pkg/mod
265265 key : ${{ runner.os }}-go-
266266 - name : Download Packages
267- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
267+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
268268 with :
269269 name : nginx-agent-unsigned-snapshots
270270 path : build
@@ -309,7 +309,7 @@ jobs:
309309 version : " mainline"
310310 release : " alpine"
311311 steps :
312- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
312+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
313313 - name : Configure Go Proxy
314314 uses : ./.github/actions/configure-goproxy
315315 with :
@@ -327,7 +327,7 @@ jobs:
327327 ~/go/pkg/mod
328328 key : ${{ runner.os }}-go-
329329 - name : Download Packages
330- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
330+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
331331 with :
332332 name : nginx-agent-unsigned-snapshots
333333 path : build
@@ -382,7 +382,7 @@ jobs:
382382 release : " debian"
383383 path : " /nginx-plus/agent"
384384 steps :
385- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
385+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
386386 - name : Configure Go Proxy
387387 uses : ./.github/actions/configure-goproxy
388388 with :
@@ -400,7 +400,7 @@ jobs:
400400 ~/go/pkg/mod
401401 key : ${{ runner.os }}-go-
402402 - name : Download Packages
403- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
403+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
404404 with :
405405 name : nginx-agent-unsigned-snapshots
406406 path : build
@@ -454,7 +454,7 @@ jobs:
454454 version : " mainline"
455455 release : " alpine"
456456 steps :
457- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
457+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
458458 - name : Configure Go Proxy
459459 uses : ./.github/actions/configure-goproxy
460460 with :
@@ -472,7 +472,7 @@ jobs:
472472 ~/go/pkg/mod
473473 key : ${{ runner.os }}-go-
474474 - name : Download Packages
475- uses : actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
475+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
476476 with :
477477 name : nginx-agent-unsigned-snapshots
478478 path : build
@@ -527,7 +527,7 @@ jobs:
527527 release : " debian"
528528 path : " /nginx-plus/agent"
529529 steps :
530- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
530+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
531531 - name : Configure Go Proxy
532532 uses : ./.github/actions/configure-goproxy
533533 with :
@@ -545,7 +545,7 @@ jobs:
545545 ~/go/pkg/mod
546546 key : ${{ runner.os }}-go-
547547 - name : Download Packages
548- uses : actions/download-artifact@eaceaf801fd36c7dee90939fad912460b18a1ffe # v4.1.2
548+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6.0.0
549549 with :
550550 name : nginx-agent-unsigned-snapshots
551551 path : build
@@ -585,7 +585,7 @@ jobs:
585585 permissions :
586586 contents : write
587587 steps :
588- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
588+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
589589 - name : Configure Go Proxy
590590 uses : ./.github/actions/configure-goproxy
591591 with :
@@ -629,7 +629,7 @@ jobs:
629629 runs-on : ubuntu-22.04
630630 needs : build-unsigned-snapshot
631631 steps :
632- - uses : actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
632+ - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5.0.1
633633 - uses : actions/setup-go@44694675825211faa026b3c33043df3e48a5fa00 # v6.0.0
634634 with :
635635 go-version-file : ' go.mod'
@@ -643,7 +643,7 @@ jobs:
643643 key : ${{ runner.os }}-go-
644644
645645 - name : Download Packages
646- uses : actions/download-artifact@634f93cb2916e3fdff6788551b99b062d0335ce0 # v5 .0.0
646+ uses : actions/download-artifact@018cc2cf5baa6db3ef3c5f8a56943fffe632ef53 # v6 .0.0
647647 with :
648648 name : nginx-agent-unsigned-snapshots
649649 path : build
@@ -679,7 +679,7 @@ jobs:
679679 echo "$results"
680680
681681 - name : Upload Load Test Results
682- uses : actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4.6.2
682+ uses : actions/upload-artifact@330a01c490aca151604b8cf639adc76d48f6c5d4 # v5.0.0
683683 with :
684684 name : load-test-results
685685 path : benchmarks.json
0 commit comments