diff --git a/.github/workflows/aws_tfhe_backward_compat_tests.yml b/.github/workflows/aws_tfhe_backward_compat_tests.yml index a810cb3498..8927c81ce8 100644 --- a/.github/workflows/aws_tfhe_backward_compat_tests.yml +++ b/.github/workflows/aws_tfhe_backward_compat_tests.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -100,7 +100,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/aws_tfhe_fast_tests.yml b/.github/workflows/aws_tfhe_fast_tests.yml index 64d5c7dcad..2326a84b3e 100644 --- a/.github/workflows/aws_tfhe_fast_tests.yml +++ b/.github/workflows/aws_tfhe_fast_tests.yml @@ -131,7 +131,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -238,7 +238,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/aws_tfhe_integer_tests.yml b/.github/workflows/aws_tfhe_integer_tests.yml index b119bddbd8..539986a262 100644 --- a/.github/workflows/aws_tfhe_integer_tests.yml +++ b/.github/workflows/aws_tfhe_integer_tests.yml @@ -72,7 +72,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -137,7 +137,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/aws_tfhe_signed_integer_tests.yml b/.github/workflows/aws_tfhe_signed_integer_tests.yml index c5d3bd1a15..324fff9fde 100644 --- a/.github/workflows/aws_tfhe_signed_integer_tests.yml +++ b/.github/workflows/aws_tfhe_signed_integer_tests.yml @@ -72,7 +72,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -141,7 +141,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/aws_tfhe_tests.yml b/.github/workflows/aws_tfhe_tests.yml index 312cd67033..a7ab7d5a0f 100644 --- a/.github/workflows/aws_tfhe_tests.yml +++ b/.github/workflows/aws_tfhe_tests.yml @@ -131,7 +131,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -234,7 +234,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/aws_tfhe_wasm_tests.yml b/.github/workflows/aws_tfhe_wasm_tests.yml index 9942f0d0f8..b95ce815b2 100644 --- a/.github/workflows/aws_tfhe_wasm_tests.yml +++ b/.github/workflows/aws_tfhe_wasm_tests.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -89,7 +89,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/benchmark_boolean.yml b/.github/workflows/benchmark_boolean.yml index 8c38d71146..99d5ddcad2 100644 --- a/.github/workflows/benchmark_boolean.yml +++ b/.github/workflows/benchmark_boolean.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -133,7 +133,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/benchmark_core_crypto.yml b/.github/workflows/benchmark_core_crypto.yml index 970e4d05cc..2388999e8d 100644 --- a/.github/workflows/benchmark_core_crypto.yml +++ b/.github/workflows/benchmark_core_crypto.yml @@ -26,7 +26,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -121,7 +121,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/benchmark_erc20.yml b/.github/workflows/benchmark_erc20.yml index 25d2582315..e67104fd00 100644 --- a/.github/workflows/benchmark_erc20.yml +++ b/.github/workflows/benchmark_erc20.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -129,7 +129,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/benchmark_gpu_core_crypto.yml b/.github/workflows/benchmark_gpu_core_crypto.yml index 71c9677236..2a7ee25b22 100644 --- a/.github/workflows/benchmark_gpu_core_crypto.yml +++ b/.github/workflows/benchmark_gpu_core_crypto.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -169,7 +169,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/benchmark_gpu_erc20.yml b/.github/workflows/benchmark_gpu_erc20.yml index d795f80617..72fd6a1837 100644 --- a/.github/workflows/benchmark_gpu_erc20.yml +++ b/.github/workflows/benchmark_gpu_erc20.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -178,7 +178,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/benchmark_gpu_integer.yml b/.github/workflows/benchmark_gpu_integer.yml index 39c2a400bb..baad5cf798 100644 --- a/.github/workflows/benchmark_gpu_integer.yml +++ b/.github/workflows/benchmark_gpu_integer.yml @@ -30,7 +30,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -184,7 +184,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/benchmark_gpu_integer_2H100_full.yml b/.github/workflows/benchmark_gpu_integer_2H100_full.yml index dcae96defb..fb68f61811 100644 --- a/.github/workflows/benchmark_gpu_integer_2H100_full.yml +++ b/.github/workflows/benchmark_gpu_integer_2H100_full.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -177,7 +177,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/benchmark_gpu_integer_full.yml b/.github/workflows/benchmark_gpu_integer_full.yml index 72fcbfd235..300b73076f 100644 --- a/.github/workflows/benchmark_gpu_integer_full.yml +++ b/.github/workflows/benchmark_gpu_integer_full.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -183,7 +183,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/benchmark_gpu_integer_multi_bit.yml b/.github/workflows/benchmark_gpu_integer_multi_bit.yml index dee5c05dc6..771a73686d 100644 --- a/.github/workflows/benchmark_gpu_integer_multi_bit.yml +++ b/.github/workflows/benchmark_gpu_integer_multi_bit.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -207,7 +207,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/benchmark_gpu_integer_multi_bit_multi_gpu.yml b/.github/workflows/benchmark_gpu_integer_multi_bit_multi_gpu.yml index ef3435c247..0c36e8594b 100644 --- a/.github/workflows/benchmark_gpu_integer_multi_bit_multi_gpu.yml +++ b/.github/workflows/benchmark_gpu_integer_multi_bit_multi_gpu.yml @@ -42,7 +42,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -197,7 +197,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/benchmark_gpu_integer_multi_gpu_full.yml b/.github/workflows/benchmark_gpu_integer_multi_gpu_full.yml index 4e454e6065..17358a86e4 100644 --- a/.github/workflows/benchmark_gpu_integer_multi_gpu_full.yml +++ b/.github/workflows/benchmark_gpu_integer_multi_gpu_full.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -177,7 +177,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/benchmark_gpu_l40.yml b/.github/workflows/benchmark_gpu_l40.yml index c179e5d043..0fbba3bd71 100644 --- a/.github/workflows/benchmark_gpu_l40.yml +++ b/.github/workflows/benchmark_gpu_l40.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -189,7 +189,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/benchmark_integer.yml b/.github/workflows/benchmark_integer.yml index c2b62315fa..b06cba9f7f 100644 --- a/.github/workflows/benchmark_integer.yml +++ b/.github/workflows/benchmark_integer.yml @@ -62,7 +62,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -173,7 +173,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/benchmark_shortint.yml b/.github/workflows/benchmark_shortint.yml index 485763d3de..5a3f74d5af 100644 --- a/.github/workflows/benchmark_shortint.yml +++ b/.github/workflows/benchmark_shortint.yml @@ -56,7 +56,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -169,7 +169,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/benchmark_signed_integer.yml b/.github/workflows/benchmark_signed_integer.yml index 07d23227da..f0b578d672 100644 --- a/.github/workflows/benchmark_signed_integer.yml +++ b/.github/workflows/benchmark_signed_integer.yml @@ -62,7 +62,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -167,7 +167,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/benchmark_wasm_client.yml b/.github/workflows/benchmark_wasm_client.yml index 58717b0b6c..96970f9e9b 100644 --- a/.github/workflows/benchmark_wasm_client.yml +++ b/.github/workflows/benchmark_wasm_client.yml @@ -64,7 +64,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -173,7 +173,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/benchmark_zk_pke.yml b/.github/workflows/benchmark_zk_pke.yml index 50ac1042f2..c020b00a80 100644 --- a/.github/workflows/benchmark_zk_pke.yml +++ b/.github/workflows/benchmark_zk_pke.yml @@ -65,7 +65,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -173,7 +173,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 5d4b77a356..72937f153b 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -121,7 +121,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/csprng_randomness_tests.yml b/.github/workflows/csprng_randomness_tests.yml index f9f6d3385a..04a3d76673 100644 --- a/.github/workflows/csprng_randomness_tests.yml +++ b/.github/workflows/csprng_randomness_tests.yml @@ -27,7 +27,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -75,7 +75,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/gpu_fast_h100_tests.yml b/.github/workflows/gpu_fast_h100_tests.yml index 690f71dfd2..221acca7b4 100644 --- a/.github/workflows/gpu_fast_h100_tests.yml +++ b/.github/workflows/gpu_fast_h100_tests.yml @@ -65,7 +65,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -184,7 +184,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/gpu_fast_tests.yml b/.github/workflows/gpu_fast_tests.yml index 46bfef8003..6356bbde12 100644 --- a/.github/workflows/gpu_fast_tests.yml +++ b/.github/workflows/gpu_fast_tests.yml @@ -63,7 +63,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -182,7 +182,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/gpu_full_h100_tests.yml b/.github/workflows/gpu_full_h100_tests.yml index 3f30bd6372..52a3fc57af 100644 --- a/.github/workflows/gpu_full_h100_tests.yml +++ b/.github/workflows/gpu_full_h100_tests.yml @@ -25,7 +25,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@447a2d0fd2d1a9d647aa0d0723a6e9255372f261 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -139,7 +139,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@447a2d0fd2d1a9d647aa0d0723a6e9255372f261 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/gpu_full_multi_gpu_tests.yml b/.github/workflows/gpu_full_multi_gpu_tests.yml index 26d5eb73a6..b91c7636a6 100644 --- a/.github/workflows/gpu_full_multi_gpu_tests.yml +++ b/.github/workflows/gpu_full_multi_gpu_tests.yml @@ -65,7 +65,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -187,7 +187,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/gpu_pcc.yml b/.github/workflows/gpu_pcc.yml index a5f4e0fa36..a6e6f9ba16 100644 --- a/.github/workflows/gpu_pcc.yml +++ b/.github/workflows/gpu_pcc.yml @@ -24,7 +24,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -110,7 +110,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/gpu_signed_integer_h100_tests.yml b/.github/workflows/gpu_signed_integer_h100_tests.yml index b74199a092..55e21ae7d8 100644 --- a/.github/workflows/gpu_signed_integer_h100_tests.yml +++ b/.github/workflows/gpu_signed_integer_h100_tests.yml @@ -66,7 +66,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -173,7 +173,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/gpu_signed_integer_tests.yml b/.github/workflows/gpu_signed_integer_tests.yml index 1aa1f2caad..97f66eecf7 100644 --- a/.github/workflows/gpu_signed_integer_tests.yml +++ b/.github/workflows/gpu_signed_integer_tests.yml @@ -73,7 +73,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -187,7 +187,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/gpu_unsigned_integer_h100_tests.yml b/.github/workflows/gpu_unsigned_integer_h100_tests.yml index ba034f1eb2..c094f3f44c 100644 --- a/.github/workflows/gpu_unsigned_integer_h100_tests.yml +++ b/.github/workflows/gpu_unsigned_integer_h100_tests.yml @@ -66,7 +66,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -173,7 +173,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/gpu_unsigned_integer_tests.yml b/.github/workflows/gpu_unsigned_integer_tests.yml index cc2a0bb6f2..a6d5967138 100644 --- a/.github/workflows/gpu_unsigned_integer_tests.yml +++ b/.github/workflows/gpu_unsigned_integer_tests.yml @@ -73,7 +73,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -184,7 +184,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }} diff --git a/.github/workflows/make_release_cuda.yml b/.github/workflows/make_release_cuda.yml index 3b4a31835e..4b6581162e 100644 --- a/.github/workflows/make_release_cuda.yml +++ b/.github/workflows/make_release_cuda.yml @@ -29,7 +29,7 @@ jobs: steps: - name: Start instance id: start-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: start github-token: ${{ secrets.SLAB_ACTION_TOKEN }} @@ -112,7 +112,7 @@ jobs: steps: - name: Stop instance id: stop-instance - uses: zama-ai/slab-github-runner@c0e7168795bd78f61f61146951ed9d0c73c9b701 + uses: zama-ai/slab-github-runner@2f49f88318c59d644bb6d329b3259d3ec48e1e34 with: mode: stop github-token: ${{ secrets.SLAB_ACTION_TOKEN }}