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,11 +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 : ' 1.25.7'
60- cache : false
59+ go-version-file : ' go.mod'
6160 - name : Set Start Time
6261 run : echo "START_TIME=$(date +"%Y-%m-%dT%H:%M:%S.%NZ")" >> ${GITHUB_ENV}
6362 - name : Create Directory
8079 name : Component Tests
8180 runs-on : ubuntu-24.04
8281 steps :
83- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
84- - 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
8584 with :
8685 go-version-file : ' go.mod'
8786 - name : Run Component Tests
@@ -91,10 +90,10 @@ jobs:
9190 name : Build unsigned snapshot
9291 runs-on : ubuntu-24.04
9392 steps :
94- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
93+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
9594 with :
9695 fetch-depth : 0
97- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
96+ - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
9897 with :
9998 go-version-file : ' go.mod'
10099 - name : Setup build environment
@@ -162,10 +161,10 @@ jobs:
162161 - image : " debian"
163162 version : " bookworm-slim"
164163 steps :
165- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
164+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
166165 with :
167166 fetch-depth : 0
168- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
167+ - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
169168 with :
170169 go-version-file : ' go.mod'
171170 - name : Download Packages
@@ -226,10 +225,10 @@ jobs:
226225 version : " mainline"
227226 release : " alpine"
228227 steps :
229- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
228+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
230229 with :
231230 fetch-depth : 0
232- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
231+ - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
233232 with :
234233 go-version-file : ' go.mod'
235234 - name : Download Packages
@@ -295,10 +294,10 @@ jobs:
295294 release : " debian"
296295 path : " /nginx-plus/agent"
297296 steps :
298- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
297+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
299298 with :
300299 fetch-depth : 0
301- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
300+ - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
302301 with :
303302 go-version-file : ' go.mod'
304303 - name : Download Packages
@@ -371,7 +370,7 @@ jobs:
371370 permissions :
372371 id-token : write # for OIDC authentication
373372 steps :
374- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
373+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
375374 - name : Set up Docker Build
376375 uses : docker/setup-buildx-action@d70bba72b1f3fd22344832f00baa16ece964efeb # v3.3.0
377376 - name : Sync Secrets from Common Key Vault
@@ -402,10 +401,10 @@ jobs:
402401 runs-on : ubuntu-22.04
403402 if : ${{ !startsWith(github.ref_name, 'release-') && !startsWith(github.ref_name, 'dependabot/') && !github.event.pull_request.head.repo.fork }}
404403 steps :
405- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
404+ - uses : actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
406405 with :
407406 fetch-depth : 0
408- - uses : actions/setup-go@0c52d547c9bc32b1aa3301fd7a9cb496313a4491 # v5.0 .0
407+ - uses : actions/setup-go@7a3fe6cf4cb3a834922a1244abfce67bcef6a0c5 # v6.2 .0
409408 with :
410409 go-version-file : ' go.mod'
411410 - name : Setup build environment
@@ -457,8 +456,8 @@ jobs:
457456 name : Build Grafana Dashboard Example
458457 runs-on : ubuntu-22.04
459458 steps :
460- - uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
461- - 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
462461 with :
463462 go-version-file : ' go.mod'
464463 - name : Setup build environment
0 commit comments