2828 runs-on : ubuntu-22.04
2929 if : github.ref == 'refs/heads/main'
3030 steps :
31- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
31+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
63+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .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@0a35821d5c230e903fcfe077583637dea1b27b47 # v9.0 .0
81+ uses : golangci/golangci-lint-action@1e7e51e771db61008b38414a730f564565cf7c20 # v9.2 .0
8282 with :
8383 version : v2.4.0
8484
8888 permissions :
8989 contents : write
9090 steps :
91- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
91+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
120+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
144+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
145145 with :
146146 fetch-tags : ' true'
147147 - name : Configure Go Proxy
@@ -190,7 +190,7 @@ jobs:
190190 - image : " alpine"
191191 version : " 3.22"
192192 steps :
193- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
193+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
194194 - name : Configure Go Proxy
195195 uses : ./.github/actions/configure-goproxy
196196 with :
@@ -246,7 +246,7 @@ jobs:
246246 - image : " alpine"
247247 version : " 3.22"
248248 steps :
249- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
249+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
250250 - name : Configure Go Proxy
251251 uses : ./.github/actions/configure-goproxy
252252 with :
@@ -309,7 +309,7 @@ jobs:
309309 version : " mainline"
310310 release : " alpine"
311311 steps :
312- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
312+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
313313 - name : Configure Go Proxy
314314 uses : ./.github/actions/configure-goproxy
315315 with :
@@ -382,7 +382,7 @@ jobs:
382382 release : " debian"
383383 path : " /nginx-plus/agent"
384384 steps :
385- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
385+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
386386 - name : Configure Go Proxy
387387 uses : ./.github/actions/configure-goproxy
388388 with :
@@ -454,7 +454,7 @@ jobs:
454454 version : " mainline"
455455 release : " alpine"
456456 steps :
457- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
457+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
458458 - name : Configure Go Proxy
459459 uses : ./.github/actions/configure-goproxy
460460 with :
@@ -527,7 +527,7 @@ jobs:
527527 release : " debian"
528528 path : " /nginx-plus/agent"
529529 steps :
530- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
530+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
531531 - name : Configure Go Proxy
532532 uses : ./.github/actions/configure-goproxy
533533 with :
@@ -585,7 +585,7 @@ jobs:
585585 permissions :
586586 contents : write
587587 steps :
588- - uses : actions/checkout@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
588+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .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@93cb6efe18208431cddfb8368fd83d5badbf9bfd # v5 .0.1
632+ - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6 .0.1
633633 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
634634 with :
635635 go-version-file : ' go.mod'
0 commit comments