Skip to content

Commit 98561c5

Browse files
build(deps): bump envoyproxy/toolshed from actions-v0.3.29 to 0.3.30 (#42028)
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 c58e962 commit 98561c5

22 files changed

+104
-104
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].29
55+
- uses: envoyproxy/toolshed/gh-actions/gcs/artefact/[email protected].30
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].29
38+
- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].30
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].29
31+
- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].30
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].29
39+
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
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].29
90+
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
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].29
98+
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
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].29
104+
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].30
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].29
103+
- uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].30
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].29
114+
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
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].29
120+
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].30
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].29
128+
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
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].29
148+
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
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].29
66+
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
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].29
73+
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].30
7474
id: checkout
7575
name: Checkout Envoy repository
7676
- name: Generate environment variables
77-
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].29
77+
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].30
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].29
89+
uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].30
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/[email protected].29
81+
- uses: envoyproxy/toolshed/gh-actions/gcs/artefact/[email protected].30
8282
with:
8383
bucket: ${{ inputs.trusted && vars.GCS_ARTIFACT_BUCKET_POST || vars.GCS_ARTIFACT_BUCKET_PRE }}
8484
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].29
148+
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
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].29
153+
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
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].29
59+
uses: envoyproxy/toolshed/gh-actions/[email protected].30
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].29
129+
uses: envoyproxy/toolshed/gh-actions/[email protected].30
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].29
201+
uses: envoyproxy/toolshed/gh-actions/oci/[email protected].30
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
@@ -58,14 +58,14 @@ jobs:
5858
caches: ${{ steps.caches.outputs.value }}
5959
config: ${{ steps.config.outputs.config }}
6060
steps:
61-
- uses: envoyproxy/toolshed/gh-actions/[email protected].29
61+
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
6262
id: started
6363
name: Create timestamp
6464
with:
6565
options: -r
6666
filter: |
6767
now
68-
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].29
68+
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].30
6969
id: checkout
7070
name: Checkout Envoy repository (requested)
7171
with:
@@ -79,7 +79,7 @@ jobs:
7979
# *ALL* variables collected should be treated as untrusted and should be sanitized before
8080
# use
8181
- name: Generate environment variables from commit
82-
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].29
82+
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].30
8383
id: env
8484
with:
8585
branch-name: ${{ steps.checkout.outputs.branch-name }}
@@ -90,15 +90,15 @@ jobs:
9090
vars: ${{ toJSON(vars) }}
9191
working-directory: requested
9292

93-
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].29
93+
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].30
9494
id: checkout-target
9595
name: Checkout Envoy repository (target branch)
9696
with:
9797
branch: ${{ fromJSON(steps.env.outputs.data).request.target-branch }}
9898
config: |
9999
fetch-depth: 1
100100
path: target
101-
- uses: envoyproxy/toolshed/gh-actions/[email protected].29
101+
- uses: envoyproxy/toolshed/gh-actions/[email protected].30
102102
id: bazel-cache-hash
103103
name: Bazel cache hash
104104
with:
@@ -107,7 +107,7 @@ jobs:
107107

108108
- name: Request summary
109109
id: summary
110-
uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].29
110+
uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].30
111111
with:
112112
actor: ${{ toJSON(fromJSON(steps.env.outputs.data).request.actor) }}
113113
base-sha: ${{ fromJSON(steps.env.outputs.data).request.base-sha }}
@@ -123,7 +123,7 @@ jobs:
123123
target-branch: ${{ fromJSON(steps.env.outputs.data).request.target-branch }}
124124

125125
- name: Environment data
126-
uses: envoyproxy/toolshed/gh-actions/[email protected].29
126+
uses: envoyproxy/toolshed/gh-actions/[email protected].30
127127
id: data
128128
with:
129129
input: |
@@ -166,26 +166,26 @@ jobs:
166166
path: /tmp/cache
167167
key: ${{ fromJSON(steps.data.outputs.value).request.build-image.default }}-arm64
168168

169-
- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].29
169+
- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].30
170170
name: Setup GCP
171171
with:
172172
key: ${{ secrets.gcs-cache-key }}
173173

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

187187
- name: Caches
188-
uses: envoyproxy/toolshed/gh-actions/[email protected].29
188+
uses: envoyproxy/toolshed/gh-actions/[email protected].30
189189
id: caches
190190
with:
191191
input-format: yaml

0 commit comments

Comments
 (0)