Skip to content
Merged
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/_cve_fetch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
else
echo "weekly_run=false" >> $GITHUB_OUTPUT
fi
- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].28
name: Setup GCP
with:
key: ${{ secrets.gcs-cve-key }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/_cve_scan.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
id: vars
run: |
echo "cve-data-path=${{ inputs.cve-data-path }}" > $GITHUB_OUTPUT
- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].28
name: Setup GCP
with:
key: ${{ secrets.gcs-cve-key }}
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/_finish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
actions: read
contents: read
steps:
- uses: envoyproxy/toolshed/gh-actions/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/[email protected].28
name: Incoming data
id: needs
with:
Expand Down Expand Up @@ -87,21 +87,21 @@ jobs:
summary: "Check has finished",
text: $text}}}}

- uses: envoyproxy/toolshed/gh-actions/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/[email protected].28
name: Print summary
with:
input: ${{ toJSON(steps.needs.outputs.value).summary-title }}
filter: |
"## \(.)"
options: -Rr
output-path: GITHUB_STEP_SUMMARY
- uses: envoyproxy/toolshed/gh-actions/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/[email protected].28
name: Appauth
id: appauth
with:
app_id: ${{ secrets.app-id }}
key: ${{ secrets.app-key }}
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].28
name: Update check
with:
action: update
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/_load.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ jobs:
# Handle any failure in triggering job
# Remove any `checks` we dont care about
# Prepare a check request
- uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].28
name: Load env
id: data
with:
Expand All @@ -111,21 +111,21 @@ jobs:
GH_TOKEN: ${{ github.token }}

# Update the check
- uses: envoyproxy/toolshed/gh-actions/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/[email protected].28
name: Appauth
id: appauth
with:
app_id: ${{ secrets.app-id }}
key: ${{ secrets.app-key }}
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].28
name: Update check
if: ${{ fromJSON(steps.data.outputs.data).data.check.action == 'RUN' }}
with:
action: update
checks: ${{ toJSON(fromJSON(steps.data.outputs.data).checks) }}
token: ${{ steps.appauth.outputs.token }}

- uses: envoyproxy/toolshed/gh-actions/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/[email protected].28
name: Print request summary
with:
input: |
Expand All @@ -145,7 +145,7 @@ jobs:
| $summary.summary as $summary
| "${{ inputs.template-request-summary }}"

- uses: envoyproxy/toolshed/gh-actions/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/[email protected].28
id: request-output
name: Load request
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/_load_env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,18 +63,18 @@ jobs:
request: ${{ steps.env.outputs.data }}
trusted: true
steps:
- uses: envoyproxy/toolshed/gh-actions/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/[email protected].28
id: started
name: Create timestamp
with:
options: -r
filter: |
now
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].28
id: checkout
name: Checkout Envoy repository
- name: Generate environment variables
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].26
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].28
id: env
with:
branch-name: ${{ inputs.branch-name }}
Expand All @@ -86,7 +86,7 @@ jobs:

- name: Request summary
id: summary
uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].26
uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].28
with:
actor: ${{ toJSON(fromJSON(steps.env.outputs.data).request.actor) }}
base-sha: ${{ fromJSON(steps.env.outputs.data).request.base-sha }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/_publish_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,12 +145,12 @@ jobs:
needs:
- release
steps:
- uses: envoyproxy/toolshed/gh-actions/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/[email protected].28
id: appauth
with:
app_id: ${{ secrets.ENVOY_CI_SYNC_APP_ID }}
key: ${{ secrets.ENVOY_CI_SYNC_APP_KEY }}
- uses: envoyproxy/toolshed/gh-actions/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/[email protected].28
with:
ref: main
repository: ${{ fromJSON(inputs.request).request.version.dev && 'envoyproxy/envoy-website' || 'envoyproxy/archive' }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/_publish_release_container.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
- name: Generate manifest configuration (dev)
id: dev-config
if: ${{ inputs.dev && inputs.target-branch == 'main' }}
uses: envoyproxy/toolshed/gh-actions/[email protected].26
uses: envoyproxy/toolshed/gh-actions/[email protected].28
with:
input-format: yaml
filter: >-
Expand Down Expand Up @@ -126,7 +126,7 @@ jobs:
- tools-dev-${{ github.sha }}

- name: Generate manifest configuration (release)
uses: envoyproxy/toolshed/gh-actions/[email protected].26
uses: envoyproxy/toolshed/gh-actions/[email protected].28
id: release-config
if: ${{ ! inputs.dev || ! inputs.target-branch != 'main' }}
with:
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:
- tools-v${{ inputs.version-major }}.${{ inputs.version-minor }}-latest

- name: Collect and push OCI artifacts
uses: envoyproxy/toolshed/gh-actions/oci/[email protected].26
uses: envoyproxy/toolshed/gh-actions/oci/[email protected].28
with:
artifacts-pattern: oci.*
manifest-config: ${{ steps.dev-config.outputs.value || steps.release-config.outputs.value }}
Expand Down
22 changes: 11 additions & 11 deletions .github/workflows/_request.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,14 +56,14 @@ jobs:
caches: ${{ steps.caches.outputs.value }}
config: ${{ steps.config.outputs.config }}
steps:
- uses: envoyproxy/toolshed/gh-actions/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/[email protected].28
id: started
name: Create timestamp
with:
options: -r
filter: |
now
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].28
id: checkout
name: Checkout Envoy repository (requested)
with:
Expand All @@ -77,7 +77,7 @@ jobs:
# *ALL* variables collected should be treated as untrusted and should be sanitized before
# use
- name: Generate environment variables from commit
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].26
uses: envoyproxy/toolshed/gh-actions/envoy/ci/[email protected].28
id: env
with:
branch-name: ${{ steps.checkout.outputs.branch-name }}
Expand All @@ -88,15 +88,15 @@ jobs:
vars: ${{ toJSON(vars) }}
working-directory: requested

- uses: envoyproxy/toolshed/gh-actions/github/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].28
id: checkout-target
name: Checkout Envoy repository (target branch)
with:
branch: ${{ fromJSON(steps.env.outputs.data).request.target-branch }}
config: |
fetch-depth: 1
path: target
- uses: envoyproxy/toolshed/gh-actions/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/[email protected].28
id: bazel-cache-hash
name: Bazel cache hash
with:
Expand All @@ -105,7 +105,7 @@ jobs:

- name: Request summary
id: summary
uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].26
uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].28
with:
actor: ${{ toJSON(fromJSON(steps.env.outputs.data).request.actor) }}
base-sha: ${{ fromJSON(steps.env.outputs.data).request.base-sha }}
Expand All @@ -121,7 +121,7 @@ jobs:
target-branch: ${{ fromJSON(steps.env.outputs.data).request.target-branch }}

- name: Environment data
uses: envoyproxy/toolshed/gh-actions/[email protected].26
uses: envoyproxy/toolshed/gh-actions/[email protected].28
id: data
with:
input: |
Expand Down Expand Up @@ -164,26 +164,26 @@ jobs:
path: /tmp/cache
key: ${{ fromJSON(steps.data.outputs.value).request.build-image.default }}-arm64

- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].28
name: Setup GCP
with:
key: ${{ secrets.gcs-cache-key }}

- uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].28
name: Check GCS bucket cache (x64)
id: cache-exists-bazel-x64
with:
bucket: ${{ inputs.gcs-cache-bucket }}
key: ${{ fromJSON(steps.data.outputs.value).config.ci.cache.bazel }}-x64
- uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/gcs/cache/[email protected].28
name: Check GCS bucket cache (arm64)
id: cache-exists-bazel-arm64
with:
bucket: ${{ inputs.gcs-cache-bucket }}
key: ${{ fromJSON(steps.data.outputs.value).config.ci.cache.bazel }}-arm64

- name: Caches
uses: envoyproxy/toolshed/gh-actions/[email protected].26
uses: envoyproxy/toolshed/gh-actions/[email protected].28
id: caches
with:
input-format: yaml
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/_request_cache_bazel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,22 +51,22 @@ jobs:
name: "[${{ inputs.arch }}] Prime Bazel cache"
if: ${{ ! fromJSON(inputs.caches).bazel[inputs.arch] }}
steps:
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].28
id: checkout-target
name: Checkout Envoy repository (target branch)
with:
branch: ${{ fromJSON(inputs.request).request.target-branch }}
config: |
fetch-depth: 1

- uses: envoyproxy/toolshed/gh-actions/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/[email protected].28
id: appauth
name: Appauth (mutex lock)
with:
app_id: ${{ secrets.app-id }}
key: ${{ secrets.app-key }}

- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/gcp/[email protected].28
name: Setup GCP
with:
key: ${{ secrets.gcs-cache-key }}
Expand All @@ -76,7 +76,7 @@ jobs:
sudo mkdir /build
sudo chown runner:docker /build
echo "GITHUB_TOKEN=${{ github.token }}" >> $GITHUB_ENV
- uses: envoyproxy/toolshed/gh-actions/cache/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/cache/[email protected].28
id: bazel-cache
name: Prime Bazel cache
with:
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/_request_cache_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,29 +51,29 @@ jobs:
name: "[${{ inputs.arch }}] Prime Docker cache"
if: ${{ ! fromJSON(inputs.caches).docker[inputs.arch] }}
steps:
- uses: envoyproxy/toolshed/gh-actions/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/[email protected].28
id: appauth
name: Appauth (mutex lock)
with:
app_id: ${{ secrets.app-id }}
key: ${{ secrets.app-key }}
- uses: envoyproxy/toolshed/gh-actions/docker/cache/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/docker/cache/[email protected].28
id: docker
name: Prime Docker cache (${{ inputs.image-tag }}${{ inputs.cache-suffix }})
with:
image-tag: ${{ inputs.image-tag }}
key-suffix: ${{ inputs.cache-suffix }}
lock-token: ${{ steps.appauth.outputs.token }}
lock-repository: ${{ inputs.lock-repository }}
- uses: envoyproxy/toolshed/gh-actions/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/[email protected].28
id: data
name: Cache data
with:
input-format: yaml
input: |
cached: ${{ steps.docker.outputs.cached }}
key: ${{ inputs.image-tag }}${{ inputs.cache-suffix }}
- uses: envoyproxy/toolshed/gh-actions/json/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/json/[email protected].28
name: Summary
with:
json: ${{ steps.data.outputs.value }}
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/_request_checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
runs-on: ${{ fromJSON(inputs.env).config.ci.agent-ubuntu }}
name: Start checks
steps:
- uses: envoyproxy/toolshed/gh-actions/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/[email protected].28
id: check-config
name: Prepare check data
with:
Expand All @@ -78,13 +78,13 @@ jobs:
| .skipped.output.summary = "${{ inputs.skipped-summary }}"
| .skipped.output.text = ""

- uses: envoyproxy/toolshed/gh-actions/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/[email protected].28
name: Appauth
id: appauth
with:
app_id: ${{ secrets.app-id }}
key: ${{ secrets.app-key }}
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/github/[email protected].28
name: Start checks
id: checks
with:
Expand All @@ -95,7 +95,7 @@ jobs:

${{ fromJSON(inputs.env).summary.summary }}
token: ${{ steps.appauth.outputs.token }}
- uses: envoyproxy/toolshed/gh-actions/json/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/json/[email protected].28
name: Summary
with:
collapse-open: true
Expand All @@ -119,7 +119,7 @@ jobs:
output-path: GITHUB_STEP_SUMMARY
title: Checks started/skipped

- uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].26
- uses: envoyproxy/toolshed/gh-actions/github/env/[email protected].28
name: Save env
id: data
with:
Expand Down
Loading