forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
build(deps): bump envoyproxy/toolshed from actions-v0.0.18 to 0.0.28
Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) from actions-v0.0.18 to 0.0.28. This release includes the previously tagged commit. - [Release notes](https://github.com/envoyproxy/toolshed/releases) - [Commits](envoyproxy/toolshed@actions-v0.0.18...actions-v0.0.28) --- updated-dependencies: - dependency-name: envoyproxy/toolshed dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]>
- Loading branch information
1 parent
a5930b2
commit 87381a7
Showing
8 changed files
with
11 additions
and
11 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -37,7 +37,7 @@ jobs: | |
docker: | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: envoyproxy/toolshed/gh-actions/docker/cache/[email protected].18 | ||
- uses: envoyproxy/toolshed/gh-actions/docker/cache/[email protected].28 | ||
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 }}" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -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/[email protected].18 | ||
uses: envoyproxy/toolshed/gh-actions/docker/cache/[email protected].28 | ||
with: | ||
image_tag: ${{ inputs.cache_build_image }} | ||
|
||
|
@@ -120,15 +120,15 @@ jobs: | |
run: git config --global --add safe.directory /__w/envoy/envoy | ||
|
||
- if: ${{ inputs.diskspace_hack }} | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].18 | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].28 | ||
- 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/[email protected].18 | ||
uses: envoyproxy/toolshed/gh-actions/using/[email protected].28 | ||
with: | ||
uses: ${{ inputs.run_pre }} | ||
with: ${{ inputs.run_pre_with }} | ||
|
@@ -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/[email protected].18 | ||
uses: envoyproxy/toolshed/gh-actions/using/[email protected].28 | ||
with: | ||
uses: ${{ inputs.run_post }} | ||
with: ${{ inputs.run_post_with }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -108,7 +108,7 @@ jobs: | |
needs: | ||
- publish | ||
steps: | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].18 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].28 | ||
with: | ||
app_id: ${{ secrets.ENVOY_CI_SYNC_APP_ID }} | ||
key: "${{ secrets.ENVOY_CI_SYNC_APP_KEY }}" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -29,7 +29,7 @@ jobs: | |
|
||
- if: ${{ steps.env.outputs.trusted != 'true' }} | ||
name: Start status check | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].18 | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].28 | ||
with: | ||
authToken: ${{ secrets.GITHUB_TOKEN }} | ||
context: ${{ inputs.workflow_name }} | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -26,7 +26,7 @@ jobs: | |
|
||
steps: | ||
- name: Pre-cleanup | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].18 | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].28 | ||
with: | ||
to_remove: | | ||
/usr/local/lib/android | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -24,7 +24,7 @@ jobs: | |
actions: write | ||
checks: read | ||
steps: | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].18 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].28 | ||
with: | ||
token: ${{ secrets.GITHUB_TOKEN }} | ||
azp_org: cncf | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
- data-plane-api | ||
- mobile-website | ||
steps: | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].18 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].28 | ||
with: | ||
repository: "envoyproxy/${{ matrix.downstream }}" | ||
ref: main | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -53,7 +53,7 @@ jobs: | |
echo "state=${STATE}" >> "$GITHUB_OUTPUT" | ||
id: job | ||
- name: Complete status check | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].18 | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].28 | ||
with: | ||
authToken: ${{ secrets.GITHUB_TOKEN }} | ||
context: Verify/examples | ||
|