Skip to content

Commit ddb47b7

Browse files
authored
gh-actions: Release v0.3.33 (#2986)
Signed-off-by: Ryan Northey <[email protected]>
1 parent 38f7e79 commit ddb47b7

File tree

31 files changed

+102
-102
lines changed

31 files changed

+102
-102
lines changed

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/[email protected].30
24+
uses: envoyproxy/toolshed/gh-actions/[email protected].33
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].30
30+
uses: envoyproxy/toolshed/gh-actions/[email protected].33
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/[email protected].30
26+
uses: envoyproxy/toolshed/gh-actions/[email protected].33
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/[email protected].30
51+
- uses: envoyproxy/toolshed/gh-actions/[email protected].33
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].30
79+
uses: envoyproxy/toolshed/gh-actions/[email protected].33
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/[email protected].30
68+
uses: envoyproxy/toolshed/gh-actions/[email protected].33
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
@@ -63,15 +63,15 @@ runs:
6363
- name: Check GCS bucket cache
6464
id: gcs-object
6565
if: inputs.gcs-bucket
66-
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].30
66+
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].33
6767
with:
6868
bucket: ${{ inputs.gcs-bucket }}
6969
key: ${{ inputs.key }}
7070
- name: Check artifact cache
7171
id: artifact-object
7272
if: >-
7373
! inputs.gcs-bucket
74-
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/id@a9a0a4aab15d43aa292f25f7a0618ad461d2cc59
74+
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/id@actions-v0.3.33
7575
with:
7676
name: ${{ inputs.key }}
7777
wf-path: ${{ inputs.artifact-wf-path }}
@@ -88,7 +88,7 @@ runs:
8888
key: ${{ inputs.key }}
8989

9090
# Mutex
91-
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
91+
- uses: envoyproxy/toolshed/gh-actions/[email protected].33
9292
if: >-
9393
! inputs.lock-id
9494
&& steps.cache-restore-initial.outputs.cache-hit != 'true'
@@ -100,7 +100,7 @@ runs:
100100
options: -Rr
101101
filter: |
102102
@base64
103-
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].30
103+
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].33
104104
if: >-
105105
inputs.lock-token
106106
&& steps.cache-restore-initial.outputs.cache-hit != 'true'
@@ -129,7 +129,7 @@ runs:
129129
if: >-
130130
! inputs.gcs-bucket
131131
&& steps.artifact-object.outputs.exists == ''
132-
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/id@a9a0a4aab15d43aa292f25f7a0618ad461d2cc59
132+
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/id@actions-v0.3.33
133133
with:
134134
name: ${{ inputs.key }}
135135
wf-path: ${{ inputs.artifact-wf-path }}
@@ -138,7 +138,7 @@ runs:
138138
if: >-
139139
inputs.gcs-bucket
140140
&& steps.gcs-object.outputs.exists != 'true'
141-
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].30
141+
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].33
142142
with:
143143
bucket: ${{ inputs.gcs-bucket }}
144144
key: ${{ inputs.key }}
@@ -206,7 +206,7 @@ runs:
206206
- if: >-
207207
steps.restore.outputs.save == 'true'
208208
&& inputs.gcs-bucket
209-
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].30
209+
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].33
210210
with:
211211
bucket: ${{ inputs.gcs-bucket }}
212212
key: ${{ inputs.key }}
@@ -216,7 +216,7 @@ runs:
216216
if: >-
217217
steps.restore.outputs.save == 'true'
218218
&& inputs.artifact-name
219-
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/save@c86d657609fbcd77fe129bb3e9b17dad5b7b3f96
219+
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/save@actions-v0.3.33
220220
with:
221221
name: ${{ inputs.artifact-name }}
222222
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
@@ -66,15 +66,15 @@ runs:
6666
- name: Restore GCS cache
6767
if: inputs.gcs-bucket
6868
id: cache-restore-gcs
69-
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].30
69+
uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].33
7070
with:
7171
bucket: ${{ inputs.gcs-bucket }}
7272
path: ${{ inputs.path || inputs.path-tmp }}
7373
key: ${{ inputs.key }}
7474
- name: Restore artifact cache
7575
if: inputs.artifact-name
7676
id: cache-restore-artifact
77-
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/restore@0df07afbbea88bc5248813829ee49439747002d2
77+
uses: envoyproxy/toolshed/gh-actions/github/artifact/cache/restore@actions-v0.3.33
7878
with:
7979
id: ${{ inputs.artifact-id }}
8080
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/[email protected].30
24+
- uses: envoyproxy/toolshed/gh-actions/cache/[email protected].33
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/[email protected].30
21+
- uses: envoyproxy/toolshed/gh-actions/cache/[email protected].33
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/[email protected].30
16+
- uses: envoyproxy/toolshed/gh-actions/[email protected].33
1717
id: fetch
1818
with:
1919
url: ${{ inputs.url }}

gh-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/gh-actions/[email protected].30
17+
- uses: envoyproxy/toolshed/gh-actions/[email protected].33
1818
id: yaml
1919
with:
2020
input: ${{ inputs.images }}
2121
input-format: yaml
22-
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
22+
- uses: envoyproxy/toolshed/gh-actions/[email protected].33
2323
id: json_actions
2424
with:
2525
items: ${{ steps.yaml.outputs.value }}
2626
steps: |
27-
- uses: envoyproxy/toolshed/gh-actions/docker/[email protected].30
27+
- uses: envoyproxy/toolshed/gh-actions/docker/[email protected].33
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].30
34+
- uses: envoyproxy/toolshed/gh-actions/[email protected].33
3535
id: images
3636
with:
3737
input: ${{ steps.json_actions.outputs.out }}

0 commit comments

Comments
 (0)