diff --git a/.github/workflows/aws_tfhe_backward_compat_tests.yml b/.github/workflows/aws_tfhe_backward_compat_tests.yml index fffab9f47d..60a902bffe 100644 --- a/.github/workflows/aws_tfhe_backward_compat_tests.yml +++ b/.github/workflows/aws_tfhe_backward_compat_tests.yml @@ -44,7 +44,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: 'false' token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -72,7 +72,7 @@ jobs: echo "branch=${BRANCH}" >> "${GITHUB_OUTPUT}" - name: Clone test data - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: 'false' repository: zama-ai/tfhe-backward-compat-data diff --git a/.github/workflows/aws_tfhe_fast_tests.yml b/.github/workflows/aws_tfhe_fast_tests.yml index 82148d7aba..8fc00705a9 100644 --- a/.github/workflows/aws_tfhe_fast_tests.yml +++ b/.github/workflows/aws_tfhe_fast_tests.yml @@ -51,7 +51,7 @@ jobs: any_file_changed: ${{ env.IS_PULL_REQUEST == 'false' || steps.aggregated-changes.outputs.any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 @@ -151,7 +151,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: 'false' token: ${{ secrets.FHE_ACTIONS_TOKEN }} diff --git a/.github/workflows/aws_tfhe_integer_tests.yml b/.github/workflows/aws_tfhe_integer_tests.yml index b87a6954f8..bb2f5bc5dc 100644 --- a/.github/workflows/aws_tfhe_integer_tests.yml +++ b/.github/workflows/aws_tfhe_integer_tests.yml @@ -39,7 +39,7 @@ jobs: steps.changed-files.outputs.integer_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 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 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: "false" token: ${{ secrets.FHE_ACTIONS_TOKEN }} diff --git a/.github/workflows/aws_tfhe_signed_integer_tests.yml b/.github/workflows/aws_tfhe_signed_integer_tests.yml index 501926a393..c555a2dc6a 100644 --- a/.github/workflows/aws_tfhe_signed_integer_tests.yml +++ b/.github/workflows/aws_tfhe_signed_integer_tests.yml @@ -39,7 +39,7 @@ jobs: steps.changed-files.outputs.integer_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 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 - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: "false" token: ${{ secrets.FHE_ACTIONS_TOKEN }} diff --git a/.github/workflows/aws_tfhe_tests.yml b/.github/workflows/aws_tfhe_tests.yml index b11ccb6292..5fbc1b99a0 100644 --- a/.github/workflows/aws_tfhe_tests.yml +++ b/.github/workflows/aws_tfhe_tests.yml @@ -57,7 +57,7 @@ jobs: any_file_changed: ${{ env.IS_PULL_REQUEST == 'false' || steps.aggregated-changes.outputs.any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 @@ -151,7 +151,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: 'false' token: ${{ secrets.FHE_ACTIONS_TOKEN }} diff --git a/.github/workflows/aws_tfhe_wasm_tests.yml b/.github/workflows/aws_tfhe_wasm_tests.yml index 256f2d9eae..a146e1cabe 100644 --- a/.github/workflows/aws_tfhe_wasm_tests.yml +++ b/.github/workflows/aws_tfhe_wasm_tests.yml @@ -45,7 +45,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: 'false' token: ${{ secrets.FHE_ACTIONS_TOKEN }} diff --git a/.github/workflows/benchmark_boolean.yml b/.github/workflows/benchmark_boolean.yml index 1f02bba7b5..3305b802aa 100644 --- a/.github/workflows/benchmark_boolean.yml +++ b/.github/workflows/benchmark_boolean.yml @@ -48,7 +48,7 @@ jobs: continue-on-error: true steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -105,7 +105,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_core_crypto.yml b/.github/workflows/benchmark_core_crypto.yml index 2760c195f1..6bb615ae1e 100644 --- a/.github/workflows/benchmark_core_crypto.yml +++ b/.github/workflows/benchmark_core_crypto.yml @@ -44,7 +44,7 @@ jobs: cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -93,7 +93,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_erc20.yml b/.github/workflows/benchmark_erc20.yml index 8bd1afe2d3..97491e82f3 100644 --- a/.github/workflows/benchmark_erc20.yml +++ b/.github/workflows/benchmark_erc20.yml @@ -49,7 +49,7 @@ jobs: timeout-minutes: 720 # 12 hours steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -73,7 +73,7 @@ jobs: toolchain: nightly - name: Checkout Slab repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_gpu_4090.yml b/.github/workflows/benchmark_gpu_4090.yml index 66bbc34236..26adc7328a 100644 --- a/.github/workflows/benchmark_gpu_4090.yml +++ b/.github/workflows/benchmark_gpu_4090.yml @@ -39,7 +39,7 @@ jobs: steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -59,7 +59,7 @@ jobs: toolchain: nightly - name: Checkout Slab repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: zama-ai/slab path: slab @@ -114,7 +114,7 @@ jobs: steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 @@ -132,7 +132,7 @@ jobs: toolchain: nightly - name: Checkout Slab repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_gpu_core_crypto.yml b/.github/workflows/benchmark_gpu_core_crypto.yml index 9678184344..80d413c80f 100644 --- a/.github/workflows/benchmark_gpu_core_crypto.yml +++ b/.github/workflows/benchmark_gpu_core_crypto.yml @@ -66,7 +66,7 @@ jobs: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -136,7 +136,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_gpu_erc20.yml b/.github/workflows/benchmark_gpu_erc20.yml index c8a8686f66..89e0c0f00e 100644 --- a/.github/workflows/benchmark_gpu_erc20.yml +++ b/.github/workflows/benchmark_gpu_erc20.yml @@ -68,7 +68,7 @@ jobs: sudo make install - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -145,7 +145,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_gpu_integer.yml b/.github/workflows/benchmark_gpu_integer.yml index 5fa290c0c3..b2b55a5ceb 100644 --- a/.github/workflows/benchmark_gpu_integer.yml +++ b/.github/workflows/benchmark_gpu_integer.yml @@ -68,7 +68,7 @@ jobs: sudo make install - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -151,7 +151,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_gpu_integer_2H100_full.yml b/.github/workflows/benchmark_gpu_integer_2H100_full.yml index 9dc81347ee..185db8fc08 100644 --- a/.github/workflows/benchmark_gpu_integer_2H100_full.yml +++ b/.github/workflows/benchmark_gpu_integer_2H100_full.yml @@ -72,7 +72,7 @@ jobs: sudo make install - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -116,7 +116,7 @@ jobs: } >> "${GITHUB_ENV}" - name: Checkout Slab repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_gpu_integer_full.yml b/.github/workflows/benchmark_gpu_integer_full.yml index adf2ca028d..86a3cbe6b2 100644 --- a/.github/workflows/benchmark_gpu_integer_full.yml +++ b/.github/workflows/benchmark_gpu_integer_full.yml @@ -72,7 +72,7 @@ jobs: sudo make install - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -116,7 +116,7 @@ jobs: } >> "${GITHUB_ENV}" - name: Checkout Slab repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_gpu_integer_multi_bit.yml b/.github/workflows/benchmark_gpu_integer_multi_bit.yml index 4dd212cc35..79656cc0bf 100644 --- a/.github/workflows/benchmark_gpu_integer_multi_bit.yml +++ b/.github/workflows/benchmark_gpu_integer_multi_bit.yml @@ -81,7 +81,7 @@ jobs: sudo make install - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -174,7 +174,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: zama-ai/slab path: slab 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 2dc038f6b1..c896831802 100644 --- a/.github/workflows/benchmark_gpu_integer_multi_bit_multi_gpu.yml +++ b/.github/workflows/benchmark_gpu_integer_multi_bit_multi_gpu.yml @@ -82,7 +82,7 @@ jobs: sudo make install - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -126,7 +126,7 @@ jobs: } >> "${GITHUB_ENV}" - name: Checkout Slab repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_gpu_integer_multi_gpu_full.yml b/.github/workflows/benchmark_gpu_integer_multi_gpu_full.yml index fc0dd1b579..d3e72bbe3d 100644 --- a/.github/workflows/benchmark_gpu_integer_multi_gpu_full.yml +++ b/.github/workflows/benchmark_gpu_integer_multi_gpu_full.yml @@ -72,7 +72,7 @@ jobs: sudo make install - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -116,7 +116,7 @@ jobs: } >> "${GITHUB_ENV}" - name: Checkout Slab repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_gpu_l40.yml b/.github/workflows/benchmark_gpu_l40.yml index 35a23b3b86..4a0cbbd3b5 100644 --- a/.github/workflows/benchmark_gpu_l40.yml +++ b/.github/workflows/benchmark_gpu_l40.yml @@ -72,7 +72,7 @@ jobs: sudo make install - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -116,7 +116,7 @@ jobs: } >> "${GITHUB_ENV}" - name: Checkout Slab repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_integer.yml b/.github/workflows/benchmark_integer.yml index 54faa3e9fc..298450682c 100644 --- a/.github/workflows/benchmark_integer.yml +++ b/.github/workflows/benchmark_integer.yml @@ -87,7 +87,7 @@ jobs: op_flavor: ${{ fromJson(needs.prepare-matrix.outputs.op_flavor) }} steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -111,7 +111,7 @@ jobs: toolchain: nightly - name: Checkout Slab repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_shortint.yml b/.github/workflows/benchmark_shortint.yml index e92ee8e865..e978b70757 100644 --- a/.github/workflows/benchmark_shortint.yml +++ b/.github/workflows/benchmark_shortint.yml @@ -79,7 +79,7 @@ jobs: op_flavor: ${{ fromJson(needs.prepare-matrix.outputs.op_flavor) }} steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -103,7 +103,7 @@ jobs: toolchain: nightly - name: Checkout Slab repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_signed_integer.yml b/.github/workflows/benchmark_signed_integer.yml index c246ca7bee..63aee4aab3 100644 --- a/.github/workflows/benchmark_signed_integer.yml +++ b/.github/workflows/benchmark_signed_integer.yml @@ -87,7 +87,7 @@ jobs: op_flavor: [ default, unchecked ] steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -111,7 +111,7 @@ jobs: toolchain: nightly - name: Checkout Slab repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_wasm_client.yml b/.github/workflows/benchmark_wasm_client.yml index f97f60e9f3..1bd763ee3a 100644 --- a/.github/workflows/benchmark_wasm_client.yml +++ b/.github/workflows/benchmark_wasm_client.yml @@ -33,7 +33,7 @@ jobs: wasm_bench: ${{ steps.changed-files.outputs.wasm_bench_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 @@ -84,7 +84,7 @@ jobs: browser: [ chrome, firefox ] steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -145,7 +145,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_zk_pke.yml b/.github/workflows/benchmark_zk_pke.yml index 05886d18d5..7f84c43b98 100644 --- a/.github/workflows/benchmark_zk_pke.yml +++ b/.github/workflows/benchmark_zk_pke.yml @@ -30,7 +30,7 @@ jobs: zk_pok_changed: ${{ steps.changed-files.outputs.zk_pok_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 @@ -84,7 +84,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -108,7 +108,7 @@ jobs: toolchain: nightly - name: Checkout Slab repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: zama-ai/slab path: slab @@ -145,7 +145,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/cargo_build.yml b/.github/workflows/cargo_build.yml index edc88193bb..8a6d345aad 100644 --- a/.github/workflows/cargo_build.yml +++ b/.github/workflows/cargo_build.yml @@ -25,7 +25,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Install latest stable uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a diff --git a/.github/workflows/ci_lint.yml b/.github/workflows/ci_lint.yml index 6e87ef1590..06dd3a82cf 100644 --- a/.github/workflows/ci_lint.yml +++ b/.github/workflows/ci_lint.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Get actionlint run: | diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 0fdc3c12cf..347c066f7b 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -44,7 +44,7 @@ jobs: timeout-minutes: 5760 # 4 days steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Install latest stable uses: dtolnay/rust-toolchain@7b1c307e0dcbda6122208f10795a713336a9b35a diff --git a/.github/workflows/csprng_randomness_tests.yml b/.github/workflows/csprng_randomness_tests.yml index d13254595c..c64f03a6a0 100644 --- a/.github/workflows/csprng_randomness_tests.yml +++ b/.github/workflows/csprng_randomness_tests.yml @@ -45,7 +45,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: 'false' token: ${{ secrets.FHE_ACTIONS_TOKEN }} diff --git a/.github/workflows/gpu_4090_tests.yml b/.github/workflows/gpu_4090_tests.yml index 2431943448..e5b4b9bf8e 100644 --- a/.github/workflows/gpu_4090_tests.yml +++ b/.github/workflows/gpu_4090_tests.yml @@ -34,7 +34,7 @@ jobs: steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: 'false' token: ${{ secrets.FHE_ACTIONS_TOKEN }} diff --git a/.github/workflows/gpu_fast_h100_tests.yml b/.github/workflows/gpu_fast_h100_tests.yml index d9cee44044..9037269735 100644 --- a/.github/workflows/gpu_fast_h100_tests.yml +++ b/.github/workflows/gpu_fast_h100_tests.yml @@ -28,7 +28,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 @@ -108,7 +108,7 @@ jobs: sudo make install - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: 'false' token: ${{ secrets.FHE_ACTIONS_TOKEN }} diff --git a/.github/workflows/gpu_fast_tests.yml b/.github/workflows/gpu_fast_tests.yml index 2038bb9e6c..1f36f1c9cd 100644 --- a/.github/workflows/gpu_fast_tests.yml +++ b/.github/workflows/gpu_fast_tests.yml @@ -27,7 +27,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 @@ -106,7 +106,7 @@ jobs: sudo make install - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: 'false' token: ${{ secrets.FHE_ACTIONS_TOKEN }} diff --git a/.github/workflows/gpu_full_h100_tests.yml b/.github/workflows/gpu_full_h100_tests.yml index 057a4fe869..e06cf52662 100644 --- a/.github/workflows/gpu_full_h100_tests.yml +++ b/.github/workflows/gpu_full_h100_tests.yml @@ -66,7 +66,7 @@ jobs: sudo make install - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: 'false' token: ${{ secrets.FHE_ACTIONS_TOKEN }} diff --git a/.github/workflows/gpu_full_multi_gpu_tests.yml b/.github/workflows/gpu_full_multi_gpu_tests.yml index 2e3585205f..01c96ac59c 100644 --- a/.github/workflows/gpu_full_multi_gpu_tests.yml +++ b/.github/workflows/gpu_full_multi_gpu_tests.yml @@ -28,7 +28,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 @@ -108,7 +108,7 @@ jobs: sudo make install - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: 'false' token: ${{ secrets.FHE_ACTIONS_TOKEN }} diff --git a/.github/workflows/gpu_pcc.yml b/.github/workflows/gpu_pcc.yml index f07da148bd..bb0beb9070 100644 --- a/.github/workflows/gpu_pcc.yml +++ b/.github/workflows/gpu_pcc.yml @@ -53,7 +53,7 @@ jobs: steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: 'false' token: ${{ secrets.FHE_ACTIONS_TOKEN }} diff --git a/.github/workflows/gpu_signed_integer_h100_tests.yml b/.github/workflows/gpu_signed_integer_h100_tests.yml index e23ccabe1d..4414b4ccd0 100644 --- a/.github/workflows/gpu_signed_integer_h100_tests.yml +++ b/.github/workflows/gpu_signed_integer_h100_tests.yml @@ -28,7 +28,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -110,7 +110,7 @@ jobs: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Set up home run: | diff --git a/.github/workflows/gpu_signed_integer_tests.yml b/.github/workflows/gpu_signed_integer_tests.yml index 7adde994a2..a0cdcf8f5e 100644 --- a/.github/workflows/gpu_signed_integer_tests.yml +++ b/.github/workflows/gpu_signed_integer_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@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 @@ -117,7 +117,7 @@ jobs: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: 'false' token: ${{ secrets.FHE_ACTIONS_TOKEN }} diff --git a/.github/workflows/gpu_unsigned_integer_h100_tests.yml b/.github/workflows/gpu_unsigned_integer_h100_tests.yml index dbd737e487..4c00a896d9 100644 --- a/.github/workflows/gpu_unsigned_integer_h100_tests.yml +++ b/.github/workflows/gpu_unsigned_integer_h100_tests.yml @@ -28,7 +28,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -110,7 +110,7 @@ jobs: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Set up home run: | diff --git a/.github/workflows/gpu_unsigned_integer_tests.yml b/.github/workflows/gpu_unsigned_integer_tests.yml index 5e849d7815..b21530cee0 100644 --- a/.github/workflows/gpu_unsigned_integer_tests.yml +++ b/.github/workflows/gpu_unsigned_integer_tests.yml @@ -35,7 +35,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 token: ${{ secrets.FHE_ACTIONS_TOKEN }} @@ -117,7 +117,7 @@ jobs: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Set up home run: | diff --git a/.github/workflows/m1_tests.yml b/.github/workflows/m1_tests.yml index ec1604dc3d..807faa9b4a 100644 --- a/.github/workflows/m1_tests.yml +++ b/.github/workflows/m1_tests.yml @@ -34,7 +34,7 @@ jobs: timeout-minutes: 720 steps: - - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + - uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: persist-credentials: 'false' diff --git a/.github/workflows/make_release.yml b/.github/workflows/make_release.yml index b859b0c7ee..92d94e7a03 100644 --- a/.github/workflows/make_release.yml +++ b/.github/workflows/make_release.yml @@ -36,7 +36,7 @@ jobs: hash: ${{ steps.hash.outputs.hash }} steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 - name: Prepare package @@ -74,7 +74,7 @@ jobs: id-token: write steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 - name: Create NPM version tag diff --git a/.github/workflows/make_release_concrete_csprng.yml b/.github/workflows/make_release_concrete_csprng.yml index cd494eadcf..e65487bf3a 100644 --- a/.github/workflows/make_release_concrete_csprng.yml +++ b/.github/workflows/make_release_concrete_csprng.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 diff --git a/.github/workflows/make_release_cuda.yml b/.github/workflows/make_release_cuda.yml index a5727f4a8e..ba07aa519a 100644 --- a/.github/workflows/make_release_cuda.yml +++ b/.github/workflows/make_release_cuda.yml @@ -54,7 +54,7 @@ jobs: CUDA_PATH: /usr/local/cuda-${{ matrix.cuda }} steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 diff --git a/.github/workflows/make_release_tfhe_versionable.yml b/.github/workflows/make_release_tfhe_versionable.yml index e9f22dbb39..ad3cc84b10 100644 --- a/.github/workflows/make_release_tfhe_versionable.yml +++ b/.github/workflows/make_release_tfhe_versionable.yml @@ -17,7 +17,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 diff --git a/.github/workflows/make_release_zk_pok.yml b/.github/workflows/make_release_zk_pok.yml index 99bd11ea3e..5340f21a45 100644 --- a/.github/workflows/make_release_zk_pok.yml +++ b/.github/workflows/make_release_zk_pok.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 diff --git a/.github/workflows/parameters_check.yml b/.github/workflows/parameters_check.yml index f1e1919e66..ba368fe6bf 100644 --- a/.github/workflows/parameters_check.yml +++ b/.github/workflows/parameters_check.yml @@ -17,10 +17,10 @@ jobs: runs-on: large_ubuntu_16 steps: - name: Checkout tfhe-rs - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 - name: Checkout lattice-estimator - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 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 2414d71ebf..1466a8723b 100644 --- a/.github/workflows/sync_on_push.yml +++ b/.github/workflows/sync_on_push.yml @@ -13,7 +13,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout repo - uses: actions/checkout@eef61447b9ff4aafe5dcd4e0bbf5d482be7e7871 + uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 with: fetch-depth: 0 - name: git-sync