35
35
k8s_latest : ${{ steps.vars.outputs.k8s_latest }}
36
36
steps :
37
37
- name : Checkout Repository
38
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
38
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
39
39
- name : Output Variables
40
40
id : vars
41
41
run : |
65
65
needs : checks
66
66
steps :
67
67
- name : Checkout Repository
68
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
68
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
69
69
- name : Setup Golang Environment
70
70
uses : actions/setup-go@4d34df0c2316fe8122ab82dc22947d607c0c91f9 # v4.0.0
71
71
with :
89
89
needs : [checks, unit-tests]
90
90
steps :
91
91
- name : Checkout Repository
92
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
92
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
93
93
with :
94
94
fetch-depth : 0
95
95
@@ -142,7 +142,7 @@ jobs:
142
142
type : plus
143
143
steps :
144
144
- name : Checkout Repository
145
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
145
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
146
146
- name : Fetch Cached Artifacts
147
147
uses : actions/cache@88522ab9f39a2ea568f7027eddc7d8d8bc9d59c8 # v3.3.1
148
148
with :
@@ -237,7 +237,7 @@ jobs:
237
237
fi
238
238
239
239
- name : Checkout Repository
240
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
240
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
241
241
- name : Docker Buildx
242
242
uses : docker/setup-buildx-action@4b4e9c3e2d4531116a6f8ba8e71fc6e2cb6e6c8c # v2.5.0
243
243
- name : Build Test-Runner Container
@@ -260,7 +260,7 @@ jobs:
260
260
matrix : ${{ fromJSON(needs.setup-matrix.outputs.matrix) }}
261
261
steps :
262
262
- name : Checkout Repository
263
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
263
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
264
264
- name : Run Smoke Tests
265
265
id : smoke-tests
266
266
uses : ./.github/actions/smoke-tests
@@ -340,7 +340,7 @@ jobs:
340
340
if : ${{ github.event_name == 'push' }}
341
341
steps :
342
342
- name : Checkout Repository
343
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
343
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
344
344
with :
345
345
path : kic
346
346
@@ -369,7 +369,7 @@ jobs:
369
369
helm push ${{ steps.package.outputs.path }} oci://registry-1.docker.io/nginxcharts
370
370
371
371
- name : Checkout Repository
372
- uses : actions/checkout@24cb9080177205b6e8c946b17badbe402adc938f # v3.4 .0
372
+ uses : actions/checkout@8f4b7f84864484a7bf31766abe9204da3cbe65b3 # v3.5 .0
373
373
with :
374
374
repository : nginxinc/helm-charts
375
375
fetch-depth : 1
0 commit comments