@@ -56,14 +56,14 @@ jobs:
5656 caches : ${{ steps.caches.outputs.value }}
5757 config : ${{ steps.config.outputs.config }}
5858 steps :
59- - uses : envoyproxy/toolshed/gh-actions/jq@actions-v0.3.20
59+ - uses : envoyproxy/toolshed/gh-actions/jq@actions-v0.3.22
6060 id : started
6161 name : Create timestamp
6262 with :
6363 options : -r
6464 filter : |
6565 now
66- - uses : envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.20
66+ - uses : envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.22
6767 id : checkout
6868 name : Checkout Envoy repository (requested)
6969 with :
7777 # *ALL* variables collected should be treated as untrusted and should be sanitized before
7878 # use
7979 - name : Generate environment variables from commit
80- uses : envoyproxy/toolshed/gh-actions/envoy/ci/request@actions-v0.3.20
80+ uses : envoyproxy/toolshed/gh-actions/envoy/ci/request@actions-v0.3.22
8181 id : env
8282 with :
8383 branch-name : ${{ steps.checkout.outputs.branch-name }}
@@ -88,15 +88,15 @@ jobs:
8888 vars : ${{ toJSON(vars) }}
8989 working-directory : requested
9090
91- - uses : envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.20
91+ - uses : envoyproxy/toolshed/gh-actions/github/checkout@actions-v0.3.22
9292 id : checkout-target
9393 name : Checkout Envoy repository (target branch)
9494 with :
9595 branch : ${{ fromJSON(steps.env.outputs.data).request.target-branch }}
9696 config : |
9797 fetch-depth: 1
9898 path: target
99- - uses : envoyproxy/toolshed/gh-actions/hashfiles@actions-v0.3.20
99+ - uses : envoyproxy/toolshed/gh-actions/hashfiles@actions-v0.3.22
100100 id : bazel-cache-hash
101101 name : Bazel cache hash
102102 with :
@@ -105,7 +105,7 @@ jobs:
105105
106106 - name : Request summary
107107 id : summary
108- uses : envoyproxy/toolshed/gh-actions/github/env/summary@actions-v0.3.20
108+ uses : envoyproxy/toolshed/gh-actions/github/env/summary@actions-v0.3.22
109109 with :
110110 actor : ${{ toJSON(fromJSON(steps.env.outputs.data).request.actor) }}
111111 base-sha : ${{ fromJSON(steps.env.outputs.data).request.base-sha }}
@@ -121,7 +121,7 @@ jobs:
121121 target-branch : ${{ fromJSON(steps.env.outputs.data).request.target-branch }}
122122
123123 - name : Environment data
124- uses : envoyproxy/toolshed/gh-actions/jq@actions-v0.3.20
124+ uses : envoyproxy/toolshed/gh-actions/jq@actions-v0.3.22
125125 id : data
126126 with :
127127 input : |
@@ -164,26 +164,26 @@ jobs:
164164 path : /tmp/cache
165165 key : ${{ fromJSON(steps.data.outputs.value).request.build-image.default }}-arm64
166166
167- - uses : envoyproxy/toolshed/gh-actions/gcp/setup@actions-v0.3.20
167+ - uses : envoyproxy/toolshed/gh-actions/gcp/setup@actions-v0.3.22
168168 name : Setup GCP
169169 with :
170170 key : ${{ secrets.gcs-cache-key }}
171171
172- - uses : envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.20
172+ - uses : envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.22
173173 name : Check GCS bucket cache (x64)
174174 id : cache-exists-bazel-x64
175175 with :
176176 bucket : ${{ inputs.gcs-cache-bucket }}
177177 key : ${{ fromJSON(steps.data.outputs.value).config.ci.cache.bazel }}-x64
178- - uses : envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.20
178+ - uses : envoyproxy/toolshed/gh-actions/gcs/cache/exists@actions-v0.3.22
179179 name : Check GCS bucket cache (arm64)
180180 id : cache-exists-bazel-arm64
181181 with :
182182 bucket : ${{ inputs.gcs-cache-bucket }}
183183 key : ${{ fromJSON(steps.data.outputs.value).config.ci.cache.bazel }}-arm64
184184
185185 - name : Caches
186- uses : envoyproxy/toolshed/gh-actions/jq@actions-v0.3.20
186+ uses : envoyproxy/toolshed/gh-actions/jq@actions-v0.3.22
187187 id : caches
188188 with :
189189 input-format : yaml
0 commit comments