Skip to content

Commit fe7ddb0

Browse files
build(deps): bump envoyproxy/toolshed from actions-v0.3.30 to 0.3.31 (#42271)
Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Ryan Northey <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent 4652629 commit fe7ddb0

22 files changed

+105
-105
lines changed

.github/workflows/_check_coverage.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
request: ${{ inputs.request }}
5353
runs-on: ${{ fromJSON(inputs.request).config.ci.agent-ubuntu }}
5454
steps-post: |
55-
- uses: envoyproxy/toolshed/gh-actions/gcs/artefact/[email protected].30
55+
- uses: envoyproxy/toolshed/gh-actions/gcs/artefact/[email protected].31
5656
with:
5757
bucket: ${{ inputs.trusted && vars.GCS_ARTIFACT_BUCKET_POST || vars.GCS_ARTIFACT_BUCKET_PRE }}
5858
path: generated/${{ matrix.target }}/html

.github/workflows/_cve_fetch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ jobs:
3535
else
3636
echo "weekly_run=false" >> $GITHUB_OUTPUT
3737
fi
38-
- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].30
38+
- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].31
3939
name: Setup GCP
4040
with:
4141
key: ${{ secrets.gcs-cve-key }}

.github/workflows/_cve_scan.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
id: vars
2929
run: |
3030
echo "cve-data-path=${{ inputs.cve-data-path }}" > $GITHUB_OUTPUT
31-
- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].30
31+
- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].31
3232
name: Setup GCP
3333
with:
3434
key: ${{ secrets.gcs-cve-key }}

.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/[email protected].30
39+
- uses: envoyproxy/toolshed/gh-actions/[email protected].31
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/[email protected].30
90+
- uses: envoyproxy/toolshed/gh-actions/[email protected].31
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/[email protected].30
98+
- uses: envoyproxy/toolshed/gh-actions/[email protected].31
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/[email protected].30
104+
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].31
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/[email protected].30
103+
- uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].31
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/[email protected].30
114+
- uses: envoyproxy/toolshed/gh-actions/[email protected].31
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/[email protected].30
120+
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].31
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/[email protected].30
128+
- uses: envoyproxy/toolshed/gh-actions/[email protected].31
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/[email protected].30
148+
- uses: envoyproxy/toolshed/gh-actions/[email protected].31
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/[email protected].30
66+
- uses: envoyproxy/toolshed/gh-actions/[email protected].31
6767
id: started
6868
name: Create timestamp
6969
with:
7070
options: -r
7171
filter: |
7272
now
73-
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].30
73+
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].31
7474
id: checkout
7575
name: Checkout Envoy repository
7676
- name: Generate environment variables
77-
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].30
77+
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].31
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/[email protected].30
89+
uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].31
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
@@ -82,7 +82,7 @@ jobs:
8282
--config=docs-ci
8383
rbe: true
8484
steps-post: |
85-
- uses: envoyproxy/toolshed/gh-actions/gcs/artefact/[email protected].30
85+
- uses: envoyproxy/toolshed/gh-actions/gcs/artefact/[email protected].31
8686
with:
8787
bucket: ${{ inputs.trusted && vars.GCS_ARTIFACT_BUCKET_POST || vars.GCS_ARTIFACT_BUCKET_PRE }}
8888
path: generated/docs

.github/workflows/_publish_release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -145,12 +145,12 @@ jobs:
145145
needs:
146146
- release
147147
steps:
148-
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
148+
- uses: envoyproxy/toolshed/gh-actions/[email protected].31
149149
id: appauth
150150
with:
151151
app_id: ${{ secrets.ENVOY_CI_SYNC_APP_ID }}
152152
key: ${{ secrets.ENVOY_CI_SYNC_APP_KEY }}
153-
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
153+
- uses: envoyproxy/toolshed/gh-actions/[email protected].31
154154
with:
155155
ref: main
156156
repository: ${{ fromJSON(inputs.request).request.version.dev && 'envoyproxy/envoy-website' || 'envoyproxy/archive' }}

.github/workflows/_publish_release_container.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
- name: Generate manifest configuration (dev)
5757
id: dev-config
5858
if: ${{ inputs.dev && inputs.target-branch == 'main' }}
59-
uses: envoyproxy/toolshed/gh-actions/[email protected].30
59+
uses: envoyproxy/toolshed/gh-actions/[email protected].31
6060
with:
6161
input-format: yaml
6262
filter: >-
@@ -126,7 +126,7 @@ jobs:
126126
- tools-dev-${{ github.sha }}
127127
128128
- name: Generate manifest configuration (release)
129-
uses: envoyproxy/toolshed/gh-actions/[email protected].30
129+
uses: envoyproxy/toolshed/gh-actions/[email protected].31
130130
id: release-config
131131
if: ${{ ! inputs.dev || ! inputs.target-branch != 'main' }}
132132
with:
@@ -198,7 +198,7 @@ jobs:
198198
- tools-v${{ inputs.version-major }}.${{ inputs.version-minor }}-latest
199199
200200
- name: Collect and push OCI artifacts
201-
uses: envoyproxy/toolshed/gh-actions/oci/[email protected].30
201+
uses: envoyproxy/toolshed/gh-actions/oci/[email protected].31
202202
with:
203203
artifacts-pattern: oci.*
204204
manifest-config: ${{ steps.dev-config.outputs.value || steps.release-config.outputs.value }}

.github/workflows/_request.yml

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -60,14 +60,14 @@ jobs:
6060
caches: ${{ steps.caches.outputs.value }}
6161
config: ${{ steps.config.outputs.config }}
6262
steps:
63-
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
63+
- uses: envoyproxy/toolshed/gh-actions/[email protected].31
6464
id: started
6565
name: Create timestamp
6666
with:
6767
options: -r
6868
filter: |
6969
now
70-
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].30
70+
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].31
7171
id: checkout
7272
name: Checkout Envoy repository (requested)
7373
with:
@@ -81,7 +81,7 @@ jobs:
8181
# *ALL* variables collected should be treated as untrusted and should be sanitized before
8282
# use
8383
- name: Generate environment variables from commit
84-
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].30
84+
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].31
8585
id: env
8686
with:
8787
branch-name: ${{ steps.checkout.outputs.branch-name }}
@@ -92,15 +92,15 @@ jobs:
9292
vars: ${{ toJSON(vars) }}
9393
working-directory: requested
9494

95-
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].30
95+
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].31
9696
id: checkout-target
9797
name: Checkout Envoy repository (target branch)
9898
with:
9999
branch: ${{ fromJSON(steps.env.outputs.data).request.target-branch }}
100100
config: |
101101
fetch-depth: 1
102102
path: target
103-
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
103+
- uses: envoyproxy/toolshed/gh-actions/[email protected].31
104104
id: bazel-cache-hash
105105
name: Bazel cache hash
106106
with:
@@ -109,7 +109,7 @@ jobs:
109109

110110
- name: Request summary
111111
id: summary
112-
uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].30
112+
uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].31
113113
with:
114114
actor: ${{ toJSON(fromJSON(steps.env.outputs.data).request.actor) }}
115115
base-sha: ${{ fromJSON(steps.env.outputs.data).request.base-sha }}
@@ -125,7 +125,7 @@ jobs:
125125
target-branch: ${{ fromJSON(steps.env.outputs.data).request.target-branch }}
126126

127127
- name: Environment data
128-
uses: envoyproxy/toolshed/gh-actions/[email protected].30
128+
uses: envoyproxy/toolshed/gh-actions/[email protected].31
129129
id: data
130130
with:
131131
input: |
@@ -168,26 +168,26 @@ jobs:
168168
path: /tmp/cache
169169
key: ${{ fromJSON(steps.data.outputs.value).request.build-image.default }}-arm64
170170

171-
- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].30
171+
- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].31
172172
name: Setup GCP
173173
with:
174174
key: ${{ secrets.gcs-cache-key }}
175175

176-
- uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].30
176+
- uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].31
177177
name: Check GCS bucket cache (x64)
178178
id: cache-exists-bazel-x64
179179
with:
180180
bucket: ${{ inputs.gcs-cache-bucket }}
181181
key: ${{ fromJSON(steps.data.outputs.value).config.ci.cache.bazel }}-x64
182-
- uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].30
182+
- uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].31
183183
name: Check GCS bucket cache (arm64)
184184
id: cache-exists-bazel-arm64
185185
with:
186186
bucket: ${{ inputs.gcs-cache-bucket }}
187187
key: ${{ fromJSON(steps.data.outputs.value).config.ci.cache.bazel }}-arm64
188188

189189
- name: Caches
190-
uses: envoyproxy/toolshed/gh-actions/[email protected].30
190+
uses: envoyproxy/toolshed/gh-actions/[email protected].31
191191
id: caches
192192
with:
193193
input-format: yaml

0 commit comments

Comments
 (0)