Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump envoyproxy/toolshed from actions-v0.0.35 to 0.1.0 #30558

Merged
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/actions/do_ci/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_cache_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
10 changes: 5 additions & 5 deletions .github/workflows/_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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 }}
Expand Down Expand Up @@ -153,15 +153,15 @@ 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
name: "Check disk space at beginning"

- 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 }}
Expand All @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_stage_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_workflow-start.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/codeql-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/commands.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
14 changes: 7 additions & 7 deletions .github/workflows/envoy-dependency.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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: |
Expand All @@ -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 }}
Expand Down Expand Up @@ -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 }}
Expand Down Expand Up @@ -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
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/envoy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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: |
Expand All @@ -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
Expand All @@ -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 }}
Expand All @@ -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
Expand Down Expand Up @@ -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 }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/envoy-sync.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/mobile-android_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/workflow-complete.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Loading