Skip to content

Commit

Permalink
build(deps): bump envoyproxy/toolshed from actions-v0.1.8 to 0.2.5
Browse files Browse the repository at this point in the history
Bumps [envoyproxy/toolshed](https://github.com/envoyproxy/toolshed) from actions-v0.1.8 to 0.2.5. This release includes the previously tagged commit.
- [Release notes](https://github.com/envoyproxy/toolshed/releases)
- [Commits](envoyproxy/toolshed@actions-v0.1.8...actions-v0.2.5)

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

Signed-off-by: dependabot[bot] <support@github.com>
  • Loading branch information
dependabot[bot] authored Dec 8, 2023
1 parent 8d15ca7 commit 48ea3b7
Show file tree
Hide file tree
Showing 12 changed files with 31 additions and 31 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.1.8
- uses: envoyproxy/toolshed/gh-actions/docker/cache/prime@actions-v0.2.5
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/restore@actions-v0.1.8
uses: envoyproxy/toolshed/gh-actions/docker/cache/restore@actions-v0.2.5
with:
image_tag: ${{ inputs.cache-build-image }}

- uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.1.8
- uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.2.5
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/diskspace@actions-v0.1.8
uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.2.5
- run: |
echo "disk space at beginning of build:"
df -h
name: "Check disk space at beginning"
shell: bash
- uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.1.8
- uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.2.5
name: Run pre steps
if: ${{ inputs.steps-pre }}
with:
name: ${{ inputs.steps-pre-name }}
steps: ${{ inputs.steps-pre }}

- uses: envoyproxy/toolshed/gh-actions/github/run@actions-v0.1.8
- uses: envoyproxy/toolshed/gh-actions/github/run@actions-v0.2.5
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/steps@actions-v0.1.8
- uses: envoyproxy/toolshed/gh-actions/using/steps@actions-v0.2.5
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/merge-commit@actions-v0.1.8
- uses: envoyproxy/toolshed/gh-actions/github/merge-commit@actions-v0.2.5
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/dispatch@actions-v0.1.8
- uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.2.5
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/status@actions-v0.1.8
uses: envoyproxy/toolshed/gh-actions/status@actions-v0.2.5
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.1.8
uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.2.5
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.1.8
- uses: envoyproxy/toolshed/gh-actions/retest@actions-v0.2.5
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/checkout@actions-v0.1.8
uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.2.5
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.1.8
uses: envoyproxy/toolshed/gh-actions/str/sub@actions-v0.2.5
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/diff@actions-v0.1.8
- uses: envoyproxy/toolshed/gh-actions/upload/diff@actions-v0.2.5
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.1.8
uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.2.5
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/checkout@actions-v0.1.8
- uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.2.5
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/shas@actions-v0.1.8
uses: envoyproxy/toolshed/gh-actions/docker/shas@actions-v0.2.5
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/pr@actions-v0.1.8
uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.2.5
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/checkout@actions-v0.1.8
uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.2.5
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/validate@actions-v0.1.8
uses: envoyproxy/toolshed/gh-actions/email/validate@actions-v0.2.5
with:
email: ${{ inputs.author }}
- uses: envoyproxy/toolshed/gh-actions/github/run@actions-v0.1.8
- uses: envoyproxy/toolshed/gh-actions/github/run@actions-v0.2.5
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/pr@actions-v0.1.8
uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.2.5
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/checkout@actions-v0.1.8
uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.2.5
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/run@actions-v0.1.8
- uses: envoyproxy/toolshed/gh-actions/github/run@actions-v0.2.5
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/pr@actions-v0.1.8
uses: envoyproxy/toolshed/gh-actions/github/pr@actions-v0.2.5
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/checkout@actions-v0.1.8
uses: envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.2.5
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/dispatch@actions-v0.1.8
- uses: envoyproxy/toolshed/gh-actions/dispatch@actions-v0.2.5
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/diskspace@actions-v0.1.8
uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.2.5
- 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/diskspace@actions-v0.1.8
uses: envoyproxy/toolshed/gh-actions/diskspace@actions-v0.2.5
- 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/status@actions-v0.1.8
uses: envoyproxy/toolshed/gh-actions/status@actions-v0.2.5
with:
authToken: ${{ secrets.GITHUB_TOKEN }}
context: Verify/examples
Expand Down

0 comments on commit 48ea3b7

Please sign in to comment.