From ea765b89502141568cfe7379d053301041ce1cca Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 2 Jan 2026 06:10:25 +0000 Subject: [PATCH] build(deps): update envoyproxy/toolshed requirement to actions-v0.3.48 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.48) --- updated-dependencies: - dependency-name: envoyproxy/toolshed dependency-version: 0.3.48 dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/_build_image.yml | 2 +- .github/workflows/build.yml | 14 +++++++------- 2 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/_build_image.yml b/.github/workflows/_build_image.yml index 9f5121f7..7f82f4e9 100644 --- a/.github/workflows/_build_image.yml +++ b/.github/workflows/_build_image.yml @@ -43,7 +43,7 @@ jobs: [${{ inputs.host-platform }}] Build and test Docker image runs-on: ${{ inputs.runs-on }} steps: - - uses: envoyproxy/toolshed/gh-actions/bind-mounts@actions-v0.3.28 + - uses: envoyproxy/toolshed/gh-actions/bind-mounts@actions-v0.3.48 with: mounts: | - src: /mnt/docker diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 15069dda..2db35b91 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -20,7 +20,7 @@ jobs: - uses: actions/checkout@v5 with: fetch-depth: 0 - - uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.30 + - uses: envoyproxy/toolshed/gh-actions/bson@actions-v0.3.48 id: changed with: input: | @@ -32,14 +32,14 @@ jobs: | bash::output result-filter: | . | split("\n") | map(select(length > 0)) - - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.30 + - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.48 id: config with: input: .github/config.yml input-format: yaml-path filter: | {debian: .debian.ci, ubuntu: .ubuntu.ci} - - uses: envoyproxy/toolshed/gh-actions/torun@actions-v0.3.30 + - uses: envoyproxy/toolshed/gh-actions/torun@actions-v0.3.48 id: torun with: event: ${{ github.event_name }} @@ -104,7 +104,7 @@ jobs: contents: read packages: write steps: - - uses: envoyproxy/toolshed/gh-actions/bind-mounts@actions-v0.3.28 + - uses: envoyproxy/toolshed/gh-actions/bind-mounts@actions-v0.3.48 with: mounts: | - src: /mnt/workspace @@ -135,7 +135,7 @@ jobs: - name: Generate manifest configuration (Debian) if: steps.built-distros.outputs.include-debian == 'true' id: config-debian - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.48 with: input: .github/config.yml input-format: yaml-path @@ -150,7 +150,7 @@ jobs: - name: Generate manifest configuration (Ubuntu) if: steps.built-distros.outputs.include-ubuntu == 'true' id: config-ubuntu - uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.26 + uses: envoyproxy/toolshed/gh-actions/jq@actions-v0.3.48 with: input: .github/config.yml input-format: yaml-path @@ -184,7 +184,7 @@ jobs: echo "$MERGED" >> $GITHUB_OUTPUT echo "EOF" >> $GITHUB_OUTPUT - 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.48 if: >- steps.built-distros.outputs.include-debian == 'true' || steps.built-distros.outputs.include-ubuntu == 'true'