Skip to content

Commit

Permalink
build(deps): bump envoyproxy/toolshed from actions-v0.3.10 to 0.3.11 (#…
Browse files Browse the repository at this point in the history
…37344)


Signed-off-by: dependabot[bot] <[email protected]>
Signed-off-by: Ryan Northey <[email protected]>
  • Loading branch information
dependabot[bot] authored Nov 25, 2024
1 parent a40337f commit a41c334
Show file tree
Hide file tree
Showing 19 changed files with 108 additions and 112 deletions.
9 changes: 2 additions & 7 deletions .github/workflows/_check_coverage.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,8 +41,6 @@ jobs:
# bazel-extra: '--config=remote-envoy-engflow'
cache-build-image: ${{ fromJSON(inputs.request).request.build-image.default }}
concurrency-suffix: -${{ matrix.target }}
diskspace-hack: ${{ matrix.diskspace-hack || false }}
diskspace-hack-paths: ${{ matrix.diskspace-hack-paths || '' }}
error-match: |
ERROR
error:
Expand All @@ -52,8 +50,9 @@ jobs:
rbe: true
rbe-google: true
request: ${{ inputs.request }}
runs-on: ubuntu-24.04
steps-post: |
- uses: envoyproxy/toolshed/gh-actions/gcs/artefact/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/gcs/artefact/[email protected].11
with:
bucket: ${{ inputs.trusted && vars.GCS_ARTIFACT_BUCKET_POST || vars.GCS_ARTIFACT_BUCKET_PRE }}
path: generated/${{ matrix.target }}
Expand All @@ -73,9 +72,5 @@ jobs:
include:
- target: coverage
name: Coverage
diskspace-hack: true
diskspace-hack-paths: |
/opt/hostedtoolcache
/usr/local
- target: fuzz_coverage
name: Fuzz coverage
8 changes: 4 additions & 4 deletions .github/workflows/_finish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
actions: read
contents: read
steps:
- uses: envoyproxy/toolshed/gh-actions/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/[email protected].11
name: Incoming data
id: needs
with:
Expand Down Expand Up @@ -87,21 +87,21 @@ jobs:
summary: "Check has finished",
text: $text}}}}
- uses: envoyproxy/toolshed/gh-actions/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/[email protected].11
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].10
- uses: envoyproxy/toolshed/gh-actions/[email protected].11
name: Appauth
id: appauth
with:
app_id: ${{ secrets.app-id }}
key: ${{ secrets.app-key }}
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].11
name: Update check
with:
action: update
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/_load.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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].10
- uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].11
name: Load env
id: data
with:
Expand All @@ -111,21 +111,21 @@ jobs:
GH_TOKEN: ${{ github.token }}

# Update the check
- uses: envoyproxy/toolshed/gh-actions/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/[email protected].11
name: Appauth
id: appauth
with:
app_id: ${{ secrets.app-id }}
key: ${{ secrets.app-key }}
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].11
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].10
- uses: envoyproxy/toolshed/gh-actions/[email protected].11
name: Print request summary
with:
input: |
Expand All @@ -145,7 +145,7 @@ jobs:
| $summary.summary as $summary
| "${{ inputs.template-request-summary }}"
- uses: envoyproxy/toolshed/gh-actions/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/[email protected].11
id: request-output
name: Load request
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/_load_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@ jobs:
request: ${{ steps.env.outputs.data }}
trusted: true
steps:
- uses: envoyproxy/toolshed/gh-actions/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/[email protected].11
id: started
name: Create timestamp
with:
options: -r
filter: |
now
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].11
id: checkout
name: Checkout Envoy repository
- name: Generate environment variables
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].10
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].11
id: env
with:
branch-name: ${{ inputs.branch-name }}
Expand All @@ -86,7 +86,7 @@ jobs:

- name: Request summary
id: summary
uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].10
uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].11
with:
actor: ${{ toJSON(fromJSON(steps.env.outputs.data).request.actor) }}
base-sha: ${{ fromJSON(steps.env.outputs.data).request.base-sha }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_precheck_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -82,7 +82,7 @@ jobs:
--config=docs-ci
rbe: true
steps-post: |
- uses: envoyproxy/toolshed/gh-actions/gcs/artefact/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/gcs/artefact/[email protected].11
with:
bucket: ${{ inputs.trusted && vars.GCS_ARTIFACT_BUCKET_POST || vars.GCS_ARTIFACT_BUCKET_PRE }}
path: generated/docs
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_publish_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,12 +78,12 @@ jobs:
needs:
- publish
steps:
- uses: envoyproxy/toolshed/gh-actions/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/[email protected].11
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].10
- uses: envoyproxy/toolshed/gh-actions/[email protected].11
with:
ref: main
repository: ${{ fromJSON(inputs.request).request.version.dev && 'envoyproxy/envoy-website' || 'envoyproxy/archive' }}
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
caches: ${{ steps.caches.outputs.value }}
config: ${{ steps.config.outputs.config }}
steps:
- uses: envoyproxy/toolshed/gh-actions/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/[email protected].11
id: started
name: Create timestamp
with:
options: -r
filter: |
now
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].11
id: checkout
name: Checkout Envoy repository (requested)
with:
Expand All @@ -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].10
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].11
id: env
with:
branch-name: ${{ steps.checkout.outputs.branch-name }}
Expand All @@ -88,15 +88,15 @@ jobs:
vars: ${{ toJSON(vars) }}
working-directory: requested

- uses: envoyproxy/toolshed/gh-actions/github/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].11
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].10
- uses: envoyproxy/toolshed/gh-actions/[email protected].11
id: bazel-cache-hash
name: Bazel cache hash
with:
Expand All @@ -105,7 +105,7 @@ jobs:

- name: Request summary
id: summary
uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].10
uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].11
with:
actor: ${{ toJSON(fromJSON(steps.env.outputs.data).request.actor) }}
base-sha: ${{ fromJSON(steps.env.outputs.data).request.base-sha }}
Expand All @@ -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].10
uses: envoyproxy/toolshed/gh-actions/[email protected].11
id: data
with:
input: |
Expand Down Expand Up @@ -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].10
- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].11
name: Setup GCP
with:
key: ${{ secrets.gcs-cache-key }}

- uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].11
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].10
- uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].11
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].10
uses: envoyproxy/toolshed/gh-actions/[email protected].11
id: caches
with:
input-format: yaml
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/_request_cache_bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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].10
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].11
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].10
- uses: envoyproxy/toolshed/gh-actions/[email protected].11
id: appauth
name: Appauth (mutex lock)
with:
app_id: ${{ secrets.app-id }}
key: ${{ secrets.app-key }}

- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].11
name: Setup GCP
with:
key: ${{ secrets.gcs-cache-key }}
Expand All @@ -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].10
- uses: envoyproxy/toolshed/gh-actions/cache/[email protected].11
id: bazel-cache
name: Prime Bazel cache
with:
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/_request_cache_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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].10
# - uses: envoyproxy/toolshed/gh-actions/docker/cache/[email protected].11
# with:
# key: "${{ needs.env.outputs.build-image }}"
#
Expand All @@ -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].10
- uses: envoyproxy/toolshed/gh-actions/[email protected].11
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].10
- uses: envoyproxy/toolshed/gh-actions/docker/cache/[email protected].11
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].10
- uses: envoyproxy/toolshed/gh-actions/[email protected].11
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].10
- uses: envoyproxy/toolshed/gh-actions/json/[email protected].11
name: Summary
with:
json: ${{ steps.data.outputs.value }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/_request_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ubuntu-22.04
name: Start checks
steps:
- uses: envoyproxy/toolshed/gh-actions/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/[email protected].11
id: check-config
name: Prepare check data
with:
Expand All @@ -78,13 +78,13 @@ jobs:
| .skipped.output.summary = "${{ inputs.skipped-summary }}"
| .skipped.output.text = ""
- uses: envoyproxy/toolshed/gh-actions/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/[email protected].11
name: Appauth
id: appauth
with:
app_id: ${{ secrets.app-id }}
key: ${{ secrets.app-key }}
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].11
name: Start checks
id: checks
with:
Expand All @@ -95,7 +95,7 @@ jobs:
${{ fromJSON(inputs.env).summary.summary }}
token: ${{ steps.appauth.outputs.token }}
- uses: envoyproxy/toolshed/gh-actions/json/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/json/[email protected].11
name: Summary
with:
collapse-open: true
Expand All @@ -119,7 +119,7 @@ jobs:
output-path: GITHUB_STEP_SUMMARY
title: Checks started/skipped

- uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].10
- uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].11
name: Save env
id: data
with:
Expand Down
Loading

0 comments on commit a41c334

Please sign in to comment.