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.18 to 0.1.46 #152

Closed
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
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.18
- uses: envoyproxy/toolshed/gh-actions/docker/cache/prime@actions-v0.1.46
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 }}"
8 changes: 4 additions & 4 deletions .github/workflows/_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,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.18
uses: envoyproxy/toolshed/gh-actions/docker/cache/restore@actions-v0.1.46
with:
image_tag: ${{ inputs.cache_build_image }}

Expand Down Expand Up @@ -120,15 +120,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.18
uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.1.46
- 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.18
uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.1.46
with:
uses: ${{ inputs.run_pre }}
with: ${{ inputs.run_pre_with }}
Expand All @@ -152,7 +152,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.18
uses: envoyproxy/toolshed/gh-actions/using/recurse@actions-v0.1.46
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 @@ -108,7 +108,7 @@ jobs:
needs:
- publish
steps:
- uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.0.18
- uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.1.46
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.18
uses: envoyproxy/toolshed/gh-actions/status@actions-v0.1.46
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.18
uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.1.46
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.18
- uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.1.46
with:
token: ${{ secrets.GITHUB_TOKEN }}
azp_org: cncf
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.18
- uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.1.46
with:
repository: "envoyproxy/${{ matrix.downstream }}"
ref: main
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.18
uses: envoyproxy/toolshed/gh-actions/status@actions-v0.1.46
with:
authToken: ${{ secrets.GITHUB_TOKEN }}
context: Verify/examples
Expand Down