@@ -60,14 +60,14 @@ jobs:
6060 caches : ${{ steps.caches.outputs.value }}
6161 config : ${{ steps.config.outputs.config }}
6262 steps :
63- -
uses :
envoyproxy/toolshed/gh-actions/[email protected] .30 63+ -
uses :
envoyproxy/toolshed/gh-actions/[email protected] .31 6464 id : started
6565 name : Create timestamp
6666 with :
6767 options : -r
6868 filter : |
6969 now
70- -
uses :
envoyproxy/toolshed/gh-actions/github/[email protected] .30 70+ -
uses :
envoyproxy/toolshed/gh-actions/github/[email protected] .31 7171 id : checkout
7272 name : Checkout Envoy repository (requested)
7373 with :
8181 # *ALL* variables collected should be treated as untrusted and should be sanitized before
8282 # use
8383 - name : Generate environment variables from commit
84- uses :
envoyproxy/toolshed/gh-actions/envoy/ci/[email protected] .30 84+ uses :
envoyproxy/toolshed/gh-actions/envoy/ci/[email protected] .31 8585 id : env
8686 with :
8787 branch-name : ${{ steps.checkout.outputs.branch-name }}
@@ -92,15 +92,15 @@ jobs:
9292 vars : ${{ toJSON(vars) }}
9393 working-directory : requested
9494
95- -
uses :
envoyproxy/toolshed/gh-actions/github/[email protected] .30 95+ -
uses :
envoyproxy/toolshed/gh-actions/github/[email protected] .31 9696 id : checkout-target
9797 name : Checkout Envoy repository (target branch)
9898 with :
9999 branch : ${{ fromJSON(steps.env.outputs.data).request.target-branch }}
100100 config : |
101101 fetch-depth: 1
102102 path: target
103- -
uses :
envoyproxy/toolshed/gh-actions/[email protected] .30 103+ -
uses :
envoyproxy/toolshed/gh-actions/[email protected] .31 104104 id : bazel-cache-hash
105105 name : Bazel cache hash
106106 with :
@@ -109,7 +109,7 @@ jobs:
109109
110110 - name : Request summary
111111 id : summary
112- uses :
envoyproxy/toolshed/gh-actions/github/env/[email protected] .30 112+ uses :
envoyproxy/toolshed/gh-actions/github/env/[email protected] .31 113113 with :
114114 actor : ${{ toJSON(fromJSON(steps.env.outputs.data).request.actor) }}
115115 base-sha : ${{ fromJSON(steps.env.outputs.data).request.base-sha }}
@@ -125,7 +125,7 @@ jobs:
125125 target-branch : ${{ fromJSON(steps.env.outputs.data).request.target-branch }}
126126
127127 - name : Environment data
128- uses :
envoyproxy/toolshed/gh-actions/[email protected] .30 128+ uses :
envoyproxy/toolshed/gh-actions/[email protected] .31 129129 id : data
130130 with :
131131 input : |
@@ -168,26 +168,26 @@ jobs:
168168 path : /tmp/cache
169169 key : ${{ fromJSON(steps.data.outputs.value).request.build-image.default }}-arm64
170170
171- -
uses :
envoyproxy/toolshed/gh-actions/gcp/[email protected] .30 171+ -
uses :
envoyproxy/toolshed/gh-actions/gcp/[email protected] .31 172172 name : Setup GCP
173173 with :
174174 key : ${{ secrets.gcs-cache-key }}
175175
176- -
uses :
envoyproxy/toolshed/gh-actions/gcs/cache/[email protected] .30 176+ -
uses :
envoyproxy/toolshed/gh-actions/gcs/cache/[email protected] .31 177177 name : Check GCS bucket cache (x64)
178178 id : cache-exists-bazel-x64
179179 with :
180180 bucket : ${{ inputs.gcs-cache-bucket }}
181181 key : ${{ fromJSON(steps.data.outputs.value).config.ci.cache.bazel }}-x64
182- -
uses :
envoyproxy/toolshed/gh-actions/gcs/cache/[email protected] .30 182+ -
uses :
envoyproxy/toolshed/gh-actions/gcs/cache/[email protected] .31 183183 name : Check GCS bucket cache (arm64)
184184 id : cache-exists-bazel-arm64
185185 with :
186186 bucket : ${{ inputs.gcs-cache-bucket }}
187187 key : ${{ fromJSON(steps.data.outputs.value).config.ci.cache.bazel }}-arm64
188188
189189 - name : Caches
190- uses :
envoyproxy/toolshed/gh-actions/[email protected] .30 190+ uses :
envoyproxy/toolshed/gh-actions/[email protected] .31 191191 id : caches
192192 with :
193193 input-format : yaml
0 commit comments