14
14
packages : ${{ steps.filter.outputs.changes }}
15
15
steps :
16
16
- name : Check out code
17
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
17
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
18
18
19
- - uses : dorny/paths-filter@4512585405083f25c027a35db413c2b3b9006d50 # v2.11.1
19
+ - uses : dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36 # v3.0.2
20
20
id : filter
21
21
with :
22
22
filters : |
39
39
runs-on : ubuntu-latest
40
40
steps :
41
41
- name : Check out code
42
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
42
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
43
43
44
44
- name : Setup Keda
45
45
uses : ./.github/actions/setup-keda
90
90
runs-on : ubuntu-latest
91
91
steps :
92
92
- name : Check out code
93
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
93
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
94
94
95
95
- name : Setup Keda
96
96
uses : ./.github/actions/setup-keda
@@ -134,7 +134,7 @@ jobs:
134
134
runs-on : ubuntu-latest
135
135
steps :
136
136
- name : Check out code
137
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
137
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
138
138
139
139
- name : Setup Keda
140
140
uses : ./.github/actions/setup-keda
@@ -170,7 +170,7 @@ jobs:
170
170
runs-on : ubuntu-latest
171
171
steps :
172
172
- name : Check out code
173
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
173
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
174
174
175
175
- name : Setup Keda
176
176
uses : ./.github/actions/setup-keda
@@ -179,11 +179,11 @@ jobs:
179
179
run : |
180
180
helm repo add ot-helm https://ot-container-kit.github.io/helm-charts/
181
181
kubectl create namespace redis-operator
182
- helm upgrade redis-operator ot-helm/redis-operator --install --namespace redis-operator
182
+ helm upgrade redis-operator ot-helm/redis-operator --install --namespace redis-operator --version 0.7.0
183
183
sleep 50s
184
184
cd redis-http-connector/test/kubernetes
185
185
kubectl create namespace ot-operators
186
- helm upgrade redis ot-helm/redis -f redis-values.yaml --install --namespace ot-operators
186
+ helm upgrade redis ot-helm/redis -f redis-values.yaml --install --namespace ot-operators --version 0.7.0
187
187
sleep 50s
188
188
kubectl get pods -n ot-operators
189
189
@@ -219,7 +219,7 @@ jobs:
219
219
runs-on : ubuntu-latest
220
220
steps :
221
221
- name : Check out code
222
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
222
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
223
223
224
224
- name : Setup Keda
225
225
uses : ./.github/actions/setup-keda
@@ -264,7 +264,7 @@ jobs:
264
264
runs-on : ubuntu-latest
265
265
steps :
266
266
- name : Check out code
267
- uses : actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
267
+ uses : actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
268
268
269
269
- name : Setup Keda
270
270
uses : ./.github/actions/setup-keda
0 commit comments