From e7159f4e4ac902e63e2abc81f0dc5c5a3766b93d Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Fri, 27 Oct 2023 11:44:51 +0100 Subject: [PATCH] build(deps): bump envoyproxy/toolshed from actions-v0.0.35 to 0.1.0 (#30558) * build(deps): bump envoyproxy/toolshed from actions-v0.0.35 to 0.1.0 Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) from actions-v0.0.35 to 0.1.0. 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.35...actions-v0.1.0) --- updated-dependencies: - dependency-name: envoyproxy/toolshed dependency-type: direct:production ... Signed-off-by: dependabot[bot] * update-ci-action Signed-off-by: Ryan Northey --------- Signed-off-by: dependabot[bot] Signed-off-by: Ryan Northey Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Ryan Northey --- .github/actions/do_ci/action.yml | 4 ++-- .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 | 12 ++++++------ .github/workflows/envoy-sync.yml | 2 +- .github/workflows/mobile-android_tests.yml | 4 ++-- .github/workflows/workflow-complete.yml | 2 +- 12 files changed, 29 insertions(+), 29 deletions(-) diff --git a/.github/actions/do_ci/action.yml b/.github/actions/do_ci/action.yml index 374a7371aea5..55275ed22c04 100644 --- a/.github/actions/do_ci/action.yml +++ b/.github/actions/do_ci/action.yml @@ -51,14 +51,14 @@ inputs: runs: using: composite steps: - - uses: envoyproxy/toolshed/gh-actions/github/run@actions-v0.0.35 + - uses: envoyproxy/toolshed/gh-actions/github/run@actions-v0.1.0 name: 'Run CI target ${{ inputs.target }}' with: catch-errors: ${{ inputs.catch-errors }} container-command: ${{ inputs.command_prefix }} command-prefix: ${{ inputs.command_ci }} command: ${{ inputs.target }} - env: ${{ inputs.env }} + source: ${{ inputs.env }} error-match: ${{ inputs.error-match }} notice-match: ${{ inputs.notice-match }} warning-match: ${{ inputs.warning-match }} diff --git a/.github/workflows/_cache_docker.yml b/.github/workflows/_cache_docker.yml index 673f67ef72bb..535656ff16eb 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.35 + - uses: envoyproxy/toolshed/gh-actions/docker/cache/prime@actions-v0.1.0 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 bbf16933978d..2fdbb6de8630 100644 --- a/.github/workflows/_ci.yml +++ b/.github/workflows/_ci.yml @@ -110,7 +110,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.35 + uses: envoyproxy/toolshed/gh-actions/docker/cache/restore@actions-v0.1.0 with: image_tag: ${{ inputs.cache_build_image }} @@ -123,7 +123,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.35 + uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.1.0 with: app_id: ${{ secrets.app_id }} key: ${{ secrets.app_key }} @@ -153,7 +153,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.35 + uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.1.0 - run: | echo "disk space at beginning of build:" df -h @@ -161,7 +161,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.35 + uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.1.0 with: uses: ${{ inputs.run_pre }} with: ${{ inputs.run_pre_with }} @@ -186,7 +186,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.35 + uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.1.0 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 81aba66daed3..e85a328c3dee 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.35 + - uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.1.0 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 05025292544a..878253534f9d 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.35 + uses: envoyproxy/toolshed/gh-actions/status@actions-v0.1.0 with: authToken: ${{ secrets.GITHUB_TOKEN }} context: ${{ inputs.workflow_name }} diff --git a/.github/workflows/codeql-push.yml b/.github/workflows/codeql-push.yml index 112a43acad17..042a119fb88b 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.35 + uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.1.0 with: to_remove: | /usr/local/lib/android diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 81f643c2443b..f1fca647979b 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.35 + - uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.1.0 with: token: ${{ secrets.GITHUB_TOKEN }} azp_org: cncf diff --git a/.github/workflows/envoy-dependency.yml b/.github/workflows/envoy-dependency.yml index ab25e02a3d97..ff3907d2f466 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.35 + uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.1.0 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.35 + uses: envoyproxy/toolshed/gh-actions/str/sub@actions-v0.1.0 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.35 + - uses: envoyproxy/toolshed/gh-actions/upload/diff@actions-v0.1.0 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.35 + uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.1.0 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.35 + uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.1.0 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.35 + uses: envoyproxy/toolshed/gh-actions/docker/shas@actions-v0.1.0 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.35 + uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.1.0 with: base: main body: Created by Envoy dependency bot diff --git a/.github/workflows/envoy-release.yml b/.github/workflows/envoy-release.yml index c355d17f98b4..0af7b5d57542 100644 --- a/.github/workflows/envoy-release.yml +++ b/.github/workflows/envoy-release.yml @@ -55,7 +55,7 @@ jobs: steps: - id: checkout name: Checkout Envoy repository - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.0.35 + uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.1.0 with: app_id: ${{ secrets.ENVOY_CI_PUBLISH_APP_ID }} app_key: ${{ secrets.ENVOY_CI_PUBLISH_APP_KEY }} @@ -79,7 +79,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.35 + uses: envoyproxy/toolshed/gh-actions/email/validate@actions-v0.1.0 with: email: ${{ inputs.author }} - run: | @@ -105,7 +105,7 @@ jobs: env: AUTHOR: ${{ inputs.author }} - name: Create a PR - uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.0.35 + uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.1.0 with: base: ${{ github.ref_name }} commit: false @@ -130,7 +130,7 @@ jobs: steps: - id: checkout name: Checkout Envoy repository - uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.0.35 + uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.1.0 with: app_id: ${{ secrets.ENVOY_CI_PUBLISH_APP_ID }} app_key: ${{ secrets.ENVOY_CI_PUBLISH_APP_KEY }} @@ -150,7 +150,7 @@ jobs: bazel run --config=ci @envoy_repo//:sync name: Sync version histories - name: Create a PR - uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.0.35 + uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.1.0 with: base: ${{ github.ref_name }} commit: false @@ -180,7 +180,7 @@ jobs: steps: - name: Fetch token for app auth id: appauth - uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.0.35 + uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.1.0 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 c01e875d209f..e856d41e1717 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.35 + - uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.1.0 with: repository: "envoyproxy/${{ matrix.downstream }}" ref: main diff --git a/.github/workflows/mobile-android_tests.yml b/.github/workflows/mobile-android_tests.yml index be15734f8477..0f3378ba02b6 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.35 + uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.1.0 - 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.35 + uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.1.0 - 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 8cf3824deae8..2ddc6acee449 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.35 + uses: envoyproxy/toolshed/gh-actions/status@actions-v0.1.0 with: authToken: ${{ secrets.GITHUB_TOKEN }} context: Verify/examples