25
25
- name : Checkout
26
26
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
27
27
- name : Setup Go
28
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
28
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
29
29
with :
30
30
go-version : ${{ env.GO_VERSION }}
31
31
cache-dependency-path : |
40
40
run : |
41
41
make build
42
42
- name : Setup Kubernetes
43
- uses : helm/kind-action@0025e74a8c7512023d06dc019c617aa3cf561fde # v1.10 .0
43
+ uses : helm/kind-action@a1b0e391336a6ee6713a0583f8c6240d70863de3 # v1.12 .0
44
44
with :
45
45
version : v0.22.0
46
46
cluster_name : ${{ steps.prep.outputs.CLUSTER }}
82
82
- name : Checkout
83
83
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
84
84
- name : Setup Go
85
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
85
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
86
86
with :
87
87
go-version : ${{ env.GO_VERSION }}
88
88
cache-dependency-path : |
97
97
KUBECONFIG_PATH="$(git rev-parse --show-toplevel)/bin/kubeconfig.yaml"
98
98
echo "kubeconfig-path=${KUBECONFIG_PATH}" >> $GITHUB_OUTPUT
99
99
- name : Setup Kustomize
100
- uses : fluxcd/pkg/actions/kustomize@5bf9095331052934ae6b4585b8632c0e5b0a2106 # main
100
+ uses : fluxcd/pkg/actions/kustomize@c964ce7b91949ff4b5e3959db4f1d7bb2e029a49 # main
101
101
- name : Build
102
102
run : make build-dev
103
103
- name : Create repository
@@ -107,7 +107,7 @@ jobs:
107
107
GITHUB_TOKEN : ${{ secrets.GITPROVIDER_BOT_TOKEN }}
108
108
- name : Create cluster
109
109
id : create-cluster
110
- uses : replicatedhq/replicated-actions/create-cluster@77121785951d05387334b773644c356885191f14 # v1.16.2
110
+ uses : replicatedhq/replicated-actions/create-cluster@c98ab3b97925af5db9faf3f9676df7a9c6736985 # v1.17.0
111
111
with :
112
112
api-token : ${{ secrets.REPLICATED_API_TOKEN }}
113
113
kubernetes-distribution : " k3s"
@@ -151,7 +151,7 @@ jobs:
151
151
kubectl delete ns flux-system --wait
152
152
- name : Delete cluster
153
153
if : ${{ always() }}
154
- uses : replicatedhq/replicated-actions/remove-cluster@77121785951d05387334b773644c356885191f14 # v1.16.2
154
+ uses : replicatedhq/replicated-actions/remove-cluster@c98ab3b97925af5db9faf3f9676df7a9c6736985 # v1.17.0
155
155
continue-on-error : true
156
156
with :
157
157
api-token : ${{ secrets.REPLICATED_API_TOKEN }}
@@ -175,7 +175,7 @@ jobs:
175
175
- name : Checkout
176
176
uses : actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
177
177
- name : Setup Go
178
- uses : actions/setup-go@41dfa10bad2bb2ae585af6ee5bb4d7d973ad74ed # v5.1 .0
178
+ uses : actions/setup-go@f111f3307d8850f501ac008e886eec1fd1932a34 # v5.3 .0
179
179
with :
180
180
go-version : ${{ env.GO_VERSION }}
181
181
cache-dependency-path : |
@@ -190,7 +190,7 @@ jobs:
190
190
KUBECONFIG_PATH="$(git rev-parse --show-toplevel)/bin/kubeconfig.yaml"
191
191
echo "kubeconfig-path=${KUBECONFIG_PATH}" >> $GITHUB_OUTPUT
192
192
- name : Setup Kustomize
193
- uses : fluxcd/pkg/actions/kustomize@5bf9095331052934ae6b4585b8632c0e5b0a2106 # main
193
+ uses : fluxcd/pkg/actions/kustomize@c964ce7b91949ff4b5e3959db4f1d7bb2e029a49 # main
194
194
- name : Build
195
195
run : make build-dev
196
196
- name : Create repository
@@ -200,7 +200,7 @@ jobs:
200
200
GITHUB_TOKEN : ${{ secrets.GITPROVIDER_BOT_TOKEN }}
201
201
- name : Create cluster
202
202
id : create-cluster
203
- uses : replicatedhq/replicated-actions/create-cluster@77121785951d05387334b773644c356885191f14 # v1.16.2
203
+ uses : replicatedhq/replicated-actions/create-cluster@c98ab3b97925af5db9faf3f9676df7a9c6736985 # v1.17.0
204
204
with :
205
205
api-token : ${{ secrets.REPLICATED_API_TOKEN }}
206
206
kubernetes-distribution : " openshift"
@@ -242,7 +242,7 @@ jobs:
242
242
kubectl delete ns flux-system --wait
243
243
- name : Delete cluster
244
244
if : ${{ always() }}
245
- uses : replicatedhq/replicated-actions/remove-cluster@77121785951d05387334b773644c356885191f14 # v1.16.2
245
+ uses : replicatedhq/replicated-actions/remove-cluster@c98ab3b97925af5db9faf3f9676df7a9c6736985 # v1.17.0
246
246
continue-on-error : true
247
247
with :
248
248
api-token : ${{ secrets.REPLICATED_API_TOKEN }}
0 commit comments