diff --git a/.github/workflows/_cache_docker.yml b/.github/workflows/_cache_docker.yml index a9410bdddf6d..673f67ef72bb 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.34 + - uses: envoyproxy/toolshed/gh-actions/docker/cache/prime@actions-v0.0.35 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 8acf58c20ef6..bbf16933978d 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.34 + uses: envoyproxy/toolshed/gh-actions/docker/cache/restore@actions-v0.0.35 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.34 + uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.0.35 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.34 + uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.0.35 - 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.34 + uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.0.35 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.34 + uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.0.35 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 6b0298e7d3ef..81aba66daed3 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.34 + - uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.0.35 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 3dd12f56d4bb..05025292544a 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.34 + uses: envoyproxy/toolshed/gh-actions/status@actions-v0.0.35 with: authToken: ${{ secrets.GITHUB_TOKEN }} context: ${{ inputs.workflow_name }} diff --git a/.github/workflows/codeql-push.yml b/.github/workflows/codeql-push.yml index e2157f27f74e..112a43acad17 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.34 + uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.0.35 with: to_remove: | /usr/local/lib/android diff --git a/.github/workflows/commands.yml b/.github/workflows/commands.yml index 33b991f6d6e1..81f643c2443b 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.34 + - uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.0.35 with: token: ${{ secrets.GITHUB_TOKEN }} azp_org: cncf diff --git a/.github/workflows/envoy-dependency.yml b/.github/workflows/envoy-dependency.yml index bdeb704a418b..ab25e02a3d97 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.34 + uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.0.35 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.34 + uses: envoyproxy/toolshed/gh-actions/str/sub@actions-v0.0.35 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.34 + - uses: envoyproxy/toolshed/gh-actions/upload/diff@actions-v0.0.35 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.34 + uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.0.35 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.34 + uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.0.35 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.34 + uses: envoyproxy/toolshed/gh-actions/docker/shas@actions-v0.0.35 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.34 + uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.0.35 with: base: main body: Created by Envoy dependency bot diff --git a/.github/workflows/envoy-release.yml b/.github/workflows/envoy-release.yml index 3b52ad5c3e2b..976a45b4c2b5 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.34 + uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.0.35 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.34 + uses: envoyproxy/toolshed/gh-actions/email/validate@actions-v0.0.35 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.34 + uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.0.35 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.34 + uses: envoyproxy/toolshed/gh-actions/appauth@actions-v0.0.35 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 ef89f688932b..c01e875d209f 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.34 + - uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.0.35 with: repository: "envoyproxy/${{ matrix.downstream }}" ref: main diff --git a/.github/workflows/mobile-android_tests.yml b/.github/workflows/mobile-android_tests.yml index 40b3aabbe72b..be15734f8477 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.34 + uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.0.35 - 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.34 + uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.0.35 - 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 39af8e0bbd0b..8cf3824deae8 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.34 + uses: envoyproxy/toolshed/gh-actions/status@actions-v0.0.35 with: authToken: ${{ secrets.GITHUB_TOKEN }} context: Verify/examples