forked from envoyproxy/envoy
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Loading status checks…
build(deps): bump envoyproxy/toolshed from actions-v0.1.2 to 0.1.3 (e…
…nvoyproxy#30642) Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) from actions-v0.1.2 to 0.1.3. This release includes the previously tagged commit. - [Release notes](https://github.com/envoyproxy/toolshed/releases) - [Commits](envoyproxy/toolshed@actions-v0.1.2...actions-v0.1.3) --- updated-dependencies: - dependency-name: envoyproxy/toolshed dependency-type: direct:production ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
1 parent
1cc4b96
commit 0e441fb
Showing
11 changed files
with
30 additions
and
30 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].2 | ||
- uses: envoyproxy/toolshed/gh-actions/docker/cache/[email protected].3 | ||
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 |
---|---|---|
|
@@ -125,11 +125,11 @@ jobs: | |
steps: | ||
- if: ${{ inputs.cache_build_image }} | ||
name: Restore Docker cache (${{ inputs.cache_build_image }}) | ||
uses: envoyproxy/toolshed/gh-actions/docker/cache/[email protected].2 | ||
uses: envoyproxy/toolshed/gh-actions/docker/cache/[email protected].3 | ||
with: | ||
image_tag: ${{ inputs.cache_build_image }} | ||
|
||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].2 | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].3 | ||
id: checkout | ||
name: Checkout Envoy repository | ||
with: | ||
|
@@ -158,7 +158,7 @@ jobs: | |
run: git config --global --add safe.directory /__w/envoy/envoy | ||
|
||
- if: ${{ inputs.diskspace_hack }} | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].2 | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].3 | ||
- run: | | ||
echo "disk space at beginning of build:" | ||
df -h | ||
|
@@ -167,12 +167,12 @@ jobs: | |
- if: ${{ inputs.run_pre }} | ||
name: Run pre action ${{ inputs.run_pre && format('({0})', inputs.run_pre) || '' }} | ||
uses: envoyproxy/toolshed/gh-actions/using/[email protected].2 | ||
uses: envoyproxy/toolshed/gh-actions/using/[email protected].3 | ||
with: | ||
uses: ${{ inputs.run_pre }} | ||
with: ${{ inputs.run_pre_with }} | ||
|
||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].2 | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].3 | ||
name: 'Run CI target ${{ inputs.target }}' | ||
with: | ||
catch-errors: ${{ inputs.catch-errors }} | ||
|
@@ -197,7 +197,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].2 | ||
uses: envoyproxy/toolshed/gh-actions/using/[email protected].3 | ||
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 |
---|---|---|
|
@@ -117,7 +117,7 @@ jobs: | |
needs: | ||
- publish | ||
steps: | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].2 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].3 | ||
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 |
---|---|---|
|
@@ -30,7 +30,7 @@ jobs: | |
|
||
- if: ${{ steps.env.outputs.trusted != 'true' }} | ||
name: Start status check | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].2 | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].3 | ||
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].2 | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].3 | ||
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].2 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].3 | ||
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 |
---|---|---|
|
@@ -43,13 +43,13 @@ jobs: | |
steps: | ||
- id: checkout | ||
name: Checkout Envoy repository | ||
uses: envoyproxy/toolshed/gh-actions/github/[email protected].2 | ||
uses: envoyproxy/toolshed/gh-actions/github/[email protected].3 | ||
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/[email protected].2 | ||
uses: envoyproxy/toolshed/gh-actions/str/[email protected].3 | ||
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/[email protected].2 | ||
- uses: envoyproxy/toolshed/gh-actions/upload/[email protected].3 | ||
name: Upload diff | ||
with: | ||
name: ${{ inputs.dependency }}-${{ steps.version.outputs.string }} | ||
- name: Create a PR | ||
if: ${{ inputs.pr }} | ||
uses: envoyproxy/toolshed/gh-actions/github/[email protected].2 | ||
uses: envoyproxy/toolshed/gh-actions/github/[email protected].3 | ||
with: | ||
base: main | ||
body: | | ||
|
@@ -95,7 +95,7 @@ jobs: | |
name: Update build image (PR) | ||
runs-on: ubuntu-22.04 | ||
steps: | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].2 | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].3 | ||
id: checkout | ||
name: Checkout Envoy repository | ||
with: | ||
|
@@ -134,7 +134,7 @@ jobs: | |
- name: Check Docker SHAs | ||
id: build-images | ||
uses: envoyproxy/toolshed/gh-actions/docker/[email protected].2 | ||
uses: envoyproxy/toolshed/gh-actions/docker/[email protected].3 | ||
with: | ||
images: | | ||
sha: envoyproxy/envoy-build-ubuntu:${{ steps.build-tools.outputs.tag }} | ||
|
@@ -163,7 +163,7 @@ jobs: | |
name: Update SHAs | ||
working-directory: envoy | ||
- name: Create a PR | ||
uses: envoyproxy/toolshed/gh-actions/github/[email protected].2 | ||
uses: envoyproxy/toolshed/gh-actions/github/[email protected].3 | ||
with: | ||
base: main | ||
body: Created by Envoy dependency bot | ||
|
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 |
---|---|---|
|
@@ -55,7 +55,7 @@ jobs: | |
steps: | ||
- id: checkout | ||
name: Checkout Envoy repository | ||
uses: envoyproxy/toolshed/gh-actions/github/[email protected].2 | ||
uses: envoyproxy/toolshed/gh-actions/github/[email protected].3 | ||
with: | ||
app_id: ${{ secrets.ENVOY_CI_PUBLISH_APP_ID }} | ||
app_key: ${{ secrets.ENVOY_CI_PUBLISH_APP_KEY }} | ||
|
@@ -84,10 +84,10 @@ jobs: | |
GITHUB_REF_NAME: ${{ github.ref_name }} | ||
- if: ${{ inputs.author }} | ||
name: Validate signoff email | ||
uses: envoyproxy/toolshed/gh-actions/email/[email protected].2 | ||
uses: envoyproxy/toolshed/gh-actions/email/[email protected].3 | ||
with: | ||
email: ${{ inputs.author }} | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].2 | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].3 | ||
name: Create release | ||
with: | ||
source: | | ||
|
@@ -112,7 +112,7 @@ jobs: | |
name: Release version | ||
id: release | ||
- name: Create a PR | ||
uses: envoyproxy/toolshed/gh-actions/github/[email protected].2 | ||
uses: envoyproxy/toolshed/gh-actions/github/[email protected].3 | ||
with: | ||
base: ${{ github.ref_name }} | ||
commit: false | ||
|
@@ -137,7 +137,7 @@ jobs: | |
steps: | ||
- id: checkout | ||
name: Checkout Envoy repository | ||
uses: envoyproxy/toolshed/gh-actions/github/[email protected].2 | ||
uses: envoyproxy/toolshed/gh-actions/github/[email protected].3 | ||
with: | ||
app_id: ${{ secrets.ENVOY_CI_PUBLISH_APP_ID }} | ||
app_key: ${{ secrets.ENVOY_CI_PUBLISH_APP_KEY }} | ||
|
@@ -151,7 +151,7 @@ jobs: | |
id: branch | ||
env: | ||
GITHUB_REF_NAME: ${{ github.ref_name }} | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].2 | ||
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].3 | ||
name: Sync version histories | ||
with: | ||
command: >- | ||
|
@@ -161,7 +161,7 @@ jobs: | |
-- | ||
--signoff="${{ env.COMMITTER_NAME }} <${{ env.COMMITTER_EMAIL }}>" | ||
- name: Create a PR | ||
uses: envoyproxy/toolshed/gh-actions/github/[email protected].2 | ||
uses: envoyproxy/toolshed/gh-actions/github/[email protected].3 | ||
with: | ||
append-commit-message: true | ||
base: ${{ github.ref_name }} | ||
|
@@ -191,7 +191,7 @@ jobs: | |
name: Create release branch | ||
steps: | ||
- name: Checkout repository | ||
uses: envoyproxy/toolshed/gh-actions/github/[email protected].2 | ||
uses: envoyproxy/toolshed/gh-actions/github/[email protected].3 | ||
with: | ||
app_id: ${{ secrets.ENVOY_CI_PUBLISH_APP_ID }} | ||
app_key: ${{ secrets.ENVOY_CI_PUBLISH_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 |
---|---|---|
|
@@ -28,7 +28,7 @@ jobs: | |
- data-plane-api | ||
- mobile-website | ||
steps: | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].2 | ||
- uses: envoyproxy/toolshed/gh-actions/[email protected].3 | ||
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 |
---|---|---|
|
@@ -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/[email protected].2 | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].3 | ||
- 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/[email protected].2 | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].3 | ||
- uses: actions/checkout@v4 | ||
- name: Add safe directory | ||
run: git config --global --add safe.directory /__w/envoy/envoy | ||
|
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 |
---|---|---|
|
@@ -54,7 +54,7 @@ jobs: | |
echo "state=${STATE}" >> "$GITHUB_OUTPUT" | ||
id: job | ||
- name: Complete status check | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].2 | ||
uses: envoyproxy/toolshed/gh-actions/[email protected].3 | ||
with: | ||
authToken: ${{ secrets.GITHUB_TOKEN }} | ||
context: Verify/examples | ||
|