69
69
#
70
70
# Only specified bots are trusted.
71
71
- id : trusted
72
- uses :
envoyproxy/toolshed/gh-actions/[email protected] .13
72
+ uses :
envoyproxy/toolshed/gh-actions/[email protected] .14
73
73
with :
74
74
input : |
75
75
trusted_bots: |
87
87
| (. and ($input.event_name | startswith("pull_request") | not))
88
88
89
89
# Check requested changes
90
- -
uses :
envoyproxy/toolshed/gh-actions/[email protected] .13
90
+ -
uses :
envoyproxy/toolshed/gh-actions/[email protected] .14
91
91
id : changed
92
92
with :
93
93
title : git diff changes from ${{ inputs.merge-commit || 'HEAD^1' }}
@@ -108,7 +108,7 @@ runs:
108
108
| split("\n")
109
109
110
110
# Check current/requested config (currently only build-images can be overridden)
111
- -
uses :
envoyproxy/toolshed/gh-actions/[email protected] .13
111
+ -
uses :
envoyproxy/toolshed/gh-actions/[email protected] .14
112
112
id : config
113
113
with :
114
114
title : fetch ${{ inputs.branch-name }}:${{ inputs.config-file }}
@@ -128,7 +128,7 @@ runs:
128
128
result-filter : .
129
129
130
130
- id : build-images
131
- uses :
envoyproxy/toolshed/gh-actions/[email protected] .13
131
+ uses :
envoyproxy/toolshed/gh-actions/[email protected] .14
132
132
with :
133
133
input-format : yaml-path
134
134
input : ${{ inputs.working-directory }}/${{ inputs.config-file }}
@@ -151,7 +151,7 @@ runs:
151
151
| {$requested, current: .}
152
152
153
153
# Check current/request versions
154
- -
uses :
envoyproxy/toolshed/gh-actions/[email protected] .13
154
+ -
uses :
envoyproxy/toolshed/gh-actions/[email protected] .14
155
155
name : Validate given version string
156
156
id : version-string
157
157
with :
@@ -160,7 +160,7 @@ runs:
160
160
input : ${{ inputs.working-directory }}/VERSION.txt
161
161
filter : |
162
162
validate::version
163
- -
uses :
envoyproxy/toolshed/gh-actions/[email protected] .13
163
+ -
uses :
envoyproxy/toolshed/gh-actions/[email protected] .14
164
164
id : version
165
165
with :
166
166
title : fetch ${{ inputs.branch-name }}:${{ inputs.version-file }}
@@ -192,7 +192,7 @@ runs:
192
192
| {requested: ., current: $current}
193
193
194
194
- id : request
195
- uses :
envoyproxy/toolshed/gh-actions/[email protected] .13
195
+ uses :
envoyproxy/toolshed/gh-actions/[email protected] .14
196
196
with :
197
197
input : |
198
198
actor: ${{ toJSON(github.actor) }}
@@ -240,18 +240,18 @@ runs:
240
240
241
241
- name : Run config
242
242
id : run-config
243
- uses :
envoyproxy/toolshed/gh-actions/[email protected] .13
243
+ uses :
envoyproxy/toolshed/gh-actions/[email protected] .14
244
244
with :
245
245
input-format : yaml
246
246
input : ${{ toJSON(fromJSON(steps.config.outputs.output).run) }}
247
- -
uses :
envoyproxy/toolshed/gh-actions/[email protected] .13
247
+ -
uses :
envoyproxy/toolshed/gh-actions/[email protected] .14
248
248
id : torun
249
249
with :
250
250
event : ${{ github.event_name }}
251
251
config : ${{ steps.run-config.outputs.value }}
252
252
paths : ${{ steps.changed.outputs.output || '[]' }}
253
253
254
- -
uses :
envoyproxy/toolshed/gh-actions/[email protected] .13
254
+ -
uses :
envoyproxy/toolshed/gh-actions/[email protected] .14
255
255
name : Create data
256
256
id : data
257
257
with :
0 commit comments