Skip to content

Commit 0479cd5

Browse files
actions: Prepare release v0.4.2 (#3448)
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 72c5970 commit 0479cd5

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

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/actions/fetch@95be77434e71da68d0faeb483d8b914e4ad477e7
24+
uses: envoyproxy/toolshed/actions/fetch@72c5970099e8392fd04ade12b22b10237d9f0813
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/actions/jq@95be77434e71da68d0faeb483d8b914e4ad477e7
30+
uses: envoyproxy/toolshed/actions/jq@72c5970099e8392fd04ade12b22b10237d9f0813
3131
with:
3232
input-format: json-path
3333
input: ${{ steps.fetch.outputs.path }}

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/actions/bson@95be77434e71da68d0faeb483d8b914e4ad477e7
26+
uses: envoyproxy/toolshed/actions/bson@72c5970099e8392fd04ade12b22b10237d9f0813
2727
id: mount
2828
with:
2929
input: ${{ inputs.mounts }}

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/actions/jq@95be77434e71da68d0faeb483d8b914e4ad477e7
51+
- uses: envoyproxy/toolshed/actions/jq@72c5970099e8392fd04ade12b22b10237d9f0813
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/actions/jq@95be77434e71da68d0faeb483d8b914e4ad477e7
79+
uses: envoyproxy/toolshed/actions/jq@72c5970099e8392fd04ade12b22b10237d9f0813
8080
if: ${{ inputs.result-filter }}
8181
with:
8282
input: ${{ steps.run.outputs.output }}

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/actions/bson@95be77434e71da68d0faeb483d8b914e4ad477e7
68+
uses: envoyproxy/toolshed/actions/bson@72c5970099e8392fd04ade12b22b10237d9f0813
6969
id: execute
7070
with:
7171
title: Execute buildah operations

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/actions/gcs/cache/exists@95be77434e71da68d0faeb483d8b914e4ad477e7
73+
uses: envoyproxy/toolshed/actions/gcs/cache/exists@72c5970099e8392fd04ade12b22b10237d9f0813
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/actions/github/artifact/cache/id@95be77434e71da68d0faeb483d8b914e4ad477e7
81+
uses: envoyproxy/toolshed/actions/github/artifact/cache/id@72c5970099e8392fd04ade12b22b10237d9f0813
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/actions/jq@95be77434e71da68d0faeb483d8b914e4ad477e7
97+
- uses: envoyproxy/toolshed/actions/jq@72c5970099e8392fd04ade12b22b10237d9f0813
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/actions/github/mutex@95be77434e71da68d0faeb483d8b914e4ad477e7
109+
- uses: envoyproxy/toolshed/actions/github/mutex@72c5970099e8392fd04ade12b22b10237d9f0813
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/actions/github/artifact/cache/id@95be77434e71da68d0faeb483d8b914e4ad477e7
137+
uses: envoyproxy/toolshed/actions/github/artifact/cache/id@72c5970099e8392fd04ade12b22b10237d9f0813
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/actions/gcs/cache/exists@95be77434e71da68d0faeb483d8b914e4ad477e7
146+
uses: envoyproxy/toolshed/actions/gcs/cache/exists@72c5970099e8392fd04ade12b22b10237d9f0813
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/actions/gcs/cache/save@95be77434e71da68d0faeb483d8b914e4ad477e7
213+
uses: envoyproxy/toolshed/actions/gcs/cache/save@72c5970099e8392fd04ade12b22b10237d9f0813
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/actions/github/artifact/cache/save@95be77434e71da68d0faeb483d8b914e4ad477e7
223+
uses: envoyproxy/toolshed/actions/github/artifact/cache/save@72c5970099e8392fd04ade12b22b10237d9f0813
224224
with:
225225
name: ${{ inputs.artifact-name }}
226226
path: ${{ inputs.path || inputs.path-tmp }}

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/actions/gcs/cache/restore@95be77434e71da68d0faeb483d8b914e4ad477e7
75+
uses: envoyproxy/toolshed/actions/gcs/cache/restore@72c5970099e8392fd04ade12b22b10237d9f0813
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/actions/github/artifact/cache/restore@95be77434e71da68d0faeb483d8b914e4ad477e7
84+
uses: envoyproxy/toolshed/actions/github/artifact/cache/restore@72c5970099e8392fd04ade12b22b10237d9f0813
8585
with:
8686
id: ${{ inputs.artifact-id }}
8787
name: ${{ inputs.artifact-name }}

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/actions/cache/prime@95be77434e71da68d0faeb483d8b914e4ad477e7
24+
- uses: envoyproxy/toolshed/actions/cache/prime@72c5970099e8392fd04ade12b22b10237d9f0813
2525
id: prime
2626
with:
2727
key: ${{ inputs.image-tag }}${{ inputs.key-suffix }}

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/actions/cache/restore@95be77434e71da68d0faeb483d8b914e4ad477e7
21+
- uses: envoyproxy/toolshed/actions/cache/restore@72c5970099e8392fd04ade12b22b10237d9f0813
2222
with:
2323
key: ${{ inputs.image-tag }}${{ inputs.key-suffix }}
2424
command: |

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/actions/fetch@95be77434e71da68d0faeb483d8b914e4ad477e7
16+
- uses: envoyproxy/toolshed/actions/fetch@72c5970099e8392fd04ade12b22b10237d9f0813
1717
id: fetch
1818
with:
1919
url: ${{ inputs.url }}

actions/docker/shas/action.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,24 +14,24 @@ outputs:
1414
runs:
1515
using: composite
1616
steps:
17-
- uses: envoyproxy/toolshed/actions/jq@95be77434e71da68d0faeb483d8b914e4ad477e7
17+
- uses: envoyproxy/toolshed/actions/jq@72c5970099e8392fd04ade12b22b10237d9f0813
1818
id: yaml
1919
with:
2020
input: ${{ inputs.images }}
2121
input-format: yaml
22-
- uses: envoyproxy/toolshed/actions/foreach@95be77434e71da68d0faeb483d8b914e4ad477e7
22+
- uses: envoyproxy/toolshed/actions/foreach@72c5970099e8392fd04ade12b22b10237d9f0813
2323
id: json_actions
2424
with:
2525
items: ${{ steps.yaml.outputs.value }}
2626
steps: |
27-
- uses: envoyproxy/toolshed/actions/docker/sha@95be77434e71da68d0faeb483d8b914e4ad477e7
27+
- uses: envoyproxy/toolshed/actions/docker/sha@72c5970099e8392fd04ade12b22b10237d9f0813
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/actions/jq@95be77434e71da68d0faeb483d8b914e4ad477e7
34+
- uses: envoyproxy/toolshed/actions/jq@72c5970099e8392fd04ade12b22b10237d9f0813
3535
id: images
3636
with:
3737
input: ${{ steps.json_actions.outputs.out }}

0 commit comments

Comments
 (0)