Skip to content

Commit

Permalink
build(deps): bump envoyproxy/toolshed from actions-v0.0.33 to 0.0.34 (e…
Browse files Browse the repository at this point in the history
…nvoyproxy#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](envoyproxy/toolshed@actions-v0.0.33...actions-v0.0.34)

---
updated-dependencies:
- dependency-name: envoyproxy/toolshed
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 26, 2023
1 parent 9cc6e7c commit ccd87d6
Show file tree
Hide file tree
Showing 11 changed files with 25 additions and 25 deletions.
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.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 }}"
10 changes: 5 additions & 5 deletions .github/workflows/_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

Expand All @@ -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 }}
Expand Down Expand Up @@ -141,15 +141,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.33
uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.0.34
- 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.33
uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.0.34
with:
uses: ${{ inputs.run_pre }}
with: ${{ inputs.run_pre_with }}
Expand All @@ -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 }}
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.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 }}"
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.33
uses: envoyproxy/toolshed/gh-actions/status@actions-v0.0.34
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.33
uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.0.34
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.33
- uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.0.34
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.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
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.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: |
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.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 }}
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.33
uses: envoyproxy/toolshed/gh-actions/docker/shas@actions-v0.0.34
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.33
uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.0.34
with:
base: main
body: Created by Envoy dependency bot
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/envoy-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand All @@ -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: |
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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 }}
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.33
- uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.0.34
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.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
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.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
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.33
uses: envoyproxy/toolshed/gh-actions/status@actions-v0.0.34
with:
authToken: ${{ secrets.GITHUB_TOKEN }}
context: Verify/examples
Expand Down

0 comments on commit ccd87d6

Please sign in to comment.