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.1.8 to 0.1.48 #883

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/[email protected].8
- uses: envoyproxy/toolshed/gh-actions/docker/cache/[email protected].48
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 }}"
12 changes: 6 additions & 6 deletions .github/workflows/_ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -99,11 +99,11 @@ jobs:
steps:
- if: ${{ inputs.cache-build-image }}
name: Restore Docker cache ${{ inputs.cache-build-image && format('({0})', inputs.cache-build-image) || '' }}
uses: envoyproxy/toolshed/gh-actions/docker/cache/[email protected].8
uses: envoyproxy/toolshed/gh-actions/docker/cache/[email protected].48
with:
image_tag: ${{ inputs.cache-build-image }}

- uses: envoyproxy/toolshed/gh-actions/github/[email protected].8
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].48
id: checkout
name: Checkout Envoy repository
with:
Expand Down Expand Up @@ -133,21 +133,21 @@ jobs:

- if: ${{ inputs.diskspace-hack }}
name: Free diskspace
uses: envoyproxy/toolshed/gh-actions/[email protected].8
uses: envoyproxy/toolshed/gh-actions/[email protected].48
- run: |
echo "disk space at beginning of build:"
df -h
name: "Check disk space at beginning"
shell: bash

- uses: envoyproxy/toolshed/gh-actions/using/[email protected].8
- uses: envoyproxy/toolshed/gh-actions/using/[email protected].48
name: Run pre steps
if: ${{ inputs.steps-pre }}
with:
name: ${{ inputs.steps-pre-name }}
steps: ${{ inputs.steps-pre }}

- uses: envoyproxy/toolshed/gh-actions/github/[email protected].8
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].48
name: 'Run CI target ${{ inputs.target }}'
with:
catch-errors: ${{ inputs.catch-errors }}
Expand All @@ -170,7 +170,7 @@ jobs:
BAZEL_FAKE_SCM_REVISION: ${{ github.event_name == 'pull_request' && 'e3b4a6e9570da15ac1caffdded17a8bebdc7dfc9' || '' }}
CI_TARGET_BRANCH: ${{ github.event_name == 'pull_request' && github.event.base.ref || github.ref }}

- uses: envoyproxy/toolshed/gh-actions/using/[email protected].8
- uses: envoyproxy/toolshed/gh-actions/using/[email protected].48
name: Run post steps
if: ${{ inputs.steps-post }}
with:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -153,7 +153,7 @@ jobs:
build_image_tag: ${{ inputs.build_image_tag }}
build_image_mobile_sha: ${{ inputs.build_image_mobile_sha }}
build_image_sha: ${{ inputs.build_image_sha }}
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].8
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].48
id: merge-commit
if: ${{ github.event_name == 'pull_request_target' }}
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 @@ -126,7 +126,7 @@ jobs:
needs:
- publish
steps:
- uses: envoyproxy/toolshed/gh-actions/[email protected].8
- uses: envoyproxy/toolshed/gh-actions/[email protected].48
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 @@ -30,7 +30,7 @@ jobs:

- if: ${{ steps.env.outputs.trusted != 'true' }}
name: Start status check
uses: envoyproxy/toolshed/gh-actions/[email protected].8
uses: envoyproxy/toolshed/gh-actions/[email protected].48
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/[email protected].8
uses: envoyproxy/toolshed/gh-actions/[email protected].48
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/[email protected].8
- uses: envoyproxy/toolshed/gh-actions/[email protected].48
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 @@ -50,13 +50,13 @@ jobs:
steps:
- id: checkout
name: Checkout Envoy repository
uses: envoyproxy/toolshed/gh-actions/github/[email protected].8
uses: envoyproxy/toolshed/gh-actions/github/[email protected].48
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].8
uses: envoyproxy/toolshed/gh-actions/str/[email protected].48
with:
string: ${{ inputs.version }}
length: 7
Expand All @@ -71,13 +71,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].8
- uses: envoyproxy/toolshed/gh-actions/upload/[email protected].48
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].8
uses: envoyproxy/toolshed/gh-actions/github/[email protected].48
with:
base: main
body: |
Expand Down Expand Up @@ -106,7 +106,7 @@ jobs:
name: Update build image (PR)
runs-on: ubuntu-22.04
steps:
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].8
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].48
id: checkout
name: Checkout Envoy repository
with:
Expand Down Expand Up @@ -145,7 +145,7 @@ jobs:

- name: Check Docker SHAs
id: build-images
uses: envoyproxy/toolshed/gh-actions/docker/[email protected].8
uses: envoyproxy/toolshed/gh-actions/docker/[email protected].48
with:
images: |
sha: envoyproxy/envoy-build-ubuntu:${{ steps.build-tools.outputs.tag }}
Expand Down Expand Up @@ -174,7 +174,7 @@ jobs:
name: Update SHAs
working-directory: envoy
- name: Create a PR
uses: envoyproxy/toolshed/gh-actions/github/[email protected].8
uses: envoyproxy/toolshed/gh-actions/github/[email protected].48
with:
base: main
body: Created by Envoy dependency bot
Expand Down
16 changes: 8 additions & 8 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/[email protected].8
uses: envoyproxy/toolshed/gh-actions/github/[email protected].48
with:
app_id: ${{ secrets.ENVOY_CI_PUBLISH_APP_ID }}
app_key: ${{ secrets.ENVOY_CI_PUBLISH_APP_KEY }}
Expand All @@ -77,10 +77,10 @@ jobs:
name: Check changelog summary
- if: ${{ inputs.author }}
name: Validate signoff email
uses: envoyproxy/toolshed/gh-actions/email/[email protected].8
uses: envoyproxy/toolshed/gh-actions/email/[email protected].48
with:
email: ${{ inputs.author }}
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].8
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].48
name: Create release
with:
source: |
Expand All @@ -105,7 +105,7 @@ jobs:
name: Release version
id: release
- name: Create a PR
uses: envoyproxy/toolshed/gh-actions/github/[email protected].8
uses: envoyproxy/toolshed/gh-actions/github/[email protected].48
with:
base: ${{ github.ref_name }}
commit: false
Expand All @@ -130,13 +130,13 @@ jobs:
steps:
- id: checkout
name: Checkout Envoy repository
uses: envoyproxy/toolshed/gh-actions/github/[email protected].8
uses: envoyproxy/toolshed/gh-actions/github/[email protected].48
with:
app_id: ${{ secrets.ENVOY_CI_PUBLISH_APP_ID }}
app_key: ${{ secrets.ENVOY_CI_PUBLISH_APP_KEY }}
committer-name: ${{ env.COMMITTER_NAME }}
committer-email: ${{ env.COMMITTER_EMAIL }}
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].8
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].48
name: Sync version histories
with:
command: >-
Expand All @@ -146,7 +146,7 @@ jobs:
--
--signoff="${{ env.COMMITTER_NAME }} <${{ env.COMMITTER_EMAIL }}>"
- name: Create a PR
uses: envoyproxy/toolshed/gh-actions/github/[email protected].8
uses: envoyproxy/toolshed/gh-actions/github/[email protected].48
with:
append-commit-message: true
base: ${{ github.ref_name }}
Expand Down Expand Up @@ -176,7 +176,7 @@ jobs:
name: Create release branch
steps:
- name: Checkout repository
uses: envoyproxy/toolshed/gh-actions/github/[email protected].8
uses: envoyproxy/toolshed/gh-actions/github/[email protected].48
with:
app_id: ${{ secrets.ENVOY_CI_PUBLISH_APP_ID }}
app_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/[email protected].8
- uses: envoyproxy/toolshed/gh-actions/[email protected].48
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 @@ -35,7 +35,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].8
uses: envoyproxy/toolshed/gh-actions/[email protected].48
- uses: actions/checkout@v4
- name: Add safe directory
run: git config --global --add safe.directory /__w/envoy/envoy
Expand Down Expand Up @@ -69,7 +69,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].8
uses: envoyproxy/toolshed/gh-actions/[email protected].48
- 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 @@ -54,7 +54,7 @@ jobs:
echo "state=${STATE}" >> "$GITHUB_OUTPUT"
id: job
- name: Complete status check
uses: envoyproxy/toolshed/gh-actions/[email protected].8
uses: envoyproxy/toolshed/gh-actions/[email protected].48
with:
authToken: ${{ secrets.GITHUB_TOKEN }}
context: Verify/examples
Expand Down
Loading