Skip to content

Commit 0b2834a

Browse files
committed
Set reusable wflws SHAs
1 parent 8a82089 commit 0b2834a

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

.github/workflows/build_linux.yml

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -260,10 +260,10 @@ jobs:
260260
needs:
261261
- build-and-test-linux
262262
- handle-syncwith
263-
uses: NilFoundation/evm-placeholder-verification/.github/workflows/reusable-verify-proofs.yml@master
263+
uses: NilFoundation/evm-placeholder-verification/.github/workflows/reusable-verify-proofs.yml@5bb7c4b0790f56b3a339e33ba442816fac17ab88
264264
with:
265265
artifact-name: ${{ needs.build-and-test-linux.outputs.transpiler-artifact-name }}
266-
evm-placeholder-verification-ref: master
266+
evm-placeholder-verification-ref: 5bb7c4b0790f56b3a339e33ba442816fac17ab88
267267
refs: ${{ needs.handle-syncwith.outputs.prs-refs }}
268268
test-names: ${{ needs.build-and-test-linux.outputs.evm-targets }}
269269

@@ -273,10 +273,10 @@ jobs:
273273
needs:
274274
- build-and-test-linux
275275
- handle-syncwith
276-
uses: NilFoundation/proof-producer/.github/workflows/reusable-generate-proofs-linux.yml@fix-uploading
276+
uses: NilFoundation/proof-producer/.github/workflows/reusable-generate-proofs-linux.yml@af67299b6f1ae991c3295b9eb062601f401a6f86
277277
with:
278278
artifact-name: ${{ needs.build-and-test-linux.outputs.examples-artifact-name }}
279-
proof-producer-ref: master
279+
proof-producer-ref: af67299b6f1ae991c3295b9eb062601f401a6f86
280280
refs: ${{ needs.handle-syncwith.outputs.prs-refs }}
281281
targets: ${{ needs.build-and-test-linux.outputs.prover-targets }}
282282

@@ -341,10 +341,10 @@ jobs:
341341
- handle-syncwith
342342
- merge-proofs-to-transpiler-output
343343
- build-and-test-linux
344-
uses: NilFoundation/evm-placeholder-verification/.github/workflows/reusable-verify-proofs.yml@master
344+
uses: NilFoundation/evm-placeholder-verification/.github/workflows/reusable-verify-proofs.yml@5bb7c4b0790f56b3a339e33ba442816fac17ab88
345345
with:
346346
artifact-name: ${{ needs.merge-proofs-to-transpiler-output.outputs.merged-artifact-name }}
347-
evm-placeholder-verification-ref: master
347+
evm-placeholder-verification-ref: 5bb7c4b0790f56b3a339e33ba442816fac17ab88
348348
refs: ${{ needs.handle-syncwith.outputs.prs-refs }}
349349
test-names: ${{ needs.build-and-test-linux.outputs.evm-targets }}
350350

0 commit comments

Comments
 (0)