Skip to content

Commit 3124e7a

Browse files
authored
gh-actions: Release 0.3.14 (#2511)
Signed-off-by: Ryan Northey <[email protected]>
1 parent b969cfd commit 3124e7a

File tree

25 files changed

+88
-88
lines changed

25 files changed

+88
-88
lines changed

gh-actions/azp/agent-cleanup/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,13 @@ runs:
2121

2222
- id: fetch
2323
name: Fetch AZP agents list
24-
uses: envoyproxy/toolshed/gh-actions/[email protected].13
24+
uses: envoyproxy/toolshed/gh-actions/[email protected].14
2525
with:
2626
url: https://dev.azure.com/${{ inputs.azp-org }}/_apis/distributedtask/pools/${{ inputs.pool-id }}/agents?api-version=7.1-preview.1
2727
args: -u ":${{ inputs.azp-token }}"
2828

2929
- name: Get dead AZP agent ids
30-
uses: envoyproxy/toolshed/gh-actions/[email protected].13
30+
uses: envoyproxy/toolshed/gh-actions/[email protected].14
3131
with:
3232
input-format: json-path
3333
input: ${{ steps.fetch.outputs.path }}

gh-actions/bson/action.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848
chmod +x $TMPFILE
4949
echo "path=$TMPFILE" >> $GITHUB_OUTPUT
5050
shell: bash
51-
- uses: envoyproxy/toolshed/gh-actions/[email protected].13
51+
- uses: envoyproxy/toolshed/gh-actions/[email protected].14
5252
id: command
5353
with:
5454
input: ${{ inputs.input }}
@@ -76,7 +76,7 @@ runs:
7676
TMPFILE: ${{ steps.script.outputs.path }}
7777
shell: bash
7878
- id: output
79-
uses: envoyproxy/toolshed/gh-actions/[email protected].13
79+
uses: envoyproxy/toolshed/gh-actions/[email protected].14
8080
if: ${{ inputs.result-filter }}
8181
with:
8282
input: ${{ steps.run.outputs.output }}

gh-actions/cache/prime/action.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ runs:
5757
- name: Check GCS bucket cache
5858
id: gcs-object
5959
if: ${{ inputs.gcs-bucket }}
60-
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].13
60+
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].14
6161
with:
6262
bucket: ${{ inputs.gcs-bucket }}
6363
key: ${{ inputs.key }}
@@ -70,15 +70,15 @@ runs:
7070
lookup-only: true
7171
path: ${{ inputs.path || inputs.path-tmp }}
7272
key: ${{ inputs.key }}
73-
- uses: envoyproxy/toolshed/gh-actions/[email protected].13
73+
- uses: envoyproxy/toolshed/gh-actions/[email protected].14
7474
if: ${{ ! inputs.lock-id && steps.cache-restore-initial.outputs.cache-hit != 'true' && steps.gcs-object.outputs.exists != 'true' }}
7575
id: lock-id
7676
with:
7777
input: ${{ inputs.key }}
7878
options: -Rr
7979
filter: |
8080
@base64
81-
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].13
81+
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].14
8282
if: ${{ inputs.lock-token && steps.cache-restore-initial.outputs.cache-hit != 'true' && steps.gcs-object.outputs.exists != 'true' }}
8383
with:
8484
key: ${{ inputs.lock-id || steps.lock-id.outputs.value }}
@@ -96,7 +96,7 @@ runs:
9696
- name: Check GCS bucket cache
9797
id: gcs-object-recheck
9898
if: ${{ inputs.gcs-bucket && steps.gcs-object.outputs.exists != 'true' }}
99-
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].13
99+
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].14
100100
with:
101101
bucket: ${{ inputs.gcs-bucket }}
102102
key: ${{ inputs.key }}
@@ -156,7 +156,7 @@ runs:
156156
key: ${{ inputs.key }}
157157

158158
- if: ${{ steps.restore.outputs.save == 'true' && inputs.gcs-bucket }}
159-
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].13
159+
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].14
160160
with:
161161
bucket: ${{ inputs.gcs-bucket }}
162162
key: ${{ inputs.key }}

gh-actions/cache/restore/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454
- name: Restore GCS cache
5555
if: ${{ inputs.gcs-bucket }}
5656
id: cache-restore-gcs
57-
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].13
57+
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].14
5858
with:
5959
bucket: ${{ inputs.gcs-bucket }}
6060
path: ${{ inputs.path || inputs.path-tmp }}

gh-actions/docker/cache/prime/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ outputs:
2121
runs:
2222
using: "composite"
2323
steps:
24-
- uses: envoyproxy/toolshed/gh-actions/cache/[email protected].13
24+
- uses: envoyproxy/toolshed/gh-actions/cache/[email protected].14
2525
id: prime
2626
with:
2727
key: ${{ inputs.image-tag }}${{ inputs.key-suffix }}

gh-actions/docker/cache/restore/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ inputs:
1515
runs:
1616
using: "composite"
1717
steps:
18-
- uses: envoyproxy/toolshed/gh-actions/cache/[email protected].13
18+
- uses: envoyproxy/toolshed/gh-actions/cache/[email protected].14
1919
with:
2020
key: ${{ inputs.image-tag }}${{ inputs.key-suffix }}
2121
command: |

gh-actions/docker/fetch/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ inputs:
1313
runs:
1414
using: "composite"
1515
steps:
16-
- uses: envoyproxy/toolshed/gh-actions/[email protected].13
16+
- uses: envoyproxy/toolshed/gh-actions/[email protected].14
1717
id: fetch
1818
with:
1919
url: ${{ inputs.url }}

gh-actions/docker/shas/action.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@ outputs:
1414
runs:
1515
using: composite
1616
steps:
17-
- uses: envoyproxy/toolshed/gh-actions/[email protected].13
17+
- uses: envoyproxy/toolshed/gh-actions/[email protected].14
1818
id: yaml
1919
with:
2020
input: ${{ inputs.images }}
2121
input-format: yaml
22-
- uses: envoyproxy/toolshed/gh-actions/[email protected].13
22+
- uses: envoyproxy/toolshed/gh-actions/[email protected].14
2323
id: json_actions
2424
with:
2525
items: ${{ steps.yaml.outputs.value }}
2626
steps: |
27-
- uses: envoyproxy/toolshed/gh-actions/docker/[email protected].13
27+
- uses: envoyproxy/toolshed/gh-actions/docker/[email protected].14
2828
id: $KEY
2929
with:
3030
image: >-
3131
%{{ fromJSON(inputs.context).items['$KEY'] }}
3232
env_var: ${{ inputs.env_prefix }}_$KEY
3333
34-
- uses: envoyproxy/toolshed/gh-actions/[email protected].13
34+
- uses: envoyproxy/toolshed/gh-actions/[email protected].14
3535
id: images
3636
with:
3737
input: ${{ steps.json_actions.outputs.out }}

gh-actions/envoy/ci/env/action.yml

+6-6
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ runs:
5252
steps:
5353

5454
# Check current/requested config (currently only build-images can be overridden)
55-
- uses: envoyproxy/toolshed/gh-actions/[email protected].13
55+
- uses: envoyproxy/toolshed/gh-actions/[email protected].14
5656
id: config
5757
with:
5858
title: fetch ${{ inputs.branch-name }}:${{ inputs.config-file }}
@@ -70,7 +70,7 @@ runs:
7070
result-filter: .
7171

7272
- id: build-images
73-
uses: envoyproxy/toolshed/gh-actions/[email protected].13
73+
uses: envoyproxy/toolshed/gh-actions/[email protected].14
7474
with:
7575
input-format: yaml-path
7676
input: ${{ inputs.config-file }}
@@ -86,7 +86,7 @@ runs:
8686
| {$requested}
8787
8888
# Check request version
89-
- uses: envoyproxy/toolshed/gh-actions/[email protected].13
89+
- uses: envoyproxy/toolshed/gh-actions/[email protected].14
9090
name: Validate given version string
9191
id: version
9292
with:
@@ -105,7 +105,7 @@ runs:
105105
| {requested: .}
106106
107107
- id: request
108-
uses: envoyproxy/toolshed/gh-actions/[email protected].13
108+
uses: envoyproxy/toolshed/gh-actions/[email protected].14
109109
with:
110110
input: |
111111
actor: ${{ toJSON(github.actor) }}
@@ -138,12 +138,12 @@ runs:
138138
139139
- name: Run config
140140
id: run-config
141-
uses: envoyproxy/toolshed/gh-actions/[email protected].13
141+
uses: envoyproxy/toolshed/gh-actions/[email protected].14
142142
with:
143143
input-format: yaml
144144
input: ${{ toJSON(fromJSON(steps.config.outputs.output).run) }}
145145

146-
- uses: envoyproxy/toolshed/gh-actions/[email protected].13
146+
- uses: envoyproxy/toolshed/gh-actions/[email protected].14
147147
name: Create data
148148
id: data
149149
with:

gh-actions/envoy/ci/request/action.yml

+10-10
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ runs:
6969
#
7070
# Only specified bots are trusted.
7171
- id: trusted
72-
uses: envoyproxy/toolshed/gh-actions/[email protected].13
72+
uses: envoyproxy/toolshed/gh-actions/[email protected].14
7373
with:
7474
input: |
7575
trusted_bots: |
@@ -87,7 +87,7 @@ runs:
8787
| (. and ($input.event_name | startswith("pull_request") | not))
8888
8989
# Check requested changes
90-
- uses: envoyproxy/toolshed/gh-actions/[email protected].13
90+
- uses: envoyproxy/toolshed/gh-actions/[email protected].14
9191
id: changed
9292
with:
9393
title: git diff changes from ${{ inputs.merge-commit || 'HEAD^1' }}
@@ -108,7 +108,7 @@ runs:
108108
| split("\n")
109109
110110
# 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
112112
id: config
113113
with:
114114
title: fetch ${{ inputs.branch-name }}:${{ inputs.config-file }}
@@ -128,7 +128,7 @@ runs:
128128
result-filter: .
129129

130130
- id: build-images
131-
uses: envoyproxy/toolshed/gh-actions/[email protected].13
131+
uses: envoyproxy/toolshed/gh-actions/[email protected].14
132132
with:
133133
input-format: yaml-path
134134
input: ${{ inputs.working-directory }}/${{ inputs.config-file }}
@@ -151,7 +151,7 @@ runs:
151151
| {$requested, current: .}
152152
153153
# Check current/request versions
154-
- uses: envoyproxy/toolshed/gh-actions/[email protected].13
154+
- uses: envoyproxy/toolshed/gh-actions/[email protected].14
155155
name: Validate given version string
156156
id: version-string
157157
with:
@@ -160,7 +160,7 @@ runs:
160160
input: ${{ inputs.working-directory }}/VERSION.txt
161161
filter: |
162162
validate::version
163-
- uses: envoyproxy/toolshed/gh-actions/[email protected].13
163+
- uses: envoyproxy/toolshed/gh-actions/[email protected].14
164164
id: version
165165
with:
166166
title: fetch ${{ inputs.branch-name }}:${{ inputs.version-file }}
@@ -192,7 +192,7 @@ runs:
192192
| {requested: ., current: $current}
193193
194194
- id: request
195-
uses: envoyproxy/toolshed/gh-actions/[email protected].13
195+
uses: envoyproxy/toolshed/gh-actions/[email protected].14
196196
with:
197197
input: |
198198
actor: ${{ toJSON(github.actor) }}
@@ -240,18 +240,18 @@ runs:
240240
241241
- name: Run config
242242
id: run-config
243-
uses: envoyproxy/toolshed/gh-actions/[email protected].13
243+
uses: envoyproxy/toolshed/gh-actions/[email protected].14
244244
with:
245245
input-format: yaml
246246
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
248248
id: torun
249249
with:
250250
event: ${{ github.event_name }}
251251
config: ${{ steps.run-config.outputs.value }}
252252
paths: ${{ steps.changed.outputs.output || '[]' }}
253253

254-
- uses: envoyproxy/toolshed/gh-actions/[email protected].13
254+
- uses: envoyproxy/toolshed/gh-actions/[email protected].14
255255
name: Create data
256256
id: data
257257
with:

gh-actions/envoy/run/summary/action.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -113,12 +113,12 @@ inputs:
113113
runs:
114114
using: composite
115115
steps:
116-
- uses: envoyproxy/toolshed/gh-actions/[email protected].13
116+
- uses: envoyproxy/toolshed/gh-actions/[email protected].14
117117
if: ${{ fromJSON(env.CI_DEBUG || 'false') && true || false }}
118118
with:
119119
input: ${{ inputs.context }}
120120
print-result: true
121-
- uses: envoyproxy/toolshed/gh-actions/[email protected].13
121+
- uses: envoyproxy/toolshed/gh-actions/[email protected].14
122122
name: Runtime information
123123
id: run-info
124124
with:
@@ -135,13 +135,13 @@ runs:
135135
completed: .run.completed,
136136
"run-time": "\(.run.completed - .run.started | . * 100 | round / 100)s",
137137
"job-time": "\(.run.completed - .context["job-started"] | . * 100 | round / 100)s"}
138-
- uses: envoyproxy/toolshed/gh-actions/json/[email protected].13
138+
- uses: envoyproxy/toolshed/gh-actions/json/[email protected].14
139139
name: Run information summary
140140
id: run-summary
141141
with:
142142
json: ${{ steps.run-info.outputs.value }}
143143
title: Runtime information
144-
- uses: envoyproxy/toolshed/gh-actions/[email protected].13
144+
- uses: envoyproxy/toolshed/gh-actions/[email protected].14
145145
with:
146146
input: ${{ inputs.context }}
147147
options: -r

gh-actions/foreach/action.yml

+4-4
Original file line numberDiff line numberDiff line change
@@ -25,21 +25,21 @@ outputs:
2525
runs:
2626
using: composite
2727
steps:
28-
- uses: envoyproxy/toolshed/gh-actions/[email protected].13
28+
- uses: envoyproxy/toolshed/gh-actions/[email protected].14
2929
name: Context
3030
id: context
3131
with:
3232
input: ${{ inputs.context || '{}' }}
3333
filter: |
3434
${{ inputs.context-filter }}
3535
| . * {"items": ${{ inputs.items }}}
36-
- uses: envoyproxy/toolshed/gh-actions/[email protected].13
36+
- uses: envoyproxy/toolshed/gh-actions/[email protected].14
3737
name: Steps (JSON)
3838
id: steps-json
3939
with:
4040
input: ${{ inputs.steps }}
4141
input-format: yaml
42-
- uses: envoyproxy/toolshed/gh-actions/[email protected].13
42+
- uses: envoyproxy/toolshed/gh-actions/[email protected].14
4343
name: Steps
4444
id: steps-subs
4545
with:
@@ -55,7 +55,7 @@ runs:
5555
| map(.key as $k | $out | . + [($steps | walk(if type == "string" then sub("\\$KEY"; "\($k)") else . end))])
5656
| flatten
5757
58-
- uses: envoyproxy/toolshed/gh-actions/using/[email protected].13
58+
- uses: envoyproxy/toolshed/gh-actions/using/[email protected].14
5959
id: steps
6060
with:
6161
name: ${{ inputs.name }}

gh-actions/gcp/setup/action.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ runs:
6464
if: ${{ inputs.key }}
6565
shell: bash
6666
67-
- uses: envoyproxy/toolshed/gh-actions/github/script/[email protected].13
67+
- uses: envoyproxy/toolshed/gh-actions/github/script/[email protected].14
6868
id: key
6969
if: ${{ inputs.key }}
7070
with:

gh-actions/github/checkout/action.yml

+5-5
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ outputs:
4242
runs:
4343
using: composite
4444
steps:
45-
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].13
45+
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].14
4646
id: merge-commit
4747
name: Fetch merge commit hash
4848
if: ${{ inputs.pr && fromJSON(inputs.fetch-merge-commit) }}
@@ -57,7 +57,7 @@ runs:
5757
# depth of the checked ancestor.
5858
- name: Parse YAML config
5959
id: parsed-config
60-
uses: envoyproxy/toolshed/gh-actions/[email protected].13
60+
uses: envoyproxy/toolshed/gh-actions/[email protected].14
6161
with:
6262
input: ${{ inputs.config || '{}' }}
6363
input-format: yaml
@@ -102,7 +102,7 @@ runs:
102102
- name: Config
103103
id: config-token
104104
if: ${{ inputs.ssh-key == '' }}
105-
uses: envoyproxy/toolshed/gh-actions/[email protected].13
105+
uses: envoyproxy/toolshed/gh-actions/[email protected].14
106106
with:
107107
input: ${{ inputs.token || github.token }}
108108
options: -R
@@ -115,7 +115,7 @@ runs:
115115
| del(.branch, .["requested-ref"])
116116
- name: Config
117117
id: config-ssh
118-
uses: envoyproxy/toolshed/gh-actions/[email protected].13
118+
uses: envoyproxy/toolshed/gh-actions/[email protected].14
119119
if: ${{ inputs.ssh-key != '' }}
120120
with:
121121
input: ${{ inputs.ssh-key }}
@@ -151,7 +151,7 @@ runs:
151151
COMMITTER_EMAIL: ${{ inputs.committer-email }}
152152
shell: bash
153153
- id: branch
154-
uses: envoyproxy/toolshed/gh-actions/[email protected].13
154+
uses: envoyproxy/toolshed/gh-actions/[email protected].14
155155
with:
156156
input: ${{ fromJSON(steps.parsed-config.outputs.value).branch }}
157157
input-format: text

0 commit comments

Comments
 (0)