2828 runs-on : ubuntu-22.04
2929 if : github.ref == 'refs/heads/main'
3030 steps :
31- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
31+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
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@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
63+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
6464 - name : Configure Go Proxy
6565 uses : ./.github/actions/configure-goproxy
6666 with :
9696 name : Unit Tests
9797 runs-on : ubuntu-22.04
9898 steps :
99- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
99+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
100100 - name : Configure Go Proxy
101101 uses : ./.github/actions/configure-goproxy
102102 with :
@@ -125,7 +125,7 @@ jobs:
125125 name : Unit tests with race condition detection
126126 runs-on : ubuntu-22.04
127127 steps :
128- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
128+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
129129 - name : Configure Go Proxy
130130 uses : ./.github/actions/configure-goproxy
131131 with :
@@ -149,7 +149,7 @@ jobs:
149149 name : Build Unsigned Snapshot
150150 runs-on : ubuntu-22.04
151151 steps :
152- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
152+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
153153 with :
154154 fetch-tags : ' true'
155155 - name : Configure Go Proxy
@@ -198,7 +198,7 @@ jobs:
198198 - image : " alpine"
199199 version : " 3.23"
200200 steps :
201- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
201+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
202202 - name : Configure Go Proxy
203203 uses : ./.github/actions/configure-goproxy
204204 with :
@@ -254,7 +254,7 @@ jobs:
254254 - image : " alpine"
255255 version : " 3.22"
256256 steps :
257- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
257+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
258258 - name : Configure Go Proxy
259259 uses : ./.github/actions/configure-goproxy
260260 with :
@@ -317,7 +317,7 @@ jobs:
317317 version : " mainline"
318318 release : " alpine"
319319 steps :
320- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
320+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
321321 - name : Configure Go Proxy
322322 uses : ./.github/actions/configure-goproxy
323323 with :
@@ -390,7 +390,7 @@ jobs:
390390 release : " debian"
391391 path : " /nginx-plus/agent"
392392 steps :
393- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
393+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
394394 - name : Configure Go Proxy
395395 uses : ./.github/actions/configure-goproxy
396396 with :
@@ -462,7 +462,7 @@ jobs:
462462 version : " mainline"
463463 release : " alpine"
464464 steps :
465- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
465+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
466466 - name : Configure Go Proxy
467467 uses : ./.github/actions/configure-goproxy
468468 with :
@@ -535,7 +535,7 @@ jobs:
535535 release : " debian"
536536 path : " /nginx-plus/agent"
537537 steps :
538- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
538+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
539539 - name : Configure Go Proxy
540540 uses : ./.github/actions/configure-goproxy
541541 with :
@@ -593,7 +593,7 @@ jobs:
593593 permissions :
594594 contents : write # Needed for pushing benchmark results to github branch
595595 steps :
596- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
596+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
597597 - name : Configure Go Proxy
598598 uses : ./.github/actions/configure-goproxy
599599 with :
@@ -637,7 +637,7 @@ jobs:
637637 runs-on : ubuntu-22.04
638638 needs : build-unsigned-snapshot
639639 steps :
640- - uses : actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1
640+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
641641 - uses : actions/setup-go@4dc6199c7b1a012772edbd06daecab0f50c9053c # v6.1.0
642642 with :
643643 go-version-file : ' go.mod'
0 commit comments