From ccd87d6e9d712faf2c95706bbaec9154263ddba8 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 26 Oct 2023 13:15:44 +0100 Subject: [PATCH] build(deps): bump envoyproxy/toolshed from actions-v0.0.33 to 0.0.34 (#30527) Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) from actions-v0.0.33 to 0.0.34. 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.33...actions-v0.0.34) --- updated-dependencies: - dependency-name: envoyproxy/toolshed dependency-type: direct:production ... Signed-off-by: dependabot[bot] Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> --- .github/workflows/_cache_docker.yml | 2 +- .github/workflows/_ci.yml | 10 +++++----- .github/workflows/_stage_publish.yml | 2 +- .github/workflows/_workflow-start.yml | 2 +- .github/workflows/codeql-push.yml | 2 +- .github/workflows/commands.yml | 2 +- .github/workflows/envoy-dependency.yml | 14 +++++++------- .github/workflows/envoy-release.yml | 8 ++++---- .github/workflows/envoy-sync.yml | 2 +- .github/workflows/mobile-android_tests.yml | 4 ++-- .github/workflows/workflow-complete.yml | 2 +- 11 files changed, 25 insertions(+), 25 deletions(-) diff --git a/.github/workflows/_cache_docker.yml b/.github/workflows/_cache_docker.yml index 8dbf692d2033..a9410bdddf6d 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.33 + - uses: envoyproxy/toolshed/gh-actions/docker/cache/prime@actions-v0.0.34 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 d0c00125f050..425d7f9b9c08 100644 --- a/.github/workflows/_ci.yml +++ b/.github/workflows/_ci.yml @@ -98,7 +98,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.33 + uses: envoyproxy/toolshed/gh-actions/docker/cache/restore@actions-v0.0.34 with: image_tag: ${{ inputs.cache_build_image }} @@ -111,7 +111,7 @@ jobs: - if: ${{ steps.context.outputs.use_appauth == 'true' }} name: Fetch token for app auth id: appauth - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.0.33 + uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.0.34 with: app_id: ${{ secrets.app_id }} key: ${{ secrets.app_key }} @@ -141,7 +141,7 @@ jobs: run: git config --global --add safe.directory /__w/envoy/envoy - if: ${{ inputs.diskspace_hack }} - uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.0.33 + uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.0.34 - run: | echo "disk space at beginning of build:" df -h @@ -149,7 +149,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.33 + uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.0.34 with: uses: ${{ inputs.run_pre }} with: ${{ inputs.run_pre_with }} @@ -174,7 +174,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.33 + uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.0.34 with: uses: ${{ inputs.run_post }} with: ${{ inputs.run_post_with }} diff --git a/.github/workflows/_stage_publish.yml b/.github/workflows/_stage_publish.yml index 645b068e31d2..6b0298e7d3ef 100644 --- a/.github/workflows/_stage_publish.yml +++ b/.github/workflows/_stage_publish.yml @@ -116,7 +116,7 @@ jobs: needs: - publish steps: - - uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.0.33 + - uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.0.34 with: app_id: ${{ secrets.ENVOY_CI_SYNC_APP_ID }} key: "${{ secrets.ENVOY_CI_SYNC_APP_KEY }}" diff --git a/.github/workflows/_workflow-start.yml b/.github/workflows/_workflow-start.yml index d34407c0cf1d..3dd12f56d4bb 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.33 + uses: envoyproxy/toolshed/gh-actions/status@actions-v0.0.34 with: authToken: ${{ secrets.GITHUB_TOKEN }} context: ${{ inputs.workflow_name }} diff --git a/.github/workflows/codeql-push.yml b/.github/workflows/codeql-push.yml index 00a3b2e8bc0c..e2157f27f74e 100644 --- a/.github/workflows/codeql-push.yml +++ b/.github/workflows/codeql-push.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Pre-cleanup - uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.0.33 + uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.0.34 with: to_remove: | /usr/local/lib/android diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index d813420ee92e..33b991f6d6e1 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.33 + - uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.0.34 with: token: ${{ secrets.GITHUB_TOKEN }} azp_org: cncf diff --git a/.github/workflows/envoy-dependency.yml b/.github/workflows/envoy-dependency.yml index 819ba0c313a1..bdeb704a418b 100644 --- a/.github/workflows/envoy-dependency.yml +++ b/.github/workflows/envoy-dependency.yml @@ -43,13 +43,13 @@ jobs: steps: - id: checkout name: Checkout Envoy repository - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.0.33 + uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.0.34 with: app_id: ${{ secrets.ENVOY_CI_DEP_APP_ID }} app_key: ${{ secrets.ENVOY_CI_DEP_APP_KEY }} - id: version name: Shorten (possible) SHA - uses: envoyproxy/toolshed/gh-actions/str/sub@actions-v0.0.33 + uses: envoyproxy/toolshed/gh-actions/str/sub@actions-v0.0.34 with: string: ${{ inputs.version }} length: 7 @@ -64,13 +64,13 @@ jobs: TARGET: ${{ inputs.task == 'bazel' && 'update' || 'api-update' }} TASK: ${{ inputs.task == 'bazel' && 'bazel' || 'api/bazel' }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - - uses: envoyproxy/toolshed/gh-actions/upload/diff@actions-v0.0.33 + - uses: envoyproxy/toolshed/gh-actions/upload/diff@actions-v0.0.34 name: Upload diff with: name: ${{ inputs.dependency }}-${{ steps.version.outputs.string }} - name: Create a PR if: ${{ inputs.pr }} - uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.0.33 + uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.0.34 with: base: main body: | @@ -97,7 +97,7 @@ jobs: steps: - name: Fetch token for app auth id: appauth - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.0.33 + uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.0.34 with: app_id: ${{ secrets.ENVOY_CI_DEP_APP_ID }} key: ${{ secrets.ENVOY_CI_DEP_APP_KEY }} @@ -137,7 +137,7 @@ jobs: - name: Check Docker SHAs id: build-images - uses: envoyproxy/toolshed/gh-actions/docker/shas@actions-v0.0.33 + uses: envoyproxy/toolshed/gh-actions/docker/shas@actions-v0.0.34 with: images: | sha: envoyproxy/envoy-build-ubuntu:${{ steps.build-tools.outputs.tag }} @@ -166,7 +166,7 @@ jobs: name: Update SHAs working-directory: envoy - name: Create a PR - uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.0.33 + uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.0.34 with: base: main body: Created by Envoy dependency bot diff --git a/.github/workflows/envoy-release.yml b/.github/workflows/envoy-release.yml index 452a7c7f4240..3b52ad5c3e2b 100644 --- a/.github/workflows/envoy-release.yml +++ b/.github/workflows/envoy-release.yml @@ -49,7 +49,7 @@ jobs: steps: - id: checkout name: Checkout Envoy repository - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.0.33 + uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.0.34 with: app_id: ${{ secrets.ENVOY_CI_PUBLISH_APP_ID }} app_key: ${{ secrets.ENVOY_CI_PUBLISH_APP_KEY }} @@ -73,7 +73,7 @@ jobs: GITHUB_REF_NAME: ${{ github.ref_name }} - if: ${{ inputs.author }} name: Validate signoff email - uses: envoyproxy/toolshed/gh-actions/email/validate@actions-v0.0.33 + uses: envoyproxy/toolshed/gh-actions/email/validate@actions-v0.0.34 with: email: ${{ inputs.author }} - run: | @@ -102,7 +102,7 @@ jobs: env: AUTHOR: ${{ inputs.author }} - name: Create a PR - uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.0.33 + uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.0.34 with: base: ${{ github.ref_name }} commit: false @@ -134,7 +134,7 @@ jobs: steps: - name: Fetch token for app auth id: appauth - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.0.33 + uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.0.34 with: app_id: ${{ secrets.ENVOY_CI_PUBLISH_APP_ID }} key: ${{ secrets.ENVOY_CI_PUBLISH_APP_KEY }} diff --git a/.github/workflows/envoy-sync.yml b/.github/workflows/envoy-sync.yml index 12895dc24990..ef89f688932b 100644 --- a/.github/workflows/envoy-sync.yml +++ b/.github/workflows/envoy-sync.yml @@ -28,7 +28,7 @@ jobs: - data-plane-api - mobile-website steps: - - uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.0.33 + - uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.0.34 with: repository: "envoyproxy/${{ matrix.downstream }}" ref: main diff --git a/.github/workflows/mobile-android_tests.yml b/.github/workflows/mobile-android_tests.yml index 0b042bee947f..40b3aabbe72b 100644 --- a/.github/workflows/mobile-android_tests.yml +++ b/.github/workflows/mobile-android_tests.yml @@ -34,7 +34,7 @@ jobs: - name: Pre-cleanup # Using the defaults in # https://github.com/envoyproxy/toolshed/blob/main/gh-actions/diskspace/action.yml. - uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.0.33 + uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.0.34 - uses: actions/checkout@v4 - name: Add safe directory run: git config --global --add safe.directory /__w/envoy/envoy @@ -68,7 +68,7 @@ jobs: - name: Pre-cleanup # Using the defaults in # https://github.com/envoyproxy/toolshed/blob/main/gh-actions/diskspace/action.yml. - uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.0.33 + uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.0.34 - uses: actions/checkout@v4 - name: Add safe directory run: git config --global --add safe.directory /__w/envoy/envoy diff --git a/.github/workflows/workflow-complete.yml b/.github/workflows/workflow-complete.yml index d9d4388da9e6..39af8e0bbd0b 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.33 + uses: envoyproxy/toolshed/gh-actions/status@actions-v0.0.34 with: authToken: ${{ secrets.GITHUB_TOKEN }} context: Verify/examples