From 9c2f7657db31e463aed9a4b87217c7007f376ea5 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 06:55:55 +0000 Subject: [PATCH] build(deps): bump envoyproxy/toolshed from actions-v0.0.16 to 0.0.32 Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) from actions-v0.0.16 to 0.0.32. This release includes the previously tagged commit. - [Release notes](https://github.com/envoyproxy/toolshed/releases) - [Commits](https://github.com/envoyproxy/toolshed/compare/actions-v0.0.16...actions-v0.0.32) --- updated-dependencies: - dependency-name: envoyproxy/toolshed dependency-type: direct:production ... Signed-off-by: dependabot[bot] --- .github/workflows/_cache_docker.yml | 2 +- .github/workflows/_ci.yml | 6 +++--- .github/workflows/_workflow-start.yml | 2 +- .github/workflows/commands.yml | 2 +- .github/workflows/envoy-sync.yml | 2 +- .github/workflows/workflow-complete.yml | 2 +- 6 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.github/workflows/_cache_docker.yml b/.github/workflows/_cache_docker.yml index c141c578bedd..ca753e9ac68c 100644 --- a/.github/workflows/_cache_docker.yml +++ b/.github/workflows/_cache_docker.yml @@ -37,7 +37,7 @@ jobs: docker: runs-on: ubuntu-22.04 steps: - - uses: envoyproxy/toolshed/gh-actions/docker/cache/prime@actions-v0.0.16 + - uses: envoyproxy/toolshed/gh-actions/docker/cache/prime@actions-v0.0.32 name: Prime Docker cache (${{ inputs.image_repo }}:${{ inputs.image_tag }}@sha256:${{ inputs.image_sha }}) with: image_tag: "${{ inputs.image_repo }}:${{ inputs.image_tag }}@sha256:${{ inputs.image_sha }}" diff --git a/.github/workflows/_ci.yml b/.github/workflows/_ci.yml index cf1af8523da5..9ca6cb805049 100644 --- a/.github/workflows/_ci.yml +++ b/.github/workflows/_ci.yml @@ -92,7 +92,7 @@ jobs: steps: - if: ${{ inputs.cache_build_image }} name: Restore Docker cache (${{ inputs.cache_build_image }}) - uses: envoyproxy/toolshed/gh-actions/docker/cache/restore@actions-v0.0.16 + uses: envoyproxy/toolshed/gh-actions/docker/cache/restore@actions-v0.0.32 with: image_tag: ${{ inputs.cache_build_image }} @@ -123,7 +123,7 @@ jobs: - if: ${{ inputs.run_pre }} name: Run pre action ${{ inputs.run_pre && format('({0})', inputs.run_pre) || '' }} - uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.0.16 + uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.0.32 with: uses: ${{ inputs.run_pre }} with: ${{ inputs.run_pre_with }} @@ -147,7 +147,7 @@ jobs: - if: ${{ inputs.run_post }} name: Run post action ${{ inputs.run_pre && format('({0})', inputs.run_post) || '' }} - uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.0.16 + uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.0.32 with: uses: ${{ inputs.run_post }} with: ${{ inputs.run_post_with }} diff --git a/.github/workflows/_workflow-start.yml b/.github/workflows/_workflow-start.yml index 6efed49fff73..c4211cef3952 100644 --- a/.github/workflows/_workflow-start.yml +++ b/.github/workflows/_workflow-start.yml @@ -29,7 +29,7 @@ jobs: - if: ${{ steps.env.outputs.trusted != 'true' }} name: Start status check - uses: envoyproxy/toolshed/gh-actions/status@actions-v0.0.16 + uses: envoyproxy/toolshed/gh-actions/status@actions-v0.0.32 with: authToken: ${{ secrets.GITHUB_TOKEN }} context: ${{ inputs.workflow_name }} diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 795b1ccafebd..fd904f96fc32 100644 --- a/.github/workflows/commands.yml +++ b/.github/workflows/commands.yml @@ -24,7 +24,7 @@ jobs: actions: write checks: read steps: - - uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.0.16 + - uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.0.32 with: token: ${{ secrets.GITHUB_TOKEN }} azp_org: cncf diff --git a/.github/workflows/envoy-sync.yml b/.github/workflows/envoy-sync.yml index 86b656dfef6f..ca357953497f 100644 --- a/.github/workflows/envoy-sync.yml +++ b/.github/workflows/envoy-sync.yml @@ -27,7 +27,7 @@ jobs: - envoy-filter-example - data-plane-api steps: - - uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.0.16 + - uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.0.32 with: repository: "envoyproxy/${{ matrix.downstream }}" ref: main diff --git a/.github/workflows/workflow-complete.yml b/.github/workflows/workflow-complete.yml index 2dea9c187a08..095ae71a6a37 100644 --- a/.github/workflows/workflow-complete.yml +++ b/.github/workflows/workflow-complete.yml @@ -53,7 +53,7 @@ jobs: echo "state=${STATE}" >> "$GITHUB_OUTPUT" id: job - name: Complete status check - uses: envoyproxy/toolshed/gh-actions/status@actions-v0.0.16 + uses: envoyproxy/toolshed/gh-actions/status@actions-v0.0.32 with: authToken: ${{ secrets.GITHUB_TOKEN }} context: Verify/examples