-
Notifications
You must be signed in to change notification settings - Fork 4.8k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump envoyproxy/toolshed from actions-v0.3.8 to 0.3.9 (#…
…37331) Signed-off-by: dependabot[bot] <[email protected]> Signed-off-by: Ryan Northey <[email protected]>
- Loading branch information
1 parent
fb77669
commit 7a59815
Showing
19 changed files
with
91 additions
and
91 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -52,7 +52,7 @@ jobs: | |
rbe: true | ||
request: ${{ inputs.request }} | ||
steps-post: | | ||
- uses: envoyproxy/toolshed/gh-actions/gcs/artefact/[email protected].6 | ||
- uses: envoyproxy/toolshed/gh-actions/gcs/artefact/[email protected].9 | ||
with: | ||
bucket: ${{ inputs.trusted && vars.GCS_ARTIFACT_BUCKET_POST || vars.GCS_ARTIFACT_BUCKET_PRE }} | ||
path: generated/${{ matrix.target }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -36,7 +36,7 @@ jobs: | |
actions: read | ||
contents: read | ||
steps: | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].9 | ||
name: Incoming data | ||
id: needs | ||
with: | ||
|
@@ -87,21 +87,21 @@ jobs: | |
summary: "Check has finished", | ||
text: $text}}}} | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].9 | ||
name: Print summary | ||
with: | ||
input: ${{ toJSON(steps.needs.outputs.value).summary-title }} | ||
filter: | | ||
"## \(.)" | ||
options: -Rr | ||
output-path: GITHUB_STEP_SUMMARY | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].9 | ||
name: Appauth | ||
id: appauth | ||
with: | ||
app_id: ${{ secrets.app-id }} | ||
key: ${{ secrets.app-key }} | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].9 | ||
name: Update check | ||
with: | ||
action: update | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -100,7 +100,7 @@ jobs: | |
# Handle any failure in triggering job | ||
# Remove any `checks` we dont care about | ||
# Prepare a check request | ||
- uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].9 | ||
name: Load env | ||
id: data | ||
with: | ||
|
@@ -111,21 +111,21 @@ jobs: | |
GH_TOKEN: ${{ github.token }} | ||
|
||
# Update the check | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].9 | ||
name: Appauth | ||
id: appauth | ||
with: | ||
app_id: ${{ secrets.app-id }} | ||
key: ${{ secrets.app-key }} | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].9 | ||
name: Update check | ||
if: ${{ fromJSON(steps.data.outputs.data).data.check.action == 'RUN' }} | ||
with: | ||
action: update | ||
checks: ${{ toJSON(fromJSON(steps.data.outputs.data).checks) }} | ||
token: ${{ steps.appauth.outputs.token }} | ||
|
||
- uses: envoyproxy/toolshed/gh-actions/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].9 | ||
name: Print request summary | ||
with: | ||
input: | | ||
|
@@ -145,7 +145,7 @@ jobs: | |
| $summary.summary as $summary | ||
| "${{ inputs.template-request-summary }}" | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].9 | ||
id: request-output | ||
name: Load request | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -63,18 +63,18 @@ jobs: | |
request: ${{ steps.env.outputs.data }} | ||
trusted: true | ||
steps: | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].9 | ||
id: started | ||
name: Create timestamp | ||
with: | ||
options: -r | ||
filter: | | ||
now | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].9 | ||
id: checkout | ||
name: Checkout Envoy repository | ||
- name: Generate environment variables | ||
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].8 | ||
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].9 | ||
id: env | ||
with: | ||
branch-name: ${{ inputs.branch-name }} | ||
|
@@ -86,7 +86,7 @@ jobs: | |
|
||
- name: Request summary | ||
id: summary | ||
uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].8 | ||
uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].9 | ||
with: | ||
actor: ${{ toJSON(fromJSON(steps.env.outputs.data).request.actor) }} | ||
base-sha: ${{ fromJSON(steps.env.outputs.data).request.base-sha }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -83,7 +83,7 @@ jobs: | |
--config=docs-ci | ||
rbe: true | ||
steps-post: | | ||
- uses: envoyproxy/toolshed/gh-actions/gcs/artefact/[email protected].6 | ||
- uses: envoyproxy/toolshed/gh-actions/gcs/artefact/[email protected].9 | ||
with: | ||
bucket: ${{ inputs.trusted && vars.GCS_ARTIFACT_BUCKET_POST || vars.GCS_ARTIFACT_BUCKET_PRE }} | ||
path: generated/docs | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -78,12 +78,12 @@ jobs: | |
needs: | ||
- publish | ||
steps: | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].9 | ||
id: appauth | ||
with: | ||
app_id: ${{ secrets.ENVOY_CI_SYNC_APP_ID }} | ||
key: ${{ secrets.ENVOY_CI_SYNC_APP_KEY }} | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].9 | ||
with: | ||
ref: main | ||
repository: ${{ fromJSON(inputs.request).request.version.dev && 'envoyproxy/envoy-website' || 'envoyproxy/archive' }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -56,14 +56,14 @@ jobs: | |
caches: ${{ steps.caches.outputs.value }} | ||
config: ${{ steps.config.outputs.config }} | ||
steps: | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].9 | ||
id: started | ||
name: Create timestamp | ||
with: | ||
options: -r | ||
filter: | | ||
now | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].9 | ||
id: checkout | ||
name: Checkout Envoy repository (requested) | ||
with: | ||
|
@@ -77,7 +77,7 @@ jobs: | |
# *ALL* variables collected should be treated as untrusted and should be sanitized before | ||
# use | ||
- name: Generate environment variables from commit | ||
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].8 | ||
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].9 | ||
id: env | ||
with: | ||
branch-name: ${{ steps.checkout.outputs.branch-name }} | ||
|
@@ -88,15 +88,15 @@ jobs: | |
vars: ${{ toJSON(vars) }} | ||
working-directory: requested | ||
|
||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].9 | ||
id: checkout-target | ||
name: Checkout Envoy repository (target branch) | ||
with: | ||
branch: ${{ fromJSON(steps.env.outputs.data).request.target-branch }} | ||
config: | | ||
fetch-depth: 1 | ||
path: target | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].9 | ||
id: bazel-cache-hash | ||
name: Bazel cache hash | ||
with: | ||
|
@@ -105,7 +105,7 @@ jobs: | |
|
||
- name: Request summary | ||
id: summary | ||
uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].8 | ||
uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].9 | ||
with: | ||
actor: ${{ toJSON(fromJSON(steps.env.outputs.data).request.actor) }} | ||
base-sha: ${{ fromJSON(steps.env.outputs.data).request.base-sha }} | ||
|
@@ -121,7 +121,7 @@ jobs: | |
target-branch: ${{ fromJSON(steps.env.outputs.data).request.target-branch }} | ||
|
||
- name: Environment data | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].8 | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].9 | ||
id: data | ||
with: | ||
input: | | ||
|
@@ -164,26 +164,26 @@ jobs: | |
path: /tmp/cache | ||
key: ${{ fromJSON(steps.data.outputs.value).request.build-image.default }}-arm64 | ||
|
||
- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].9 | ||
name: Setup GCP | ||
with: | ||
key: ${{ secrets.gcs-cache-key }} | ||
|
||
- uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].9 | ||
name: Check GCS bucket cache (x64) | ||
id: cache-exists-bazel-x64 | ||
with: | ||
bucket: ${{ inputs.gcs-cache-bucket }} | ||
key: ${{ fromJSON(steps.data.outputs.value).config.ci.cache.bazel }}-x64 | ||
- uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].9 | ||
name: Check GCS bucket cache (arm64) | ||
id: cache-exists-bazel-arm64 | ||
with: | ||
bucket: ${{ inputs.gcs-cache-bucket }} | ||
key: ${{ fromJSON(steps.data.outputs.value).config.ci.cache.bazel }}-arm64 | ||
|
||
- name: Caches | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].8 | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].9 | ||
id: caches | ||
with: | ||
input-format: yaml | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -51,22 +51,22 @@ jobs: | |
name: "[${{ inputs.arch }}] Prime Bazel cache" | ||
if: ${{ ! fromJSON(inputs.caches).bazel[inputs.arch] }} | ||
steps: | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].9 | ||
id: checkout-target | ||
name: Checkout Envoy repository (target branch) | ||
with: | ||
branch: ${{ fromJSON(inputs.request).request.target-branch }} | ||
config: | | ||
fetch-depth: 1 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].9 | ||
id: appauth | ||
name: Appauth (mutex lock) | ||
with: | ||
app_id: ${{ secrets.app-id }} | ||
key: ${{ secrets.app-key }} | ||
|
||
- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].9 | ||
name: Setup GCP | ||
with: | ||
key: ${{ secrets.gcs-cache-key }} | ||
|
@@ -75,7 +75,7 @@ jobs: | |
sudo mkdir /build | ||
sudo chown runner:docker /build | ||
echo "GITHUB_TOKEN=${{ github.token }}" >> $GITHUB_ENV | ||
- uses: envoyproxy/toolshed/gh-actions/cache/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/cache/[email protected].9 | ||
id: bazel-cache | ||
name: Prime Bazel cache | ||
with: | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -39,7 +39,7 @@ on: | |
# For a job that does, you can restore with something like: | ||
# | ||
# steps: | ||
# - uses: envoyproxy/toolshed/gh-actions/docker/cache/[email protected].6 | ||
# - uses: envoyproxy/toolshed/gh-actions/docker/cache/[email protected].9 | ||
# with: | ||
# key: "${{ needs.env.outputs.build-image }}" | ||
# | ||
|
@@ -51,29 +51,29 @@ jobs: | |
name: "[${{ inputs.arch }}] Prime Docker cache" | ||
if: ${{ ! fromJSON(inputs.caches).docker[inputs.arch] }} | ||
steps: | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].9 | ||
id: appauth | ||
name: Appauth (mutex lock) | ||
with: | ||
app_id: ${{ secrets.app-id }} | ||
key: ${{ secrets.app-key }} | ||
- uses: envoyproxy/toolshed/gh-actions/docker/cache/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/docker/cache/[email protected].9 | ||
id: docker | ||
name: Prime Docker cache (${{ inputs.image-tag }}${{ inputs.cache-suffix }}) | ||
with: | ||
image-tag: ${{ inputs.image-tag }} | ||
key-suffix: ${{ inputs.cache-suffix }} | ||
lock-token: ${{ steps.appauth.outputs.token }} | ||
lock-repository: ${{ inputs.lock-repository }} | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].9 | ||
id: data | ||
name: Cache data | ||
with: | ||
input-format: yaml | ||
input: | | ||
cached: ${{ steps.docker.outputs.cached }} | ||
key: ${{ inputs.image-tag }}${{ inputs.cache-suffix }} | ||
- uses: envoyproxy/toolshed/gh-actions/json/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/json/[email protected].9 | ||
name: Summary | ||
with: | ||
json: ${{ steps.data.outputs.value }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -55,7 +55,7 @@ jobs: | |
runs-on: ubuntu-22.04 | ||
name: Start checks | ||
steps: | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].9 | ||
id: check-config | ||
name: Prepare check data | ||
with: | ||
|
@@ -78,13 +78,13 @@ jobs: | |
| .skipped.output.summary = "${{ inputs.skipped-summary }}" | ||
| .skipped.output.text = "" | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].9 | ||
name: Appauth | ||
id: appauth | ||
with: | ||
app_id: ${{ secrets.app-id }} | ||
key: ${{ secrets.app-key }} | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].9 | ||
name: Start checks | ||
id: checks | ||
with: | ||
|
@@ -95,7 +95,7 @@ jobs: | |
${{ fromJSON(inputs.env).summary.summary }} | ||
token: ${{ steps.appauth.outputs.token }} | ||
- uses: envoyproxy/toolshed/gh-actions/json/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/json/[email protected].9 | ||
name: Summary | ||
with: | ||
collapse-open: true | ||
|
@@ -119,7 +119,7 @@ jobs: | |
output-path: GITHUB_STEP_SUMMARY | ||
title: Checks started/skipped | ||
|
||
- uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].8 | ||
- uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].9 | ||
name: Save env | ||
id: data | ||
with: | ||
|
Oops, something went wrong.