31
31
min_k8s_version : ${{ steps.vars.outputs.min_k8s_version }}
32
32
steps :
33
33
- name : Checkout Repository
34
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
34
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
35
35
36
36
- name : Setup Golang Environment
37
37
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
62
62
needs : vars
63
63
steps :
64
64
- name : Checkout Repository
65
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
65
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
66
66
67
67
- name : Setup Golang Environment
68
68
uses : actions/setup-go@cdcb36043654635271a94b9a6d1392de5bb323a7 # v5.0.1
73
73
run : make unit-test
74
74
75
75
- name : Upload coverage reports to Codecov
76
- uses : codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
76
+ uses : codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4.4.0
77
77
with :
78
78
token : ${{ secrets.CODECOV_TOKEN }}
79
79
90
90
needs : vars
91
91
steps :
92
92
- name : Checkout Repository
93
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
93
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
94
94
95
95
- name : Setup Node.js Environment
96
96
uses : actions/setup-node@60edb5dd545a775178f52524783378180af0d1f8 # v4.0.2
@@ -101,7 +101,7 @@ jobs:
101
101
run : npm --prefix ${{ github.workspace }}/internal/mode/static/nginx/modules install-ci-test
102
102
103
103
- name : Upload coverage reports to Codecov
104
- uses : codecov/codecov-action@5ecb98a3c6b747ed38dc09f787459979aebb39be # v4.3.1
104
+ uses : codecov/codecov-action@6d798873df2b1b8e5846dba6fb86631229fbcb17 # v4.4.0
105
105
with :
106
106
token : ${{ secrets.CODECOV_TOKEN }}
107
107
@@ -115,7 +115,7 @@ jobs:
115
115
issues : write # for goreleaser/goreleaser-action to close milestone
116
116
steps :
117
117
- name : Checkout Repository
118
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
118
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
119
119
with :
120
120
fetch-depth : 0
121
121
@@ -145,7 +145,7 @@ jobs:
145
145
if : github.ref_type == 'tag'
146
146
147
147
- name : Build binary
148
- uses : goreleaser/goreleaser-action@7ec5c2b0c6cdda6e8bbb49444bc797dd33d74dd8 # v5.0 .0
148
+ uses : goreleaser/goreleaser-action@5742e2a039330cbb23ebf35f046f814d4c6ff811 # v5.1 .0
149
149
with :
150
150
version : latest
151
151
args : ${{ github.ref_type == 'tag' && 'release' || 'build --snapshot' }} --clean
@@ -236,7 +236,7 @@ jobs:
236
236
needs : [vars, build-oss]
237
237
steps :
238
238
- name : Checkout Repository
239
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
239
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
240
240
241
241
- name : Fetch Cached Artifacts
242
242
uses : actions/cache@0c45773b623bea8c8e75f6c82b208c3cf94ea4f9 # v4.0.2
@@ -303,7 +303,7 @@ jobs:
303
303
make create-kind-cluster KIND_KUBE_CONFIG=${kube_config}
304
304
echo "KUBECONFIG=${kube_config}" >> "$GITHUB_ENV"
305
305
kind load docker-image ghcr.io/nginxinc/nginx-gateway-fabric:${{ steps.ngf-meta.outputs.version }} ghcr.io/nginxinc/nginx-gateway-fabric/nginx:${{ steps.nginx-meta.outputs.version }}
306
- kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.0 .0/standard-install.yaml
306
+ kubectl apply -f https://github.com/kubernetes-sigs/gateway-api/releases/download/v1.1 .0/standard-install.yaml
307
307
308
308
- name : Install Chart
309
309
run : >
@@ -333,7 +333,7 @@ jobs:
333
333
packages : write # for helm to push to GHCR
334
334
steps :
335
335
- name : Checkout Repository
336
- uses : actions/checkout@0ad4b8fadaa221de15dcec353f45205ec38ea70b # v4.1.4
336
+ uses : actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
337
337
338
338
- name : Login to GitHub Container Registry
339
339
uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
0 commit comments