Skip to content

Commit 4c1e53f

Browse files
build(deps): bump envoyproxy/toolshed from actions-v0.3.20 to 0.3.22 (#40082)
Signed-off-by: dependabot[bot] <support@github.com> Signed-off-by: Ryan Northey <ryan@synca.io> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 208cef3 commit 4c1e53f

19 files changed

Lines changed: 93 additions & 93 deletions

.github/workflows/_check_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
request: ${{ inputs.request }}
5454
runs-on: ${{ fromJSON(inputs.request).config.ci.agent-ubuntu }}
5555
steps-post: |
56-
- uses: envoyproxy/toolshed/gh-actions/gcs/artefact/sync@actions-v0.3.20
56+
- uses: envoyproxy/toolshed/gh-actions/gcs/artefact/sync@actions-v0.3.22
5757
with:
5858
bucket: ${{ inputs.trusted && vars.GCS_ARTIFACT_BUCKET_POST || vars.GCS_ARTIFACT_BUCKET_PRE }}
5959
path: generated/${{ matrix.target }}/html

.github/workflows/_finish.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,7 @@ jobs:
3636
actions: read
3737
contents: read
3838
steps:
39-
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.20
39+
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.22
4040
name: Incoming data
4141
id: needs
4242
with:
@@ -87,21 +87,21 @@ jobs:
8787
summary: "Check has finished",
8888
text: $text}}}}
8989
90-
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.20
90+
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.22
9191
name: Print summary
9292
with:
9393
input: ${{ toJSON(steps.needs.outputs.value).summary-title }}
9494
filter: |
9595
"## \(.)"
9696
options: -Rr
9797
output-path: GITHUB_STEP_SUMMARY
98-
- uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.20
98+
- uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.22
9999
name: Appauth
100100
id: appauth
101101
with:
102102
app_id: ${{ secrets.app-id }}
103103
key: ${{ secrets.app-key }}
104-
- uses: envoyproxy/toolshed/gh-actions/github/checks@actions-v0.3.20
104+
- uses: envoyproxy/toolshed/gh-actions/github/checks@actions-v0.3.22
105105
name: Update check
106106
with:
107107
action: update

.github/workflows/_load.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ jobs:
100100
# Handle any failure in triggering job
101101
# Remove any `checks` we dont care about
102102
# Prepare a check request
103-
- uses: envoyproxy/toolshed/gh-actions/github/env/load@actions-v0.3.20
103+
- uses: envoyproxy/toolshed/gh-actions/github/env/load@actions-v0.3.22
104104
name: Load env
105105
id: data
106106
with:
@@ -111,21 +111,21 @@ jobs:
111111
GH_TOKEN: ${{ github.token }}
112112

113113
# Update the check
114-
- uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.20
114+
- uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.22
115115
name: Appauth
116116
id: appauth
117117
with:
118118
app_id: ${{ secrets.app-id }}
119119
key: ${{ secrets.app-key }}
120-
- uses: envoyproxy/toolshed/gh-actions/github/checks@actions-v0.3.20
120+
- uses: envoyproxy/toolshed/gh-actions/github/checks@actions-v0.3.22
121121
name: Update check
122122
if: ${{ fromJSON(steps.data.outputs.data).data.check.action == 'RUN' }}
123123
with:
124124
action: update
125125
checks: ${{ toJSON(fromJSON(steps.data.outputs.data).checks) }}
126126
token: ${{ steps.appauth.outputs.token }}
127127

128-
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.20
128+
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.22
129129
name: Print request summary
130130
with:
131131
input: |
@@ -145,7 +145,7 @@ jobs:
145145
| $summary.summary as $summary
146146
| "${{ inputs.template-request-summary }}"
147147
148-
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.20
148+
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.22
149149
id: request-output
150150
name: Load request
151151
with:

.github/workflows/_load_env.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -63,18 +63,18 @@ jobs:
6363
request: ${{ steps.env.outputs.data }}
6464
trusted: true
6565
steps:
66-
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.20
66+
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.22
6767
id: started
6868
name: Create timestamp
6969
with:
7070
options: -r
7171
filter: |
7272
now
73-
- uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.20
73+
- uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.22
7474
id: checkout
7575
name: Checkout Envoy repository
7676
- name: Generate environment variables
77-
uses: envoyproxy/toolshed/gh-actions/envoy/ci/env@actions-v0.3.20
77+
uses: envoyproxy/toolshed/gh-actions/envoy/ci/env@actions-v0.3.22
7878
id: env
7979
with:
8080
branch-name: ${{ inputs.branch-name }}
@@ -86,7 +86,7 @@ jobs:
8686

8787
- name: Request summary
8888
id: summary
89-
uses: envoyproxy/toolshed/gh-actions/github/env/summary@actions-v0.3.20
89+
uses: envoyproxy/toolshed/gh-actions/github/env/summary@actions-v0.3.22
9090
with:
9191
actor: ${{ toJSON(fromJSON(steps.env.outputs.data).request.actor) }}
9292
base-sha: ${{ fromJSON(steps.env.outputs.data).request.base-sha }}

.github/workflows/_precheck_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
--config=docs-ci
7979
rbe: true
8080
steps-post: |
81-
- uses: envoyproxy/toolshed/gh-actions/gcs/artefact/sync@actions-v0.3.20
81+
- uses: envoyproxy/toolshed/gh-actions/gcs/artefact/sync@actions-v0.3.22
8282
with:
8383
bucket: ${{ inputs.trusted && vars.GCS_ARTIFACT_BUCKET_POST || vars.GCS_ARTIFACT_BUCKET_PRE }}
8484
path: generated/docs

.github/workflows/_publish_publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,12 +78,12 @@ jobs:
7878
needs:
7979
- publish
8080
steps:
81-
- uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.20
81+
- uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.22
8282
id: appauth
8383
with:
8484
app_id: ${{ secrets.ENVOY_CI_SYNC_APP_ID }}
8585
key: ${{ secrets.ENVOY_CI_SYNC_APP_KEY }}
86-
- uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.3.20
86+
- uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.3.22
8787
with:
8888
ref: main
8989
repository: ${{ fromJSON(inputs.request).request.version.dev && 'envoyproxy/envoy-website' || 'envoyproxy/archive' }}

.github/workflows/_request.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -56,14 +56,14 @@ jobs:
5656
caches: ${{ steps.caches.outputs.value }}
5757
config: ${{ steps.config.outputs.config }}
5858
steps:
59-
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.20
59+
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.22
6060
id: started
6161
name: Create timestamp
6262
with:
6363
options: -r
6464
filter: |
6565
now
66-
- uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.20
66+
- uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.22
6767
id: checkout
6868
name: Checkout Envoy repository (requested)
6969
with:
@@ -77,7 +77,7 @@ jobs:
7777
# *ALL* variables collected should be treated as untrusted and should be sanitized before
7878
# use
7979
- name: Generate environment variables from commit
80-
uses: envoyproxy/toolshed/gh-actions/envoy/ci/request@actions-v0.3.20
80+
uses: envoyproxy/toolshed/gh-actions/envoy/ci/request@actions-v0.3.22
8181
id: env
8282
with:
8383
branch-name: ${{ steps.checkout.outputs.branch-name }}
@@ -88,15 +88,15 @@ jobs:
8888
vars: ${{ toJSON(vars) }}
8989
working-directory: requested
9090

91-
- uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.20
91+
- uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.22
9292
id: checkout-target
9393
name: Checkout Envoy repository (target branch)
9494
with:
9595
branch: ${{ fromJSON(steps.env.outputs.data).request.target-branch }}
9696
config: |
9797
fetch-depth: 1
9898
path: target
99-
- uses: envoyproxy/toolshed/gh-actions/hashfiles@actions-v0.3.20
99+
- uses: envoyproxy/toolshed/gh-actions/hashfiles@actions-v0.3.22
100100
id: bazel-cache-hash
101101
name: Bazel cache hash
102102
with:
@@ -105,7 +105,7 @@ jobs:
105105

106106
- name: Request summary
107107
id: summary
108-
uses: envoyproxy/toolshed/gh-actions/github/env/summary@actions-v0.3.20
108+
uses: envoyproxy/toolshed/gh-actions/github/env/summary@actions-v0.3.22
109109
with:
110110
actor: ${{ toJSON(fromJSON(steps.env.outputs.data).request.actor) }}
111111
base-sha: ${{ fromJSON(steps.env.outputs.data).request.base-sha }}
@@ -121,7 +121,7 @@ jobs:
121121
target-branch: ${{ fromJSON(steps.env.outputs.data).request.target-branch }}
122122

123123
- name: Environment data
124-
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.20
124+
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.22
125125
id: data
126126
with:
127127
input: |
@@ -164,26 +164,26 @@ jobs:
164164
path: /tmp/cache
165165
key: ${{ fromJSON(steps.data.outputs.value).request.build-image.default }}-arm64
166166

167-
- uses: envoyproxy/toolshed/gh-actions/gcp/setup@actions-v0.3.20
167+
- uses: envoyproxy/toolshed/gh-actions/gcp/setup@actions-v0.3.22
168168
name: Setup GCP
169169
with:
170170
key: ${{ secrets.gcs-cache-key }}
171171

172-
- uses: envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.20
172+
- uses: envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.22
173173
name: Check GCS bucket cache (x64)
174174
id: cache-exists-bazel-x64
175175
with:
176176
bucket: ${{ inputs.gcs-cache-bucket }}
177177
key: ${{ fromJSON(steps.data.outputs.value).config.ci.cache.bazel }}-x64
178-
- uses: envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.20
178+
- uses: envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.22
179179
name: Check GCS bucket cache (arm64)
180180
id: cache-exists-bazel-arm64
181181
with:
182182
bucket: ${{ inputs.gcs-cache-bucket }}
183183
key: ${{ fromJSON(steps.data.outputs.value).config.ci.cache.bazel }}-arm64
184184

185185
- name: Caches
186-
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.20
186+
uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.22
187187
id: caches
188188
with:
189189
input-format: yaml

.github/workflows/_request_cache_bazel.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -51,22 +51,22 @@ jobs:
5151
name: "[${{ inputs.arch }}] Prime Bazel cache"
5252
if: ${{ ! fromJSON(inputs.caches).bazel[inputs.arch] }}
5353
steps:
54-
- uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.20
54+
- uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.22
5555
id: checkout-target
5656
name: Checkout Envoy repository (target branch)
5757
with:
5858
branch: ${{ fromJSON(inputs.request).request.target-branch }}
5959
config: |
6060
fetch-depth: 1
6161
62-
- uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.20
62+
- uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.22
6363
id: appauth
6464
name: Appauth (mutex lock)
6565
with:
6666
app_id: ${{ secrets.app-id }}
6767
key: ${{ secrets.app-key }}
6868

69-
- uses: envoyproxy/toolshed/gh-actions/gcp/setup@actions-v0.3.20
69+
- uses: envoyproxy/toolshed/gh-actions/gcp/setup@actions-v0.3.22
7070
name: Setup GCP
7171
with:
7272
key: ${{ secrets.gcs-cache-key }}
@@ -76,7 +76,7 @@ jobs:
7676
sudo mkdir /build
7777
sudo chown runner:docker /build
7878
echo "GITHUB_TOKEN=${{ github.token }}" >> $GITHUB_ENV
79-
- uses: envoyproxy/toolshed/gh-actions/cache/prime@actions-v0.3.20
79+
- uses: envoyproxy/toolshed/gh-actions/cache/prime@actions-v0.3.22
8080
id: bazel-cache
8181
name: Prime Bazel cache
8282
with:

.github/workflows/_request_cache_docker.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ on:
3939
# For a job that does, you can restore with something like:
4040
#
4141
# steps:
42-
# - uses: envoyproxy/toolshed/gh-actions/docker/cache/restore@actions-v0.3.20
42+
# - uses: envoyproxy/toolshed/gh-actions/docker/cache/restore@actions-v0.3.22
4343
# with:
4444
# key: "${{ needs.env.outputs.build-image }}"
4545
#
@@ -51,29 +51,29 @@ jobs:
5151
name: "[${{ inputs.arch }}] Prime Docker cache"
5252
if: ${{ ! fromJSON(inputs.caches).docker[inputs.arch] }}
5353
steps:
54-
- uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.20
54+
- uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.22
5555
id: appauth
5656
name: Appauth (mutex lock)
5757
with:
5858
app_id: ${{ secrets.app-id }}
5959
key: ${{ secrets.app-key }}
60-
- uses: envoyproxy/toolshed/gh-actions/docker/cache/prime@actions-v0.3.20
60+
- uses: envoyproxy/toolshed/gh-actions/docker/cache/prime@actions-v0.3.22
6161
id: docker
6262
name: Prime Docker cache (${{ inputs.image-tag }}${{ inputs.cache-suffix }})
6363
with:
6464
image-tag: ${{ inputs.image-tag }}
6565
key-suffix: ${{ inputs.cache-suffix }}
6666
lock-token: ${{ steps.appauth.outputs.token }}
6767
lock-repository: ${{ inputs.lock-repository }}
68-
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.20
68+
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.22
6969
id: data
7070
name: Cache data
7171
with:
7272
input-format: yaml
7373
input: |
7474
cached: ${{ steps.docker.outputs.cached }}
7575
key: ${{ inputs.image-tag }}${{ inputs.cache-suffix }}
76-
- uses: envoyproxy/toolshed/gh-actions/json/table@actions-v0.3.20
76+
- uses: envoyproxy/toolshed/gh-actions/json/table@actions-v0.3.22
7777
name: Summary
7878
with:
7979
json: ${{ steps.data.outputs.value }}

.github/workflows/_request_checks.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ jobs:
5555
runs-on: ${{ fromJSON(inputs.env).config.ci.agent-ubuntu }}
5656
name: Start checks
5757
steps:
58-
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.20
58+
- uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.22
5959
id: check-config
6060
name: Prepare check data
6161
with:
@@ -78,13 +78,13 @@ jobs:
7878
| .skipped.output.summary = "${{ inputs.skipped-summary }}"
7979
| .skipped.output.text = ""
8080
81-
- uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.20
81+
- uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.22
8282
name: Appauth
8383
id: appauth
8484
with:
8585
app_id: ${{ secrets.app-id }}
8686
key: ${{ secrets.app-key }}
87-
- uses: envoyproxy/toolshed/gh-actions/github/checks@actions-v0.3.20
87+
- uses: envoyproxy/toolshed/gh-actions/github/checks@actions-v0.3.22
8888
name: Start checks
8989
id: checks
9090
with:
@@ -95,7 +95,7 @@ jobs:
9595
9696
${{ fromJSON(inputs.env).summary.summary }}
9797
token: ${{ steps.appauth.outputs.token }}
98-
- uses: envoyproxy/toolshed/gh-actions/json/table@actions-v0.3.20
98+
- uses: envoyproxy/toolshed/gh-actions/json/table@actions-v0.3.22
9999
name: Summary
100100
with:
101101
collapse-open: true
@@ -119,7 +119,7 @@ jobs:
119119
output-path: GITHUB_STEP_SUMMARY
120120
title: Checks started/skipped
121121

122-
- uses: envoyproxy/toolshed/gh-actions/github/env/save@actions-v0.3.20
122+
- uses: envoyproxy/toolshed/gh-actions/github/env/save@actions-v0.3.22
123123
name: Save env
124124
id: data
125125
with:

0 commit comments

Comments
 (0)