diff --git a/.github/workflows/aws_tfhe_backward_compat_tests.yml b/.github/workflows/aws_tfhe_backward_compat_tests.yml index 96fb3e190..3292437d8 100644 --- a/.github/workflows/aws_tfhe_backward_compat_tests.yml +++ b/.github/workflows/aws_tfhe_backward_compat_tests.yml @@ -61,7 +61,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/aws_tfhe_fast_tests.yml b/.github/workflows/aws_tfhe_fast_tests.yml index c03b7860f..794ab3aa0 100644 --- a/.github/workflows/aws_tfhe_fast_tests.yml +++ b/.github/workflows/aws_tfhe_fast_tests.yml @@ -60,7 +60,7 @@ jobs: any_file_changed: ${{ env.IS_PULL_REQUEST == 'false' || steps.aggregated-changes.outputs.any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -168,7 +168,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/aws_tfhe_integer_tests.yml b/.github/workflows/aws_tfhe_integer_tests.yml index d6eb44359..20afea100 100644 --- a/.github/workflows/aws_tfhe_integer_tests.yml +++ b/.github/workflows/aws_tfhe_integer_tests.yml @@ -47,7 +47,7 @@ jobs: steps.changed-files.outputs.integer_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -108,7 +108,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: "false" token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/aws_tfhe_noise_checks.yml b/.github/workflows/aws_tfhe_noise_checks.yml index 120d7cc75..cf6115d85 100644 --- a/.github/workflows/aws_tfhe_noise_checks.yml +++ b/.github/workflows/aws_tfhe_noise_checks.yml @@ -58,7 +58,7 @@ jobs: timeout-minutes: 1440 steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/aws_tfhe_signed_integer_tests.yml b/.github/workflows/aws_tfhe_signed_integer_tests.yml index ba087134f..dec2e8401 100644 --- a/.github/workflows/aws_tfhe_signed_integer_tests.yml +++ b/.github/workflows/aws_tfhe_signed_integer_tests.yml @@ -48,7 +48,7 @@ jobs: steps.changed-files.outputs.integer_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -109,7 +109,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: "false" token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/aws_tfhe_tests.yml b/.github/workflows/aws_tfhe_tests.yml index eb08e9930..df0e3ae35 100644 --- a/.github/workflows/aws_tfhe_tests.yml +++ b/.github/workflows/aws_tfhe_tests.yml @@ -69,7 +69,7 @@ jobs: any_file_changed: ${{ env.IS_PULL_REQUEST == 'false' || steps.aggregated-changes.outputs.any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -179,7 +179,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/aws_tfhe_wasm_tests.yml b/.github/workflows/aws_tfhe_wasm_tests.yml index 8de0dcd50..dd870e3e5 100644 --- a/.github/workflows/aws_tfhe_wasm_tests.yml +++ b/.github/workflows/aws_tfhe_wasm_tests.yml @@ -62,7 +62,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/benchmark_boolean.yml b/.github/workflows/benchmark_boolean.yml index 76b327737..b4a08c656 100644 --- a/.github/workflows/benchmark_boolean.yml +++ b/.github/workflows/benchmark_boolean.yml @@ -50,7 +50,7 @@ jobs: cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -107,7 +107,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_core_crypto.yml b/.github/workflows/benchmark_core_crypto.yml index 3c15348a6..33e2ca2df 100644 --- a/.github/workflows/benchmark_core_crypto.yml +++ b/.github/workflows/benchmark_core_crypto.yml @@ -50,7 +50,7 @@ jobs: cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -100,7 +100,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_dex.yml b/.github/workflows/benchmark_dex.yml index 2de6d07be..2b6ff3ee0 100644 --- a/.github/workflows/benchmark_dex.yml +++ b/.github/workflows/benchmark_dex.yml @@ -50,7 +50,7 @@ jobs: timeout-minutes: 720 # 12 hours steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -73,7 +73,7 @@ jobs: toolchain: nightly - name: Checkout Slab repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_erc20.yml b/.github/workflows/benchmark_erc20.yml index d4bf460e2..e89e81346 100644 --- a/.github/workflows/benchmark_erc20.yml +++ b/.github/workflows/benchmark_erc20.yml @@ -51,7 +51,7 @@ jobs: timeout-minutes: 720 # 12 hours steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -74,7 +74,7 @@ jobs: toolchain: nightly - name: Checkout Slab repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_gpu_4090.yml b/.github/workflows/benchmark_gpu_4090.yml index affdb5bc2..576516895 100644 --- a/.github/workflows/benchmark_gpu_4090.yml +++ b/.github/workflows/benchmark_gpu_4090.yml @@ -38,7 +38,7 @@ jobs: timeout-minutes: 1440 # 24 hours steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -62,7 +62,7 @@ jobs: toolchain: nightly - name: Checkout Slab repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: repository: zama-ai/slab path: slab @@ -122,7 +122,7 @@ jobs: steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -145,7 +145,7 @@ jobs: toolchain: nightly - name: Checkout Slab repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_gpu_common.yml b/.github/workflows/benchmark_gpu_common.yml index 768bffa1d..32487df2c 100644 --- a/.github/workflows/benchmark_gpu_common.yml +++ b/.github/workflows/benchmark_gpu_common.yml @@ -196,7 +196,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -230,7 +230,7 @@ jobs: CUDA_PATH: /usr/local/cuda-${{ matrix.cuda }} steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -312,7 +312,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_gpu_dex_common.yml b/.github/workflows/benchmark_gpu_dex_common.yml index 00ede988b..9e391a870 100644 --- a/.github/workflows/benchmark_gpu_dex_common.yml +++ b/.github/workflows/benchmark_gpu_dex_common.yml @@ -104,7 +104,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -160,7 +160,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_gpu_erc20_common.yml b/.github/workflows/benchmark_gpu_erc20_common.yml index 8922f2ec2..60806d0b0 100644 --- a/.github/workflows/benchmark_gpu_erc20_common.yml +++ b/.github/workflows/benchmark_gpu_erc20_common.yml @@ -105,7 +105,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -161,7 +161,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_hpu_integer.yml b/.github/workflows/benchmark_hpu_integer.yml index 3e8a2f59c..5df41acad 100644 --- a/.github/workflows/benchmark_hpu_integer.yml +++ b/.github/workflows/benchmark_hpu_integer.yml @@ -29,7 +29,7 @@ jobs: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -53,7 +53,7 @@ jobs: toolchain: nightly - name: Checkout Slab repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_integer.yml b/.github/workflows/benchmark_integer.yml index 9b443c822..3c545f803 100644 --- a/.github/workflows/benchmark_integer.yml +++ b/.github/workflows/benchmark_integer.yml @@ -120,7 +120,7 @@ jobs: bench_type: ${{ fromJSON(needs.prepare-matrix.outputs.bench_type) }} steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -143,7 +143,7 @@ jobs: toolchain: nightly - name: Checkout Slab repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_shortint.yml b/.github/workflows/benchmark_shortint.yml index 123d47a20..40f68b1e6 100644 --- a/.github/workflows/benchmark_shortint.yml +++ b/.github/workflows/benchmark_shortint.yml @@ -81,7 +81,7 @@ jobs: op_flavor: ${{ fromJson(needs.prepare-matrix.outputs.op_flavor) }} steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -104,7 +104,7 @@ jobs: toolchain: nightly - name: Checkout Slab repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_signed_integer.yml b/.github/workflows/benchmark_signed_integer.yml index 369997a57..cd14ff69a 100644 --- a/.github/workflows/benchmark_signed_integer.yml +++ b/.github/workflows/benchmark_signed_integer.yml @@ -120,7 +120,7 @@ jobs: bench_type: ${{ fromJSON(needs.prepare-matrix.outputs.bench_type) }} steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -143,7 +143,7 @@ jobs: toolchain: nightly - name: Checkout Slab repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_tfhe_fft.yml b/.github/workflows/benchmark_tfhe_fft.yml index e8b8db7b6..cd6e4db83 100644 --- a/.github/workflows/benchmark_tfhe_fft.yml +++ b/.github/workflows/benchmark_tfhe_fft.yml @@ -53,7 +53,7 @@ jobs: runs-on: ${{ needs.setup-ec2.outputs.runner-name }} steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -100,7 +100,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_tfhe_ntt.yml b/.github/workflows/benchmark_tfhe_ntt.yml index 6be123742..824316a9f 100644 --- a/.github/workflows/benchmark_tfhe_ntt.yml +++ b/.github/workflows/benchmark_tfhe_ntt.yml @@ -53,7 +53,7 @@ jobs: runs-on: ${{ needs.setup-ec2.outputs.runner-name }} steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -100,7 +100,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_tfhe_zk_pok.yml b/.github/workflows/benchmark_tfhe_zk_pok.yml index 51820d8e6..41391db63 100644 --- a/.github/workflows/benchmark_tfhe_zk_pok.yml +++ b/.github/workflows/benchmark_tfhe_zk_pok.yml @@ -42,7 +42,7 @@ jobs: zk_pok_changed: ${{ steps.changed-files.outputs.zk_pok_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -90,7 +90,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -113,7 +113,7 @@ jobs: toolchain: nightly - name: Checkout Slab repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: repository: zama-ai/slab path: slab @@ -148,7 +148,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_wasm_client.yml b/.github/workflows/benchmark_wasm_client.yml index 4279e7383..72447eb13 100644 --- a/.github/workflows/benchmark_wasm_client.yml +++ b/.github/workflows/benchmark_wasm_client.yml @@ -36,7 +36,7 @@ jobs: wasm_bench: ${{ steps.changed-files.outputs.wasm_bench_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -88,7 +88,7 @@ jobs: browser: [ chrome, firefox ] steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -185,7 +185,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_zk_pke.yml b/.github/workflows/benchmark_zk_pke.yml index 8887e26f9..399691129 100644 --- a/.github/workflows/benchmark_zk_pke.yml +++ b/.github/workflows/benchmark_zk_pke.yml @@ -43,7 +43,7 @@ jobs: zk_pok_changed: ${{ steps.changed-files.outputs.zk_pok_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -132,7 +132,7 @@ jobs: bench_type: ${{ fromJSON(needs.prepare-matrix.outputs.bench_type) }} steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -155,7 +155,7 @@ jobs: toolchain: nightly - name: Checkout Slab repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: repository: zama-ai/slab path: slab @@ -198,7 +198,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/cargo_build.yml b/.github/workflows/cargo_build.yml index 3a9ff699b..a49b4eecb 100644 --- a/.github/workflows/cargo_build.yml +++ b/.github/workflows/cargo_build.yml @@ -29,7 +29,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/cargo_build_tfhe_fft.yml b/.github/workflows/cargo_build_tfhe_fft.yml index 76d26c553..b911c344f 100644 --- a/.github/workflows/cargo_build_tfhe_fft.yml +++ b/.github/workflows/cargo_build_tfhe_fft.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/cargo_build_tfhe_ntt.yml b/.github/workflows/cargo_build_tfhe_ntt.yml index d1494ca0f..24f461f19 100644 --- a/.github/workflows/cargo_build_tfhe_ntt.yml +++ b/.github/workflows/cargo_build_tfhe_ntt.yml @@ -23,7 +23,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] fail-fast: false steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/cargo_test_fft.yml b/.github/workflows/cargo_test_fft.yml index 059d8f7e6..2b50ad1d8 100644 --- a/.github/workflows/cargo_test_fft.yml +++ b/.github/workflows/cargo_test_fft.yml @@ -28,7 +28,7 @@ jobs: fft_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.fft_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -54,7 +54,7 @@ jobs: runner_type: [ ubuntu-latest, macos-latest, windows-latest ] fail-fast: false steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} @@ -84,7 +84,7 @@ jobs: matrix: runner_type: [ ubuntu-latest, macos-latest, windows-latest ] steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} @@ -108,7 +108,7 @@ jobs: if: needs.should-run.outputs.fft_test == 'true' runs-on: ubuntu-latest steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/cargo_test_ntt.yml b/.github/workflows/cargo_test_ntt.yml index e16b41657..dc01d7723 100644 --- a/.github/workflows/cargo_test_ntt.yml +++ b/.github/workflows/cargo_test_ntt.yml @@ -28,7 +28,7 @@ jobs: ntt_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.ntt_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -54,7 +54,7 @@ jobs: os: [ ubuntu-latest, macos-latest, windows-latest ] fail-fast: false steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} @@ -79,7 +79,7 @@ jobs: matrix: os: [ ubuntu-latest, macos-latest, windows-latest ] steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/ci_lint.yml b/.github/workflows/ci_lint.yml index 20690e62a..fff29c8ab 100644 --- a/.github/workflows/ci_lint.yml +++ b/.github/workflows/ci_lint.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 639297970..c7151e435 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -48,7 +48,7 @@ jobs: timeout-minutes: 5760 # 4 days steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/csprng_randomness_tests.yml b/.github/workflows/csprng_randomness_tests.yml index 5ff97ad49..dfa41f65b 100644 --- a/.github/workflows/csprng_randomness_tests.yml +++ b/.github/workflows/csprng_randomness_tests.yml @@ -60,7 +60,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/gpu_4090_tests.yml b/.github/workflows/gpu_4090_tests.yml index d6b1d59c5..5bf4edf1c 100644 --- a/.github/workflows/gpu_4090_tests.yml +++ b/.github/workflows/gpu_4090_tests.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/gpu_code_validation_tests.yml b/.github/workflows/gpu_code_validation_tests.yml index a70d145e4..c344e8e3a 100644 --- a/.github/workflows/gpu_code_validation_tests.yml +++ b/.github/workflows/gpu_code_validation_tests.yml @@ -75,7 +75,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/gpu_fast_h100_tests.yml b/.github/workflows/gpu_fast_h100_tests.yml index b9acbcc8f..f10661873 100644 --- a/.github/workflows/gpu_fast_h100_tests.yml +++ b/.github/workflows/gpu_fast_h100_tests.yml @@ -37,7 +37,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -126,7 +126,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/gpu_fast_tests.yml b/.github/workflows/gpu_fast_tests.yml index fb201d168..630e906de 100644 --- a/.github/workflows/gpu_fast_tests.yml +++ b/.github/workflows/gpu_fast_tests.yml @@ -36,7 +36,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -111,7 +111,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/gpu_full_h100_tests.yml b/.github/workflows/gpu_full_h100_tests.yml index 95360e01f..a4a1c1905 100644 --- a/.github/workflows/gpu_full_h100_tests.yml +++ b/.github/workflows/gpu_full_h100_tests.yml @@ -66,7 +66,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ secrets.REPO_CHECKOUT_TOKEN }} diff --git a/.github/workflows/gpu_full_multi_gpu_tests.yml b/.github/workflows/gpu_full_multi_gpu_tests.yml index 9a74a6116..83e8a18e3 100644 --- a/.github/workflows/gpu_full_multi_gpu_tests.yml +++ b/.github/workflows/gpu_full_multi_gpu_tests.yml @@ -37,7 +37,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -113,7 +113,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/gpu_integer_long_run_tests.yml b/.github/workflows/gpu_integer_long_run_tests.yml index 2a1d3c7a1..e21f136fa 100644 --- a/.github/workflows/gpu_integer_long_run_tests.yml +++ b/.github/workflows/gpu_integer_long_run_tests.yml @@ -63,7 +63,7 @@ jobs: timeout-minutes: 4320 # 72 hours steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/gpu_pcc.yml b/.github/workflows/gpu_pcc.yml index 41f852954..79e01bed3 100644 --- a/.github/workflows/gpu_pcc.yml +++ b/.github/workflows/gpu_pcc.yml @@ -72,7 +72,7 @@ jobs: steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/gpu_signed_integer_classic_tests.yml b/.github/workflows/gpu_signed_integer_classic_tests.yml index 67a0128e0..a86793eaa 100644 --- a/.github/workflows/gpu_signed_integer_classic_tests.yml +++ b/.github/workflows/gpu_signed_integer_classic_tests.yml @@ -37,7 +37,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -113,7 +113,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/gpu_signed_integer_h100_tests.yml b/.github/workflows/gpu_signed_integer_h100_tests.yml index 519c28c82..ce641589d 100644 --- a/.github/workflows/gpu_signed_integer_h100_tests.yml +++ b/.github/workflows/gpu_signed_integer_h100_tests.yml @@ -37,7 +37,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -126,7 +126,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/gpu_signed_integer_tests.yml b/.github/workflows/gpu_signed_integer_tests.yml index e9831d548..983ccc3f9 100644 --- a/.github/workflows/gpu_signed_integer_tests.yml +++ b/.github/workflows/gpu_signed_integer_tests.yml @@ -38,7 +38,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -114,7 +114,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/gpu_unsigned_integer_classic_tests.yml b/.github/workflows/gpu_unsigned_integer_classic_tests.yml index dc588d1a2..18f70922f 100644 --- a/.github/workflows/gpu_unsigned_integer_classic_tests.yml +++ b/.github/workflows/gpu_unsigned_integer_classic_tests.yml @@ -37,7 +37,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -113,7 +113,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/gpu_unsigned_integer_h100_tests.yml b/.github/workflows/gpu_unsigned_integer_h100_tests.yml index 86a85eec1..90d4235aa 100644 --- a/.github/workflows/gpu_unsigned_integer_h100_tests.yml +++ b/.github/workflows/gpu_unsigned_integer_h100_tests.yml @@ -37,7 +37,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -126,7 +126,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/gpu_unsigned_integer_tests.yml b/.github/workflows/gpu_unsigned_integer_tests.yml index 70d22a757..80196116a 100644 --- a/.github/workflows/gpu_unsigned_integer_tests.yml +++ b/.github/workflows/gpu_unsigned_integer_tests.yml @@ -38,7 +38,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -114,7 +114,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/hpu_hlapi_tests.yml b/.github/workflows/hpu_hlapi_tests.yml index 874e2ec4c..55935ea83 100644 --- a/.github/workflows/hpu_hlapi_tests.yml +++ b/.github/workflows/hpu_hlapi_tests.yml @@ -28,7 +28,7 @@ jobs: hpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.hpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -50,7 +50,7 @@ jobs: if: needs.should-run.outputs.hpu_test == 'true' runs-on: large_ubuntu_16 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/integer_long_run_tests.yml b/.github/workflows/integer_long_run_tests.yml index abb0443f7..a0647d59b 100644 --- a/.github/workflows/integer_long_run_tests.yml +++ b/.github/workflows/integer_long_run_tests.yml @@ -51,7 +51,7 @@ jobs: timeout-minutes: 4320 # 72 hours steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ secrets.REPO_CHECKOUT_TOKEN }} diff --git a/.github/workflows/m1_tests.yml b/.github/workflows/m1_tests.yml index 9e2a66e02..d23ef0def 100644 --- a/.github/workflows/m1_tests.yml +++ b/.github/workflows/m1_tests.yml @@ -40,7 +40,7 @@ jobs: timeout-minutes: 720 steps: - - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + - uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: "false" token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml index 481d21c54..7c1604c6f 100644 --- a/.github/workflows/make_release.yml +++ b/.github/workflows/make_release.yml @@ -49,7 +49,7 @@ jobs: hash: ${{ steps.hash.outputs.hash }} steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 persist-credentials: 'false' @@ -90,7 +90,7 @@ jobs: id-token: write steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 persist-credentials: 'false' diff --git a/.github/workflows/make_release_cuda.yml b/.github/workflows/make_release_cuda.yml index 9a0062a49..8b1b7f94e 100644 --- a/.github/workflows/make_release_cuda.yml +++ b/.github/workflows/make_release_cuda.yml @@ -60,7 +60,7 @@ jobs: CUDA_PATH: /usr/local/cuda-${{ matrix.cuda }} steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 persist-credentials: "false" diff --git a/.github/workflows/make_release_hpu.yml b/.github/workflows/make_release_hpu.yml index c6b9f2a56..fd77c9cba 100644 --- a/.github/workflows/make_release_hpu.yml +++ b/.github/workflows/make_release_hpu.yml @@ -31,7 +31,7 @@ jobs: hash: ${{ steps.hash.outputs.hash }} steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 persist-credentials: 'false' @@ -68,7 +68,7 @@ jobs: needs: [verify_tag, package] # for comparing hashes steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 persist-credentials: 'false' diff --git a/.github/workflows/make_release_tfhe_csprng.yml b/.github/workflows/make_release_tfhe_csprng.yml index 2f5063bbd..99ff3e6a8 100644 --- a/.github/workflows/make_release_tfhe_csprng.yml +++ b/.github/workflows/make_release_tfhe_csprng.yml @@ -30,7 +30,7 @@ jobs: hash: ${{ steps.hash.outputs.hash }} steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 persist-credentials: 'false' @@ -69,7 +69,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 persist-credentials: 'false' diff --git a/.github/workflows/make_release_tfhe_fft.yml b/.github/workflows/make_release_tfhe_fft.yml index 0901c1511..149964760 100644 --- a/.github/workflows/make_release_tfhe_fft.yml +++ b/.github/workflows/make_release_tfhe_fft.yml @@ -32,7 +32,7 @@ jobs: hash: ${{ steps.hash.outputs.hash }} steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 persist-credentials: 'false' @@ -69,7 +69,7 @@ jobs: needs: [verify_tag, package] # for comparing hashes steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 persist-credentials: 'false' diff --git a/.github/workflows/make_release_tfhe_ntt.yml b/.github/workflows/make_release_tfhe_ntt.yml index 6758b7fc3..a5d069ae1 100644 --- a/.github/workflows/make_release_tfhe_ntt.yml +++ b/.github/workflows/make_release_tfhe_ntt.yml @@ -32,7 +32,7 @@ jobs: hash: ${{ steps.hash.outputs.hash }} steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 persist-credentials: 'false' @@ -69,7 +69,7 @@ jobs: needs: [verify_tag, package] # for comparing hashes steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 persist-credentials: 'false' diff --git a/.github/workflows/make_release_tfhe_versionable.yml b/.github/workflows/make_release_tfhe_versionable.yml index 5546d57ac..fffbc7a6e 100644 --- a/.github/workflows/make_release_tfhe_versionable.yml +++ b/.github/workflows/make_release_tfhe_versionable.yml @@ -26,7 +26,7 @@ jobs: hash: ${{ steps.hash.outputs.hash }} steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 persist-credentials: 'false' @@ -62,7 +62,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 persist-credentials: 'false' @@ -106,7 +106,7 @@ jobs: hash: ${{ steps.hash.outputs.hash }} steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' @@ -142,7 +142,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false' diff --git a/.github/workflows/make_release_zk_pok.yml b/.github/workflows/make_release_zk_pok.yml index fed89ee3e..e87ca46af 100644 --- a/.github/workflows/make_release_zk_pok.yml +++ b/.github/workflows/make_release_zk_pok.yml @@ -24,7 +24,7 @@ jobs: hash: ${{ steps.hash.outputs.hash }} steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 persist-credentials: 'false' @@ -66,7 +66,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0 with: fetch-depth: 0 persist-credentials: 'false' diff --git a/.github/workflows/parameters_check.yml b/.github/workflows/parameters_check.yml index eab913e57..cc3f00a92 100644 --- a/.github/workflows/parameters_check.yml +++ b/.github/workflows/parameters_check.yml @@ -19,13 +19,13 @@ jobs: runs-on: large_ubuntu_16-22.04 steps: - name: Checkout tfhe-rs - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: persist-credentials: 'false' token: ${{ secrets.REPO_CHECKOUT_TOKEN }} - name: Checkout lattice-estimator - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: repository: malb/lattice-estimator path: lattice_estimator diff --git a/.github/workflows/sync_on_push.yml b/.github/workflows/sync_on_push.yml index 0b96bc36e..8018da8cd 100644 --- a/.github/workflows/sync_on_push.yml +++ b/.github/workflows/sync_on_push.yml @@ -15,7 +15,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 + uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 with: fetch-depth: 0 persist-credentials: 'false'