diff --git a/.github/workflows/aws_tfhe_backward_compat_tests.yml b/.github/workflows/aws_tfhe_backward_compat_tests.yml index fffab9f47..60a902bff 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 82148d7ab..8fc00705a 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 b87a6954f..bb2f5bc5d 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 501926a39..c555a2dc6 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 b11ccb629..5fbc1b99a 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 256f2d9ea..a146e1cab 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 1f02bba7b..3305b802a 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 2760c195f..6bb615ae1 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 8bd1afe2d..97491e82f 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 66bbc3423..26adc7328 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 967818434..80d413c80 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 c8a8686f6..89e0c0f00 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 5fa290c0c..b2b55a5ce 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 9dc81347e..185db8fc0 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 adf2ca028..86a3cbe6b 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 4dd212cc3..79656cc0b 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 2dc038f6b..c89683180 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 fc0dd1b57..d3e72bbe3 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 35a23b3b8..4a0cbbd3b 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 54faa3e9f..298450682 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 e92ee8e86..e978b7075 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 c246ca7be..63aee4aab 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 f97f60e9f..1bd763ee3 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 05886d18d..7f84c43b9 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 edc88193b..8a6d345aa 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 6e87ef159..06dd3a82c 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 0fdc3c12c..347c066f7 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 d13254595..c64f03a6a 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 243194344..e5b4b9bf8 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 d9cee4404..903726973 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 2038bb9e6..1f36f1c9c 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 057a4fe86..e06cf5266 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 2e3585205..01c96ac59 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 f07da148b..bb0beb907 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 e23ccabe1..4414b4ccd 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 7adde994a..a0cdcf8f5 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 dbd737e48..4c00a896d 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 5e849d781..b21530cee 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 ec1604dc3..807faa9b4 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 b859b0c7e..92d94e7a0 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 cd494eadc..e65487bf3 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 a5727f4a8..ba07aa519 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 e9f22dbb3..ad3cc84b1 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 99bd11ea3..5340f21a4 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 f1e1919e6..ba368fe6b 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 2414d71eb..1466a8723 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