3131 name : Lint
3232 runs-on : ubuntu-24.04
3333 steps :
34- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
35- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
34+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
35+ - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
3636 with :
3737 go-version-file : ' go.mod'
3838 - name : Lint Agent Code
@@ -53,10 +53,10 @@ jobs:
5353 name : Unit Tests
5454 runs-on : ubuntu-24.04
5555 steps :
56- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
57- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
56+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
57+ - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
5858 with :
59- go-version-file : ' go.mod'
59+ go-version-file : ' go.mod'
6060 - name : Set Start Time
6161 run : echo "START_TIME=$(date +"%Y-%m-%dT%H:%M:%S.%NZ")" >> ${GITHUB_ENV}
6262 - name : Create Directory
7979 name : Component Tests
8080 runs-on : ubuntu-24.04
8181 steps :
82- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
83- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
82+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
83+ - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
8484 with :
8585 go-version-file : ' go.mod'
8686 - name : Run Component Tests
@@ -90,10 +90,10 @@ jobs:
9090 name : Build unsigned snapshot
9191 runs-on : ubuntu-24.04
9292 steps :
93- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
93+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9494 with :
9595 fetch-depth : 0
96- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
96+ - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
9797 with :
9898 go-version-file : ' go.mod'
9999 - name : Setup build environment
@@ -161,10 +161,10 @@ jobs:
161161 - image : " debian"
162162 version : " bookworm-slim"
163163 steps :
164- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
164+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
165165 with :
166166 fetch-depth : 0
167- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
167+ - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
168168 with :
169169 go-version-file : ' go.mod'
170170 - name : Download Packages
@@ -225,10 +225,10 @@ jobs:
225225 version : " mainline"
226226 release : " alpine"
227227 steps :
228- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
228+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
229229 with :
230230 fetch-depth : 0
231- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
231+ - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
232232 with :
233233 go-version-file : ' go.mod'
234234 - name : Download Packages
@@ -294,10 +294,10 @@ jobs:
294294 release : " debian"
295295 path : " /nginx-plus/agent"
296296 steps :
297- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
297+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
298298 with :
299299 fetch-depth : 0
300- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
300+ - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
301301 with :
302302 go-version-file : ' go.mod'
303303 - name : Download Packages
@@ -370,7 +370,7 @@ jobs:
370370 permissions :
371371 id-token : write # for OIDC authentication
372372 steps :
373- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
373+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
374374 - name : Set up Docker Build
375375 uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
376376 - name : Sync Secrets from Common Key Vault
@@ -401,10 +401,10 @@ jobs:
401401 runs-on : ubuntu-22.04
402402 if : ${{ !startsWith(github.ref_name, 'release-') && !startsWith(github.ref_name, 'dependabot/') && !github.event.pull_request.head.repo.fork }}
403403 steps :
404- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
404+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
405405 with :
406406 fetch-depth : 0
407- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
407+ - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
408408 with :
409409 go-version-file : ' go.mod'
410410 - name : Setup build environment
@@ -456,8 +456,8 @@ jobs:
456456 name : Build Grafana Dashboard Example
457457 runs-on : ubuntu-22.04
458458 steps :
459- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
460- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
459+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
460+ - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
461461 with :
462462 go-version-file : ' go.mod'
463463 - name : Setup build environment
0 commit comments