From 15f875ee28d58fddf09ea5ec56c649f8b8a382ba Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Mon, 27 Oct 2025 06:18:11 +0000 Subject: [PATCH] build(deps): update envoyproxy/toolshed requirement to actions-v0.3.28 Updates the requirements on [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) to permit the latest version. - [Release notes](https://github.com/envoyproxy/toolshed/releases) - [Commits](https://github.com/envoyproxy/toolshed/commits/actions-v0.3.28) --- updated-dependencies: - dependency-name: envoyproxy/toolshed dependency-version: 0.3.28 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/_cve_fetch.yml | 2 +- .github/workflows/_cve_scan.yml | 2 +- .github/workflows/_finish.yml | 8 ++--- .github/workflows/_load.yml | 10 +++--- .github/workflows/_load_env.yml | 8 ++--- .github/workflows/_publish_release.yml | 4 +-- .../workflows/_publish_release_container.yml | 6 ++-- .github/workflows/_request.yml | 22 ++++++------ .github/workflows/_request_cache_bazel.yml | 8 ++--- .github/workflows/_request_cache_docker.yml | 8 ++--- .github/workflows/_request_checks.yml | 10 +++--- .github/workflows/_run.yml | 22 ++++++------ .github/workflows/codeql-daily.yml | 2 +- .github/workflows/codeql-push.yml | 2 +- .github/workflows/command.yml | 6 ++-- .github/workflows/envoy-dependency.yml | 18 +++++----- .github/workflows/envoy-release.yml | 34 +++++++++---------- .github/workflows/envoy-sync.yml | 4 +-- 18 files changed, 88 insertions(+), 88 deletions(-) diff --git a/.github/workflows/_cve_fetch.yml b/.github/workflows/_cve_fetch.yml index d67a8abb30fe6..d504e56863192 100644 --- a/.github/workflows/_cve_fetch.yml +++ b/.github/workflows/_cve_fetch.yml @@ -35,7 +35,7 @@ jobs: else echo "weekly_run=false" >> $GITHUB_OUTPUT fi - - uses: envoyproxy/toolshed/gh-actions/gcp/setup@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/gcp/setup@actions-v0.3.28 name: Setup GCP with: key: ${{ secrets.gcs-cve-key }} diff --git a/.github/workflows/_cve_scan.yml b/.github/workflows/_cve_scan.yml index 33cab2da3319f..aeb4c93fdb11e 100644 --- a/.github/workflows/_cve_scan.yml +++ b/.github/workflows/_cve_scan.yml @@ -28,7 +28,7 @@ jobs: id: vars run: | echo "cve-data-path=${{ inputs.cve-data-path }}" > $GITHUB_OUTPUT - - uses: envoyproxy/toolshed/gh-actions/gcp/setup@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/gcp/setup@actions-v0.3.28 name: Setup GCP with: key: ${{ secrets.gcs-cve-key }} diff --git a/.github/workflows/_finish.yml b/.github/workflows/_finish.yml index e90efb773c7c6..50114196e2945 100644 --- a/.github/workflows/_finish.yml +++ b/.github/workflows/_finish.yml @@ -36,7 +36,7 @@ jobs: actions: read contents: read steps: - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.28 name: Incoming data id: needs with: @@ -87,7 +87,7 @@ jobs: summary: "Check has finished", text: $text}}}} - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.28 name: Print summary with: input: ${{ toJSON(steps.needs.outputs.value).summary-title }} @@ -95,13 +95,13 @@ jobs: "## \(.)" options: -Rr output-path: GITHUB_STEP_SUMMARY - - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.28 name: Appauth id: appauth with: app_id: ${{ secrets.app-id }} key: ${{ secrets.app-key }} - - uses: envoyproxy/toolshed/gh-actions/github/checks@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/github/checks@actions-v0.3.28 name: Update check with: action: update diff --git a/.github/workflows/_load.yml b/.github/workflows/_load.yml index 5d596dbfe3df1..60867e7e9d8b2 100644 --- a/.github/workflows/_load.yml +++ b/.github/workflows/_load.yml @@ -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/load@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/github/env/load@actions-v0.3.28 name: Load env id: data with: @@ -111,13 +111,13 @@ jobs: GH_TOKEN: ${{ github.token }} # Update the check - - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.28 name: Appauth id: appauth with: app_id: ${{ secrets.app-id }} key: ${{ secrets.app-key }} - - uses: envoyproxy/toolshed/gh-actions/github/checks@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/github/checks@actions-v0.3.28 name: Update check if: ${{ fromJSON(steps.data.outputs.data).data.check.action == 'RUN' }} with: @@ -125,7 +125,7 @@ jobs: checks: ${{ toJSON(fromJSON(steps.data.outputs.data).checks) }} token: ${{ steps.appauth.outputs.token }} - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.28 name: Print request summary with: input: | @@ -145,7 +145,7 @@ jobs: | $summary.summary as $summary | "${{ inputs.template-request-summary }}" - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.28 id: request-output name: Load request with: diff --git a/.github/workflows/_load_env.yml b/.github/workflows/_load_env.yml index 4d346474dcc05..6419d924b71ba 100644 --- a/.github/workflows/_load_env.yml +++ b/.github/workflows/_load_env.yml @@ -63,18 +63,18 @@ jobs: request: ${{ steps.env.outputs.data }} trusted: true steps: - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.28 id: started name: Create timestamp with: options: -r filter: | now - - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.28 id: checkout name: Checkout Envoy repository - name: Generate environment variables - uses: envoyproxy/toolshed/gh-actions/envoy/ci/env@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/envoy/ci/env@actions-v0.3.28 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/summary@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/github/env/summary@actions-v0.3.28 with: actor: ${{ toJSON(fromJSON(steps.env.outputs.data).request.actor) }} base-sha: ${{ fromJSON(steps.env.outputs.data).request.base-sha }} diff --git a/.github/workflows/_publish_release.yml b/.github/workflows/_publish_release.yml index 293f12f8da23a..d50098099dd64 100644 --- a/.github/workflows/_publish_release.yml +++ b/.github/workflows/_publish_release.yml @@ -145,12 +145,12 @@ jobs: needs: - release steps: - - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.28 id: appauth with: app_id: ${{ secrets.ENVOY_CI_SYNC_APP_ID }} key: ${{ secrets.ENVOY_CI_SYNC_APP_KEY }} - - uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.3.28 with: ref: main repository: ${{ fromJSON(inputs.request).request.version.dev && 'envoyproxy/envoy-website' || 'envoyproxy/archive' }} diff --git a/.github/workflows/_publish_release_container.yml b/.github/workflows/_publish_release_container.yml index 35f61eaabeb9f..438a602640927 100644 --- a/.github/workflows/_publish_release_container.yml +++ b/.github/workflows/_publish_release_container.yml @@ -56,7 +56,7 @@ jobs: - name: Generate manifest configuration (dev) id: dev-config if: ${{ inputs.dev && inputs.target-branch == 'main' }} - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.28 with: input-format: yaml filter: >- @@ -126,7 +126,7 @@ jobs: - tools-dev-${{ github.sha }} - name: Generate manifest configuration (release) - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.28 id: release-config if: ${{ ! inputs.dev || ! inputs.target-branch != 'main' }} with: @@ -198,7 +198,7 @@ jobs: - tools-v${{ inputs.version-major }}.${{ inputs.version-minor }}-latest - name: Collect and push OCI artifacts - uses: envoyproxy/toolshed/gh-actions/oci/collector@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/oci/collector@actions-v0.3.28 with: artifacts-pattern: oci.* manifest-config: ${{ steps.dev-config.outputs.value || steps.release-config.outputs.value }} diff --git a/.github/workflows/_request.yml b/.github/workflows/_request.yml index 3883d9574ab84..04a2b1c7886fc 100644 --- a/.github/workflows/_request.yml +++ b/.github/workflows/_request.yml @@ -56,14 +56,14 @@ jobs: caches: ${{ steps.caches.outputs.value }} config: ${{ steps.config.outputs.config }} steps: - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.28 id: started name: Create timestamp with: options: -r filter: | now - - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.28 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/request@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/envoy/ci/request@actions-v0.3.28 id: env with: branch-name: ${{ steps.checkout.outputs.branch-name }} @@ -88,7 +88,7 @@ jobs: vars: ${{ toJSON(vars) }} working-directory: requested - - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.28 id: checkout-target name: Checkout Envoy repository (target branch) with: @@ -96,7 +96,7 @@ jobs: config: | fetch-depth: 1 path: target - - uses: envoyproxy/toolshed/gh-actions/hashfiles@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/hashfiles@actions-v0.3.28 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/summary@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/github/env/summary@actions-v0.3.28 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/jq@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.28 id: data with: input: | @@ -164,18 +164,18 @@ jobs: path: /tmp/cache key: ${{ fromJSON(steps.data.outputs.value).request.build-image.default }}-arm64 - - uses: envoyproxy/toolshed/gh-actions/gcp/setup@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/gcp/setup@actions-v0.3.28 name: Setup GCP with: key: ${{ secrets.gcs-cache-key }} - - uses: envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.28 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/exists@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.28 name: Check GCS bucket cache (arm64) id: cache-exists-bazel-arm64 with: @@ -183,7 +183,7 @@ jobs: key: ${{ fromJSON(steps.data.outputs.value).config.ci.cache.bazel }}-arm64 - name: Caches - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.28 id: caches with: input-format: yaml diff --git a/.github/workflows/_request_cache_bazel.yml b/.github/workflows/_request_cache_bazel.yml index fe61dbd23238b..0c9a342e23d95 100644 --- a/.github/workflows/_request_cache_bazel.yml +++ b/.github/workflows/_request_cache_bazel.yml @@ -51,7 +51,7 @@ jobs: name: "[${{ inputs.arch }}] Prime Bazel cache" if: ${{ ! fromJSON(inputs.caches).bazel[inputs.arch] }} steps: - - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.28 id: checkout-target name: Checkout Envoy repository (target branch) with: @@ -59,14 +59,14 @@ jobs: config: | fetch-depth: 1 - - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.28 id: appauth name: Appauth (mutex lock) with: app_id: ${{ secrets.app-id }} key: ${{ secrets.app-key }} - - uses: envoyproxy/toolshed/gh-actions/gcp/setup@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/gcp/setup@actions-v0.3.28 name: Setup GCP with: key: ${{ secrets.gcs-cache-key }} @@ -76,7 +76,7 @@ jobs: sudo mkdir /build sudo chown runner:docker /build echo "GITHUB_TOKEN=${{ github.token }}" >> $GITHUB_ENV - - uses: envoyproxy/toolshed/gh-actions/cache/prime@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/cache/prime@actions-v0.3.28 id: bazel-cache name: Prime Bazel cache with: diff --git a/.github/workflows/_request_cache_docker.yml b/.github/workflows/_request_cache_docker.yml index 8987e670d2f57..924218f6094bd 100644 --- a/.github/workflows/_request_cache_docker.yml +++ b/.github/workflows/_request_cache_docker.yml @@ -51,13 +51,13 @@ jobs: name: "[${{ inputs.arch }}] Prime Docker cache" if: ${{ ! fromJSON(inputs.caches).docker[inputs.arch] }} steps: - - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.28 id: appauth name: Appauth (mutex lock) with: app_id: ${{ secrets.app-id }} key: ${{ secrets.app-key }} - - uses: envoyproxy/toolshed/gh-actions/docker/cache/prime@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/docker/cache/prime@actions-v0.3.28 id: docker name: Prime Docker cache (${{ inputs.image-tag }}${{ inputs.cache-suffix }}) with: @@ -65,7 +65,7 @@ jobs: key-suffix: ${{ inputs.cache-suffix }} lock-token: ${{ steps.appauth.outputs.token }} lock-repository: ${{ inputs.lock-repository }} - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.28 id: data name: Cache data with: @@ -73,7 +73,7 @@ jobs: input: | cached: ${{ steps.docker.outputs.cached }} key: ${{ inputs.image-tag }}${{ inputs.cache-suffix }} - - uses: envoyproxy/toolshed/gh-actions/json/table@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/json/table@actions-v0.3.28 name: Summary with: json: ${{ steps.data.outputs.value }} diff --git a/.github/workflows/_request_checks.yml b/.github/workflows/_request_checks.yml index 445c748854d4c..50150f6da8d06 100644 --- a/.github/workflows/_request_checks.yml +++ b/.github/workflows/_request_checks.yml @@ -55,7 +55,7 @@ jobs: runs-on: ${{ fromJSON(inputs.env).config.ci.agent-ubuntu }} name: Start checks steps: - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.28 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/appauth@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.28 name: Appauth id: appauth with: app_id: ${{ secrets.app-id }} key: ${{ secrets.app-key }} - - uses: envoyproxy/toolshed/gh-actions/github/checks@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/github/checks@actions-v0.3.28 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/table@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/json/table@actions-v0.3.28 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/save@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/github/env/save@actions-v0.3.28 name: Save env id: data with: diff --git a/.github/workflows/_run.yml b/.github/workflows/_run.yml index f79cba6171b5b..9aba836b5142e 100644 --- a/.github/workflows/_run.yml +++ b/.github/workflows/_run.yml @@ -217,7 +217,7 @@ jobs: name: ${{ inputs.target-suffix && format('[{0}] ', inputs.target-suffix) || '' }}${{ inputs.command }} ${{ inputs.target }} timeout-minutes: ${{ inputs.timeout-minutes }} steps: - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.28 id: started name: Create timestamp with: @@ -225,7 +225,7 @@ jobs: filter: | now # This controls which input vars are exposed to the run action (and related steps) - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.28 name: Context id: context with: @@ -257,13 +257,13 @@ jobs: if: ${{ inputs.docker-ipv6 }} # Caches - - uses: envoyproxy/toolshed/gh-actions/gcp/setup@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/gcp/setup@actions-v0.3.28 name: Setup GCP (cache) if: ${{ inputs.gcs-cache-bucket }} with: key: ${{ secrets.gcs-cache-key }} force-install: ${{ contains(fromJSON('["envoy-arm64-medium", "github-arm64-2c-8gb"]'), inputs.runs-on) }} - - uses: envoyproxy/toolshed/gh-actions/cache/restore@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/cache/restore@actions-v0.3.28 if: ${{ inputs.gcs-cache-bucket }} name: >- Restore Bazel cache @@ -283,12 +283,12 @@ jobs: key: ${{ inputs.cache-build-image }}${{ inputs.cache-build-image-key-suffix }} - if: ${{ inputs.cache-build-image && steps.cache-lookup.outputs.cache-hit == 'true' }} name: Restore Docker cache ${{ inputs.cache-build-image && format('({0})', inputs.cache-build-image) || '' }} - uses: envoyproxy/toolshed/gh-actions/docker/cache/restore@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/docker/cache/restore@actions-v0.3.28 with: image-tag: ${{ inputs.cache-build-image }} key-suffix: ${{ inputs.cache-build-image-key-suffix }} - - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.28 id: appauth name: Appauth if: ${{ inputs.trusted }} @@ -299,7 +299,7 @@ jobs: # - the workaround is to allow the token to be passed through. token: ${{ github.token }} token-ok: true - - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.28 id: checkout name: Checkout Envoy repository with: @@ -316,7 +316,7 @@ jobs: token: ${{ inputs.trusted && steps.appauth.outputs.token || github.token }} # This is currently only use by mobile-docs and can be removed once they are updated to the newer website - - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.28 id: checkout-extra name: Checkout extra repository (for publishing) if: ${{ inputs.checkout-extra }} @@ -325,7 +325,7 @@ jobs: ssh-key: ${{ inputs.trusted && inputs.ssh-key-extra || '' }} - name: Import GPG key - uses: envoyproxy/toolshed/gh-actions/gpg/import@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/gpg/import@actions-v0.3.28 if: ${{ inputs.import-gpg }} with: key: ${{ secrets.gpg-key }} @@ -338,7 +338,7 @@ jobs: name: Configure PR Bazel settings if: >- ${{ fromJSON(inputs.request).request.pr != '' }} - - uses: envoyproxy/toolshed/gh-actions/gcp/setup@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/gcp/setup@actions-v0.3.28 name: Setup GCP (artefacts/rbe) id: gcp with: @@ -356,7 +356,7 @@ jobs: if: ${{ vars.ENVOY_CI_BAZELRC }} name: Configure repo Bazel settings - - uses: envoyproxy/toolshed/gh-actions/github/run@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/github/run@actions-v0.3.28 name: Run CI ${{ inputs.command }} ${{ inputs.target }} with: args: ${{ inputs.args != '--' && inputs.args || inputs.target }} diff --git a/.github/workflows/codeql-daily.yml b/.github/workflows/codeql-daily.yml index a192837cdc407..4a07732d902c5 100644 --- a/.github/workflows/codeql-daily.yml +++ b/.github/workflows/codeql-daily.yml @@ -30,7 +30,7 @@ jobs: uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 - name: Free disk space - uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.3.28 # Initializes the CodeQL tools for scanning. - name: Initialize CodeQL diff --git a/.github/workflows/codeql-push.yml b/.github/workflows/codeql-push.yml index 8aac36cf8a226..7af93a6696fb6 100644 --- a/.github/workflows/codeql-push.yml +++ b/.github/workflows/codeql-push.yml @@ -63,7 +63,7 @@ jobs: - name: Free disk space if: ${{ env.BUILD_TARGETS != '' }} - uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.3.28 - name: Initialize CodeQL if: ${{ env.BUILD_TARGETS != '' }} diff --git a/.github/workflows/command.yml b/.github/workflows/command.yml index c085423a56ecc..35afa223704c1 100644 --- a/.github/workflows/command.yml +++ b/.github/workflows/command.yml @@ -28,7 +28,7 @@ jobs: && github.actor != 'dependabot[bot]' }} steps: - - uses: envoyproxy/toolshed/gh-actions/github/command@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/github/command@actions-v0.3.28 name: Parse command from comment id: command with: @@ -37,14 +37,14 @@ jobs: ^/(retest) # /retest - - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.28 if: ${{ steps.command.outputs.command == 'retest' }} id: appauth-retest name: Appauth (retest) with: key: ${{ secrets.ENVOY_CI_APP_KEY }} app_id: ${{ secrets.ENVOY_CI_APP_ID }} - - uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.3.28 if: ${{ steps.command.outputs.command == 'retest' }} name: Retest with: diff --git a/.github/workflows/envoy-dependency.yml b/.github/workflows/envoy-dependency.yml index 2cf5d55e070c4..065d3c5c99858 100644 --- a/.github/workflows/envoy-dependency.yml +++ b/.github/workflows/envoy-dependency.yml @@ -53,16 +53,16 @@ jobs: steps: - id: appauth name: Appauth - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.28 with: app_id: ${{ secrets.ENVOY_CI_DEP_APP_ID }} key: ${{ secrets.ENVOY_CI_DEP_APP_KEY }} - id: checkout name: Checkout Envoy repository - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.28 with: token: ${{ steps.appauth.outputs.token }} - - uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.28 id: update name: Update dependency (${{ inputs.dependency }}) with: @@ -97,13 +97,13 @@ jobs: env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: envoyproxy/toolshed/gh-actions/upload/diff@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/upload/diff@actions-v0.3.28 name: Upload diff with: name: ${{ inputs.dependency }}-${{ steps.update.outputs.output }} - name: Create a PR if: ${{ inputs.pr }} - uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.3.28 with: base: main body: | @@ -134,11 +134,11 @@ jobs: steps: - id: appauth name: Appauth - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.28 with: app_id: ${{ secrets.ENVOY_CI_DEP_APP_ID }} key: ${{ secrets.ENVOY_CI_DEP_APP_KEY }} - - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.28 id: checkout name: Checkout Envoy repository with: @@ -180,7 +180,7 @@ jobs: - name: Check Docker SHAs id: build-images - uses: envoyproxy/toolshed/gh-actions/docker/shas@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/docker/shas@actions-v0.3.28 with: images: | sha: docker.io/envoyproxy/envoy-build-ubuntu:${{ steps.build-tools.outputs.tag }} @@ -209,7 +209,7 @@ jobs: name: Update SHAs working-directory: envoy - name: Create a PR - uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.3.28 with: base: main body: Created by Envoy dependency bot diff --git a/.github/workflows/envoy-release.yml b/.github/workflows/envoy-release.yml index 0dd9d46e76320..0e94170e40884 100644 --- a/.github/workflows/envoy-release.yml +++ b/.github/workflows/envoy-release.yml @@ -60,14 +60,14 @@ jobs: steps: - id: appauth name: App auth - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.28 with: app_id: ${{ secrets.ENVOY_CI_PUBLISH_APP_ID }} key: ${{ secrets.ENVOY_CI_PUBLISH_APP_KEY }} - id: checkout name: Checkout Envoy repository - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.28 with: committer-name: ${{ env.COMMITTER_NAME }} committer-email: ${{ env.COMMITTER_EMAIL }} @@ -88,10 +88,10 @@ jobs: name: Check changelog summary - if: ${{ inputs.author }} name: Validate signoff email - uses: envoyproxy/toolshed/gh-actions/email/validate@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/email/validate@actions-v0.3.28 with: email: ${{ inputs.author }} - - uses: envoyproxy/toolshed/gh-actions/github/run@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/github/run@actions-v0.3.28 name: Create release with: source: | @@ -116,7 +116,7 @@ jobs: name: Release version id: release - name: Create a PR - uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.3.28 with: base: ${{ github.ref_name }} commit: false @@ -142,19 +142,19 @@ jobs: steps: - id: appauth name: App auth - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.25 + uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.28 with: app_id: ${{ secrets.ENVOY_CI_PUBLISH_APP_ID }} key: ${{ secrets.ENVOY_CI_PUBLISH_APP_KEY }} - id: checkout name: Checkout Envoy repository - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.25 + uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.28 with: committer-name: ${{ env.COMMITTER_NAME }} committer-email: ${{ env.COMMITTER_EMAIL }} strip-prefix: release/ token: ${{ steps.appauth.outputs.token }} - - uses: envoyproxy/toolshed/gh-actions/github/run@actions-v0.3.25 + - uses: envoyproxy/toolshed/gh-actions/github/run@actions-v0.3.28 name: Re-open branch with: command: >- @@ -169,7 +169,7 @@ jobs: name: Dev version id: dev - name: Create a PR - uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.3.25 + uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.3.28 with: base: ${{ github.ref_name }} commit: false @@ -193,20 +193,20 @@ jobs: steps: - id: appauth name: App auth - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.28 with: app_id: ${{ secrets.ENVOY_CI_PUBLISH_APP_ID }} key: ${{ secrets.ENVOY_CI_PUBLISH_APP_KEY }} - id: checkout name: Checkout Envoy repository - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.28 with: committer-name: ${{ env.COMMITTER_NAME }} committer-email: ${{ env.COMMITTER_EMAIL }} strip-prefix: release/ token: ${{ steps.appauth.outputs.token }} - - uses: envoyproxy/toolshed/gh-actions/github/run@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/github/run@actions-v0.3.28 name: Sync version histories with: command: >- @@ -216,7 +216,7 @@ jobs: -- --signoff="${{ env.COMMITTER_NAME }} <${{ env.COMMITTER_EMAIL }}>" - name: Create a PR - uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.3.28 with: append-commit-message: true base: ${{ github.ref_name }} @@ -243,13 +243,13 @@ jobs: steps: - id: appauth name: App auth - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.28 with: app_id: ${{ secrets.ENVOY_CI_PUBLISH_APP_ID }} key: ${{ secrets.ENVOY_CI_PUBLISH_APP_KEY }} - id: checkout name: Checkout Envoy repository - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.28 with: config: | fetch-depth: 0 @@ -279,13 +279,13 @@ jobs: steps: - id: appauth name: App auth - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.28 with: app_id: ${{ secrets.ENVOY_CI_PUBLISH_APP_ID }} key: ${{ secrets.ENVOY_CI_PUBLISH_APP_KEY }} - name: Checkout repository - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.28 with: committer-name: ${{ env.COMMITTER_NAME }} committer-email: ${{ env.COMMITTER_EMAIL }} diff --git a/.github/workflows/envoy-sync.yml b/.github/workflows/envoy-sync.yml index 754947dd18346..db7fab8a13bef 100644 --- a/.github/workflows/envoy-sync.yml +++ b/.github/workflows/envoy-sync.yml @@ -32,12 +32,12 @@ jobs: - data-plane-api - mobile-website steps: - - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.3.28 id: appauth with: app_id: ${{ secrets.ENVOY_CI_SYNC_APP_ID }} key: ${{ secrets.ENVOY_CI_SYNC_APP_KEY }} - - uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.3.26 + - uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.3.28 with: repository: "envoyproxy/${{ matrix.downstream }}" ref: main