Skip to content

Commit ba740fc

Browse files
authored
gh-actions: Release v0.3.26 (#2892)
Signed-off-by: Ryan Northey <ryan@synca.io>
1 parent 2db0938 commit ba740fc

File tree

29 files changed

+96
-96
lines changed

29 files changed

+96
-96
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/fetch@actions-v0.3.25
24+
uses: envoyproxy/toolshed/gh-actions/fetch@actions-v0.3.26
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@actions-v0.3.25
30+
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26
3131
with:
3232
input-format: json-path
3333
input: ${{ steps.fetch.outputs.path }}

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@actions-v0.3.25
51+
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26
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@actions-v0.3.25
79+
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26
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@actions-v0.3.25
68+
uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.26
6969
id: execute
7070
with:
7171
title: Execute buildah operations

gh-actions/cache/prime/action.yml

Lines changed: 5 additions & 5 deletions
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/exists@actions-v0.3.25
60+
uses: envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.26
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/jq@actions-v0.3.25
73+
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26
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/mutex@actions-v0.3.25
81+
- uses: envoyproxy/toolshed/gh-actions/github/mutex@actions-v0.3.26
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/exists@actions-v0.3.25
99+
uses: envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.26
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/save@actions-v0.3.25
159+
uses: envoyproxy/toolshed/gh-actions/gcs/cache/save@actions-v0.3.26
160160
with:
161161
bucket: ${{ inputs.gcs-bucket }}
162162
key: ${{ inputs.key }}

gh-actions/cache/restore/action.yml

Lines changed: 1 addition & 1 deletion
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/restore@actions-v0.3.25
57+
uses: envoyproxy/toolshed/gh-actions/gcs/cache/restore@actions-v0.3.26
5858
with:
5959
bucket: ${{ inputs.gcs-bucket }}
6060
path: ${{ inputs.path || inputs.path-tmp }}

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@actions-v0.3.25
24+
- uses: envoyproxy/toolshed/gh-actions/cache/prime@actions-v0.3.26
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
@@ -15,7 +15,7 @@ inputs:
1515
runs:
1616
using: "composite"
1717
steps:
18-
- uses: envoyproxy/toolshed/gh-actions/cache/restore@actions-v0.3.25
18+
- uses: envoyproxy/toolshed/gh-actions/cache/restore@actions-v0.3.26
1919
with:
2020
key: ${{ inputs.image-tag }}${{ inputs.key-suffix }}
2121
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@actions-v0.3.25
16+
- uses: envoyproxy/toolshed/gh-actions/fetch@actions-v0.3.26
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/jq@actions-v0.3.25
17+
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26
1818
id: yaml
1919
with:
2020
input: ${{ inputs.images }}
2121
input-format: yaml
22-
- uses: envoyproxy/toolshed/gh-actions/foreach@actions-v0.3.25
22+
- uses: envoyproxy/toolshed/gh-actions/foreach@actions-v0.3.26
2323
id: json_actions
2424
with:
2525
items: ${{ steps.yaml.outputs.value }}
2626
steps: |
27-
- uses: envoyproxy/toolshed/gh-actions/docker/sha@actions-v0.3.25
27+
- uses: envoyproxy/toolshed/gh-actions/docker/sha@actions-v0.3.26
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/jq@actions-v0.3.25
34+
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26
3535
id: images
3636
with:
3737
input: ${{ steps.json_actions.outputs.out }}

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

Lines changed: 6 additions & 6 deletions
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/bson@actions-v0.3.25
55+
- uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.26
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/jq@actions-v0.3.25
73+
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26
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/jq@actions-v0.3.25
89+
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26
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/jq@actions-v0.3.25
108+
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26
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/jq@actions-v0.3.25
141+
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26
142142
with:
143143
input-format: yaml
144144
input: ${{ toJSON(fromJSON(steps.config.outputs.output).run) }}
145145

146-
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.25
146+
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26
147147
name: Create data
148148
id: data
149149
with:

0 commit comments

Comments
 (0)