@@ -58,14 +58,14 @@ jobs:
5858 caches : ${{ steps.caches.outputs.value }}
5959 config : ${{ steps.config.outputs.config }}
6060 steps :
61- -
uses :
envoyproxy/toolshed/gh-actions/[email protected] .29 61+ -
uses :
envoyproxy/toolshed/gh-actions/[email protected] .30 6262 id : started
6363 name : Create timestamp
6464 with :
6565 options : -r
6666 filter : |
6767 now
68- -
uses :
envoyproxy/toolshed/gh-actions/github/[email protected] .29 68+ -
uses :
envoyproxy/toolshed/gh-actions/github/[email protected] .30 6969 id : checkout
7070 name : Checkout Envoy repository (requested)
7171 with :
7979 # *ALL* variables collected should be treated as untrusted and should be sanitized before
8080 # use
8181 - name : Generate environment variables from commit
82- uses :
envoyproxy/toolshed/gh-actions/envoy/ci/[email protected] .29 82+ uses :
envoyproxy/toolshed/gh-actions/envoy/ci/[email protected] .30 8383 id : env
8484 with :
8585 branch-name : ${{ steps.checkout.outputs.branch-name }}
@@ -90,15 +90,15 @@ jobs:
9090 vars : ${{ toJSON(vars) }}
9191 working-directory : requested
9292
93- -
uses :
envoyproxy/toolshed/gh-actions/github/[email protected] .29 93+ -
uses :
envoyproxy/toolshed/gh-actions/github/[email protected] .30 9494 id : checkout-target
9595 name : Checkout Envoy repository (target branch)
9696 with :
9797 branch : ${{ fromJSON(steps.env.outputs.data).request.target-branch }}
9898 config : |
9999 fetch-depth: 1
100100 path: target
101- -
uses :
envoyproxy/toolshed/gh-actions/[email protected] .29 101+ -
uses :
envoyproxy/toolshed/gh-actions/[email protected] .30 102102 id : bazel-cache-hash
103103 name : Bazel cache hash
104104 with :
@@ -107,7 +107,7 @@ jobs:
107107
108108 - name : Request summary
109109 id : summary
110- uses :
envoyproxy/toolshed/gh-actions/github/env/[email protected] .29 110+ uses :
envoyproxy/toolshed/gh-actions/github/env/[email protected] .30 111111 with :
112112 actor : ${{ toJSON(fromJSON(steps.env.outputs.data).request.actor) }}
113113 base-sha : ${{ fromJSON(steps.env.outputs.data).request.base-sha }}
@@ -123,7 +123,7 @@ jobs:
123123 target-branch : ${{ fromJSON(steps.env.outputs.data).request.target-branch }}
124124
125125 - name : Environment data
126- uses :
envoyproxy/toolshed/gh-actions/[email protected] .29 126+ uses :
envoyproxy/toolshed/gh-actions/[email protected] .30 127127 id : data
128128 with :
129129 input : |
@@ -166,26 +166,26 @@ jobs:
166166 path : /tmp/cache
167167 key : ${{ fromJSON(steps.data.outputs.value).request.build-image.default }}-arm64
168168
169- -
uses :
envoyproxy/toolshed/gh-actions/gcp/[email protected] .29 169+ -
uses :
envoyproxy/toolshed/gh-actions/gcp/[email protected] .30 170170 name : Setup GCP
171171 with :
172172 key : ${{ secrets.gcs-cache-key }}
173173
174- -
uses :
envoyproxy/toolshed/gh-actions/gcs/cache/[email protected] .29 174+ -
uses :
envoyproxy/toolshed/gh-actions/gcs/cache/[email protected] .30 175175 name : Check GCS bucket cache (x64)
176176 id : cache-exists-bazel-x64
177177 with :
178178 bucket : ${{ inputs.gcs-cache-bucket }}
179179 key : ${{ fromJSON(steps.data.outputs.value).config.ci.cache.bazel }}-x64
180- -
uses :
envoyproxy/toolshed/gh-actions/gcs/cache/[email protected] .29 180+ -
uses :
envoyproxy/toolshed/gh-actions/gcs/cache/[email protected] .30 181181 name : Check GCS bucket cache (arm64)
182182 id : cache-exists-bazel-arm64
183183 with :
184184 bucket : ${{ inputs.gcs-cache-bucket }}
185185 key : ${{ fromJSON(steps.data.outputs.value).config.ci.cache.bazel }}-arm64
186186
187187 - name : Caches
188- uses :
envoyproxy/toolshed/gh-actions/[email protected] .29 188+ uses :
envoyproxy/toolshed/gh-actions/[email protected] .30 189189 id : caches
190190 with :
191191 input-format : yaml
0 commit comments