2222 codechange : " ${{ steps.code-filter.outputs.codechange }}"
2323 protochange : " ${{ steps.proto-filter.outputs.protochange }}"
2424 steps :
25- - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
26- - uses : " dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36" # v3.0.2
25+ - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
26+ - uses : " dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36" # v3.0.2
2727 id : " code-filter"
2828 with :
2929 filters : |
3636 - "pkg/**"
3737 - "e2e/**"
3838 - "internal/**"
39- - uses : " dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36" # v3.0.2
39+ - uses : " dorny/paths-filter@de90cc6fb38fc0963ad72b210f1f284cd68cea36" # v3.0.2
4040 id : " proto-filter"
4141 with :
4242 filters : |
@@ -52,13 +52,13 @@ jobs:
5252 if : |
5353 needs.paths-filter.outputs.codechange == 'true'
5454 steps :
55- - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
56- - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
57- - uses : " docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1" # v3.5.0
55+ - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
56+ - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
57+ - uses : " docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1" # v3.5.0
5858 with :
5959 username : " ${{ env.DOCKERHUB_PUBLIC_USER }}"
6060 password : " ${{ env.DOCKERHUB_PUBLIC_ACCESS_TOKEN }}"
61- - uses : " authzed/actions/go-build@11667c9b2e8b3649ad2af4d788e57d18f8e8eaf1" # main
61+ - uses : " authzed/actions/go-build@11667c9b2e8b3649ad2af4d788e57d18f8e8eaf1" # main
6262 - name : " Image tests"
6363 run : " go run mage.go test:image"
6464
@@ -69,12 +69,12 @@ jobs:
6969 if : |
7070 needs.paths-filter.outputs.codechange == 'true'
7171 steps :
72- - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
73- - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
72+ - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
73+ - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
7474 - name : " Unit tests with coverage"
7575 run : " go run mage.go test:unitCover"
7676 - name : " Coverage"
77- uses : " codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00" # v5.5.0
77+ uses : " codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00" # v5.5.0
7878 with :
7979 files : " ./coverage.txt"
8080 token : " ${{ secrets.CODECOV_TOKEN }}"
8787 if : |
8888 needs.paths-filter.outputs.codechange == 'true'
8989 steps :
90- - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
91- - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
90+ - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
91+ - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
9292 - name : " Steelthread tests"
9393 run : " go run mage.go test:steelthread"
9494
@@ -99,16 +99,16 @@ jobs:
9999 if : |
100100 needs.paths-filter.outputs.codechange == 'true'
101101 steps :
102- - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
103- - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
104- - uses : " docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1" # v3.5.0
102+ - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
103+ - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
104+ - uses : " docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1" # v3.5.0
105105 with :
106106 username : " ${{ env.DOCKERHUB_PUBLIC_USER }}"
107107 password : " ${{ env.DOCKERHUB_PUBLIC_ACCESS_TOKEN }}"
108108 - name : " Integration tests with coverage"
109109 run : " go run mage.go test:integrationCover"
110110 - name : " Coverage"
111- uses : " codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00" # v5.5.0
111+ uses : " codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00" # v5.5.0
112112 with :
113113 files : " ./coverage.txt"
114114 token : " ${{ secrets.CODECOV_TOKEN }}"
@@ -123,13 +123,13 @@ jobs:
123123 matrix :
124124 datastore : ["mysql", "spanner"]
125125 steps :
126- - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
126+ - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
127127 if : |
128128 needs.paths-filter.outputs.codechange == 'true'
129- - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
129+ - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
130130 if : |
131131 needs.paths-filter.outputs.codechange == 'true'
132- - uses : " docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1" # v3.5.0
132+ - uses : " docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1" # v3.5.0
133133 if : |
134134 needs.paths-filter.outputs.codechange == 'true'
135135 with :
@@ -142,7 +142,7 @@ jobs:
142142 - name : " Coverage"
143143 if : |
144144 needs.paths-filter.outputs.codechange == 'true'
145- uses : " codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00" # v5.5.0
145+ uses : " codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00" # v5.5.0
146146 with :
147147 files : " ./coverage.txt"
148148 token : " ${{ secrets.CODECOV_TOKEN }}"
@@ -157,13 +157,13 @@ jobs:
157157 matrix :
158158 datastore : ["mysql", "spanner"]
159159 steps :
160- - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
160+ - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
161161 if : |
162162 needs.paths-filter.outputs.codechange == 'true'
163- - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
163+ - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
164164 if : |
165165 needs.paths-filter.outputs.codechange == 'true'
166- - uses : " docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1" # v3.5.0
166+ - uses : " docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1" # v3.5.0
167167 if : |
168168 needs.paths-filter.outputs.codechange == 'true'
169169 with :
@@ -176,7 +176,7 @@ jobs:
176176 - name : " Coverage"
177177 if : |
178178 needs.paths-filter.outputs.codechange == 'true'
179- uses : " codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00" # v5.5.0
179+ uses : " codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00" # v5.5.0
180180 with :
181181 files : " ./coverage.txt"
182182 token : " ${{ secrets.CODECOV_TOKEN }}"
@@ -192,13 +192,13 @@ jobs:
192192 datastore : ["postgres", "pgbouncer"]
193193 pgversion : ["13.8", "14", "15", "16", "17"]
194194 steps :
195- - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
195+ - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
196196 if : |
197197 needs.paths-filter.outputs.codechange == 'true'
198- - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
198+ - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
199199 if : |
200200 needs.paths-filter.outputs.codechange == 'true'
201- - uses : " docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1" # v3.5.0
201+ - uses : " docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1" # v3.5.0
202202 if : |
203203 needs.paths-filter.outputs.codechange == 'true'
204204 with :
@@ -211,7 +211,7 @@ jobs:
211211 - name : " Coverage"
212212 if : |
213213 needs.paths-filter.outputs.codechange == 'true'
214- uses : " codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00" # v5.5.0
214+ uses : " codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00" # v5.5.0
215215 with :
216216 files : " ./coverage.txt"
217217 token : " ${{ secrets.CODECOV_TOKEN }}"
@@ -227,13 +227,13 @@ jobs:
227227 datastore : ["postgres"]
228228 pgversion : ["13.8", "14", "15", "16", "17"]
229229 steps :
230- - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
230+ - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
231231 if : |
232232 needs.paths-filter.outputs.codechange == 'true'
233- - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
233+ - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
234234 if : |
235235 needs.paths-filter.outputs.codechange == 'true'
236- - uses : " docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1" # v3.5.0
236+ - uses : " docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1" # v3.5.0
237237 if : |
238238 needs.paths-filter.outputs.codechange == 'true'
239239 with :
@@ -246,7 +246,7 @@ jobs:
246246 - name : " Coverage"
247247 if : |
248248 needs.paths-filter.outputs.codechange == 'true'
249- uses : " codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00" # v5.5.0
249+ uses : " codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00" # v5.5.0
250250 with :
251251 files : " ./coverage.txt"
252252 token : " ${{ secrets.CODECOV_TOKEN }}"
@@ -262,13 +262,13 @@ jobs:
262262 datastore : ["crdb"]
263263 crdbversion : ["24.3.6", "25.1.0", "25.2.0"]
264264 steps :
265- - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
265+ - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
266266 if : |
267267 needs.paths-filter.outputs.codechange == 'true'
268- - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
268+ - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
269269 if : |
270270 needs.paths-filter.outputs.codechange == 'true'
271- - uses : " docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1" # v3.5.0
271+ - uses : " docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1" # v3.5.0
272272 if : |
273273 needs.paths-filter.outputs.codechange == 'true'
274274 with :
@@ -281,7 +281,7 @@ jobs:
281281 - name : " Coverage"
282282 if : |
283283 needs.paths-filter.outputs.codechange == 'true'
284- uses : " codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00" # v5.5.0
284+ uses : " codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00" # v5.5.0
285285 with :
286286 files : " ./coverage.txt"
287287 token : " ${{ secrets.CODECOV_TOKEN }}"
@@ -297,13 +297,13 @@ jobs:
297297 datastore : ["crdb"]
298298 crdbversion : ["24.3.6", "25.1.0", "25.2.0"]
299299 steps :
300- - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
300+ - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
301301 if : |
302302 needs.paths-filter.outputs.codechange == 'true'
303- - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
303+ - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
304304 if : |
305305 needs.paths-filter.outputs.codechange == 'true'
306- - uses : " docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1" # v3.5.0
306+ - uses : " docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1" # v3.5.0
307307 if : |
308308 needs.paths-filter.outputs.codechange == 'true'
309309 with :
@@ -316,7 +316,7 @@ jobs:
316316 - name : " Coverage"
317317 if : |
318318 needs.paths-filter.outputs.codechange == 'true'
319- uses : " codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00" # v5.5.0
319+ uses : " codecov/codecov-action@fdcc8476540edceab3de004e990f80d881c6cc00" # v5.5.0
320320 with :
321321 files : " ./coverage.txt"
322322 token : " ${{ secrets.CODECOV_TOKEN }}"
@@ -329,8 +329,8 @@ jobs:
329329 if : |
330330 needs.paths-filter.outputs.codechange == 'true'
331331 steps :
332- - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
333- - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
332+ - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
333+ - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
334334 with :
335335 go-version-file : " e2e/go.mod"
336336 cache-dependency-path : " e2e/go.sum"
@@ -348,7 +348,7 @@ jobs:
348348 working-directory : " e2e/newenemy"
349349 run : |
350350 go test -v -timeout 11m ./...
351- - uses : " actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02" # v4.6.2
351+ - uses : " actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02" # v4.6.2
352352 if : " always()"
353353 # this upload step is really flaky, don't fail the job if it fails
354354 continue-on-error : true
@@ -362,8 +362,8 @@ jobs:
362362 if : |
363363 needs.paths-filter.outputs.codechange == 'true'
364364 steps :
365- - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
366- - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
365+ - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
366+ - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
367367 with :
368368 go-version-file : " tools/analyzers/go.mod"
369369 cache-dependency-path : " tools/analyzers/go.sum"
@@ -376,8 +376,8 @@ jobs:
376376 if : |
377377 needs.paths-filter.outputs.codechange == 'true'
378378 steps :
379- - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
380- - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
379+ - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
380+ - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
381381 - name : " WASM tests"
382382 run : " go run mage.go test:wasm"
383383
@@ -388,16 +388,16 @@ jobs:
388388 if : |
389389 needs.paths-filter.outputs.protochange == 'true'
390390 steps :
391- - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
392- - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
391+ - uses : " actions/checkout@ff7abcd0c3c05ccf6adc123a8cd1fd4fb30fb493" # v4.2.2
392+ - uses : " authzed/actions/setup-go@f00cad69713a135d0b55c16bae64171367f319d5" # main
393393 - name : " Generate Protos"
394394 run : " go run mage.go gen:proto"
395- - uses : " chainguard-dev/actions/nodiff@3caedd3784c809ba873cbb8c6a12e2bc6bf6ab09" # main
395+ - uses : " chainguard-dev/actions/nodiff@3caedd3784c809ba873cbb8c6a12e2bc6bf6ab09" # main
396396 with :
397397 path : " "
398398 fixup-command : " go run mage.go gen:proto"
399- - uses : " bufbuild/buf-setup-action@a47c93e0b1648d5651a065437926377d060baa99" # v1.5.0
400- - uses : " bufbuild/buf-breaking-action@c57b3d842a5c3f3b454756ef65305a50a587c5ba" # v1.1.4 TODO(miparnisari) deprecated, use buf-action
399+ - uses : " bufbuild/buf-setup-action@a47c93e0b1648d5651a065437926377d060baa99" # v1.5.0
400+ - uses : " bufbuild/buf-breaking-action@c57b3d842a5c3f3b454756ef65305a50a587c5ba" # v1.1.4 TODO(miparnisari) deprecated, use buf-action
401401 if : " github.event_name == 'pull_request'"
402402 env :
403403 BUF_INPUT_HTTPS_USERNAME : " ${{ github.actor }}"
0 commit comments