Skip to content

Commit ee573e5

Browse files
actions: Release v0.3.49 (#3346)
Signed-off-by: publish-envoy[bot] <140627008+publish-envoy[bot]@users.noreply.github.com> Co-authored-by: publish-envoy[bot] <140627008+publish-envoy[bot]@users.noreply.github.com>
1 parent e4126f0 commit ee573e5

File tree

44 files changed

+136
-136
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

44 files changed

+136
-136
lines changed

gh-actions/VERSION.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
0.3.49-dev
1+
0.3.49

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

Lines changed: 2 additions & 2 deletions
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/fetch@3fc4ba66aac5f2e94becf1523293d2b695428699
24+
uses: envoyproxy/toolshed/gh-actions/fetch@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
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/jq@3fc4ba66aac5f2e94becf1523293d2b695428699
30+
uses: envoyproxy/toolshed/gh-actions/jq@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
3131
with:
3232
input-format: json-path
3333
input: ${{ steps.fetch.outputs.path }}

gh-actions/bind-mounts/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ runs:
2323
using: composite
2424
steps:
2525
- name: Bind mount directories
26-
uses: envoyproxy/toolshed/gh-actions/bson@3fc4ba66aac5f2e94becf1523293d2b695428699
26+
uses: envoyproxy/toolshed/gh-actions/bson@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
2727
id: mount
2828
with:
2929
input: ${{ inputs.mounts }}

gh-actions/bson/action.yml

Lines changed: 2 additions & 2 deletions
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/jq@3fc4ba66aac5f2e94becf1523293d2b695428699
51+
- uses: envoyproxy/toolshed/gh-actions/jq@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
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/jq@3fc4ba66aac5f2e94becf1523293d2b695428699
79+
uses: envoyproxy/toolshed/gh-actions/jq@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
8080
if: ${{ inputs.result-filter }}
8181
with:
8282
input: ${{ steps.run.outputs.output }}

gh-actions/buildah/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ runs:
6565
echo '${{ inputs.gcr-key }}' | base64 -d | buildah login --username _json_key --password-stdin gcr.io
6666
echo "::endgroup::"
6767
- name: Execute buildah operations
68-
uses: envoyproxy/toolshed/gh-actions/bson@3fc4ba66aac5f2e94becf1523293d2b695428699
68+
uses: envoyproxy/toolshed/gh-actions/bson@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
6969
id: execute
7070
with:
7171
title: Execute buildah operations

gh-actions/cache/prime/action.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,15 @@ runs:
7070
id: gcs-object
7171
if: >-
7272
inputs.cache-type == 'gcs'
73-
uses: envoyproxy/toolshed/gh-actions/gcs/cache/exists@3fc4ba66aac5f2e94becf1523293d2b695428699
73+
uses: envoyproxy/toolshed/gh-actions/gcs/cache/exists@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
7474
with:
7575
bucket: ${{ inputs.gcs-bucket }}
7676
key: ${{ inputs.key }}
7777
- name: Check artifact cache
7878
id: artifact-object
7979
if: >-
8080
inputs.cache-type == 'artifact'
81-
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/id@3fc4ba66aac5f2e94becf1523293d2b695428699
81+
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/id@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
8282
with:
8383
name: ${{ inputs.key }}
8484
wf-path: ${{ inputs.artifact-wf-path }}
@@ -94,7 +94,7 @@ runs:
9494
key: ${{ inputs.key }}
9595

9696
# Mutex
97-
- uses: envoyproxy/toolshed/gh-actions/jq@3fc4ba66aac5f2e94becf1523293d2b695428699
97+
- uses: envoyproxy/toolshed/gh-actions/jq@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
9898
if: >-
9999
! inputs.lock-id
100100
&& steps.cache-restore-initial.outputs.cache-hit != 'true'
@@ -106,7 +106,7 @@ runs:
106106
options: -Rr
107107
filter: |
108108
@base64
109-
- uses: envoyproxy/toolshed/gh-actions/github/mutex@3fc4ba66aac5f2e94becf1523293d2b695428699
109+
- uses: envoyproxy/toolshed/gh-actions/github/mutex@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
110110
if: >-
111111
inputs.lock-token
112112
&& steps.cache-restore-initial.outputs.cache-hit != 'true'
@@ -134,7 +134,7 @@ runs:
134134
if: >-
135135
inputs.cache-type == 'artifact'
136136
&& steps.artifact-object.outputs.exists == ''
137-
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/id@3fc4ba66aac5f2e94becf1523293d2b695428699
137+
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/id@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
138138
with:
139139
name: ${{ inputs.key }}
140140
wf-path: ${{ inputs.artifact-wf-path }}
@@ -143,7 +143,7 @@ runs:
143143
if: >-
144144
inputs.cache-type == 'gcs'
145145
&& steps.gcs-object.outputs.exists != 'true'
146-
uses: envoyproxy/toolshed/gh-actions/gcs/cache/exists@3fc4ba66aac5f2e94becf1523293d2b695428699
146+
uses: envoyproxy/toolshed/gh-actions/gcs/cache/exists@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
147147
with:
148148
bucket: ${{ inputs.gcs-bucket }}
149149
key: ${{ inputs.key }}
@@ -210,7 +210,7 @@ runs:
210210
- if: >-
211211
steps.restore.outputs.save == 'true'
212212
&& inputs.gcs-bucket
213-
uses: envoyproxy/toolshed/gh-actions/gcs/cache/save@3fc4ba66aac5f2e94becf1523293d2b695428699
213+
uses: envoyproxy/toolshed/gh-actions/gcs/cache/save@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
214214
with:
215215
bucket: ${{ inputs.gcs-bucket }}
216216
key: ${{ inputs.key }}
@@ -220,7 +220,7 @@ runs:
220220
if: >-
221221
steps.restore.outputs.save == 'true'
222222
&& inputs.cache-type == 'artifact'
223-
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/save@3fc4ba66aac5f2e94becf1523293d2b695428699
223+
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/save@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
224224
with:
225225
name: ${{ inputs.artifact-name }}
226226
path: ${{ inputs.path || inputs.path-tmp }}

gh-actions/cache/restore/action.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ runs:
7272
if: >-
7373
inputs.cache-type == 'gcs'
7474
id: cache-restore-gcs
75-
uses: envoyproxy/toolshed/gh-actions/gcs/cache/restore@3fc4ba66aac5f2e94becf1523293d2b695428699
75+
uses: envoyproxy/toolshed/gh-actions/gcs/cache/restore@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
7676
with:
7777
bucket: ${{ inputs.gcs-bucket }}
7878
path: ${{ inputs.path || inputs.path-tmp }}
@@ -81,7 +81,7 @@ runs:
8181
if: >-
8282
inputs.cache-type == 'artifact'
8383
id: cache-restore-artifact
84-
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/restore@3fc4ba66aac5f2e94becf1523293d2b695428699
84+
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/restore@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
8585
with:
8686
id: ${{ inputs.artifact-id }}
8787
name: ${{ inputs.artifact-name }}

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

Lines changed: 1 addition & 1 deletion
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/prime@3fc4ba66aac5f2e94becf1523293d2b695428699
24+
- uses: envoyproxy/toolshed/gh-actions/cache/prime@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
2525
id: prime
2626
with:
2727
key: ${{ inputs.image-tag }}${{ inputs.key-suffix }}

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ inputs:
1818
runs:
1919
using: "composite"
2020
steps:
21-
- uses: envoyproxy/toolshed/gh-actions/cache/restore@3fc4ba66aac5f2e94becf1523293d2b695428699
21+
- uses: envoyproxy/toolshed/gh-actions/cache/restore@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
2222
with:
2323
key: ${{ inputs.image-tag }}${{ inputs.key-suffix }}
2424
command: |

gh-actions/docker/fetch/action.yml

Lines changed: 1 addition & 1 deletion
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/fetch@3fc4ba66aac5f2e94becf1523293d2b695428699
16+
- uses: envoyproxy/toolshed/gh-actions/fetch@e4126f0adcaaf0a81739ad7fa4e44ff2d32287e0
1717
id: fetch
1818
with:
1919
url: ${{ inputs.url }}

0 commit comments

Comments
 (0)