From 031c3fe34faeba94f0920e775944eeef56b9a33a Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Thu, 18 Dec 2025 09:09:49 +0000 Subject: [PATCH] chore(deps): bump actions/checkout from 6.0.0 to 6.0.1 Bumps [actions/checkout](https://github.com/actions/checkout) from 6.0.0 to 6.0.1. - [Release notes](https://github.com/actions/checkout/releases) - [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md) - [Commits](https://github.com/actions/checkout/compare/1af3b93b6815bc44a9784bd300feb67ff0d1eeb3...8e8c483db84b4bee98b60c0593521ed34d9990e8) --- updated-dependencies: - dependency-name: actions/checkout dependency-version: 6.0.1 dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/aws_tfhe_backward_compat_tests.yml | 2 +- .github/workflows/aws_tfhe_fast_tests.yml | 4 ++-- .github/workflows/aws_tfhe_integer_tests.yml | 4 ++-- .github/workflows/aws_tfhe_noise_checks.yml | 2 +- .github/workflows/aws_tfhe_signed_integer_tests.yml | 4 ++-- .github/workflows/aws_tfhe_tests.yml | 4 ++-- .github/workflows/aws_tfhe_wasm_tests.yml | 2 +- .github/workflows/benchmark_cpu_common.yml | 4 ++-- .github/workflows/benchmark_ct_key_sizes.yml | 4 ++-- .github/workflows/benchmark_documentation.yml | 2 +- .github/workflows/benchmark_gpu_4090.yml | 8 ++++---- .github/workflows/benchmark_gpu_common.yml | 6 +++--- .github/workflows/benchmark_gpu_coprocessor.yml | 6 +++--- .github/workflows/benchmark_hpu_common.yml | 4 ++-- .github/workflows/benchmark_perf_regression.yml | 10 +++++----- .github/workflows/benchmark_tfhe_fft.yml | 4 ++-- .github/workflows/benchmark_tfhe_ntt.yml | 4 ++-- .github/workflows/benchmark_wasm_client.yml | 6 +++--- .github/workflows/cargo_audit.yml | 2 +- .github/workflows/cargo_build.yml | 2 +- .github/workflows/cargo_build_common.yml | 2 +- .github/workflows/cargo_build_tfhe_fft.yml | 2 +- .github/workflows/cargo_build_tfhe_ntt.yml | 2 +- .github/workflows/cargo_test_fft.yml | 6 +++--- .github/workflows/cargo_test_ntt.yml | 4 ++-- .github/workflows/ci_lint.yml | 2 +- .github/workflows/code_coverage.yml | 2 +- .github/workflows/csprng_randomness_tests.yml | 2 +- .github/workflows/generate_svg_common.yml | 2 +- .github/workflows/gpu_4090_tests.yml | 2 +- .github/workflows/gpu_code_validation_tests.yml | 2 +- .github/workflows/gpu_fast_h100_tests.yml | 4 ++-- .github/workflows/gpu_fast_tests.yml | 4 ++-- .github/workflows/gpu_full_h100_tests.yml | 2 +- .github/workflows/gpu_full_multi_gpu_tests.yml | 4 ++-- .github/workflows/gpu_integer_long_run_tests.yml | 2 +- .github/workflows/gpu_memory_sanitizer.yml | 2 +- .github/workflows/gpu_memory_sanitizer_h100.yml | 2 +- .github/workflows/gpu_pcc.yml | 2 +- .github/workflows/gpu_signed_integer_classic_tests.yml | 4 ++-- .github/workflows/gpu_signed_integer_h100_tests.yml | 4 ++-- .github/workflows/gpu_signed_integer_tests.yml | 4 ++-- .../workflows/gpu_unsigned_integer_classic_tests.yml | 4 ++-- .github/workflows/gpu_unsigned_integer_h100_tests.yml | 4 ++-- .github/workflows/gpu_unsigned_integer_tests.yml | 4 ++-- .github/workflows/hpu_hlapi_tests.yml | 4 ++-- .github/workflows/integer_long_run_tests.yml | 2 +- .github/workflows/m1_tests.yml | 2 +- .github/workflows/make_release_common.yml | 4 ++-- .github/workflows/make_release_cuda.yml | 2 +- .github/workflows/make_release_tfhe.yml | 2 +- .github/workflows/parameters_check.yml | 4 ++-- 52 files changed, 89 insertions(+), 89 deletions(-) diff --git a/.github/workflows/aws_tfhe_backward_compat_tests.yml b/.github/workflows/aws_tfhe_backward_compat_tests.yml index 09456a70e..d996539e3 100644 --- a/.github/workflows/aws_tfhe_backward_compat_tests.yml +++ b/.github/workflows/aws_tfhe_backward_compat_tests.yml @@ -66,7 +66,7 @@ jobs: cancel-in-progress: ${{ github.ref != 'refs/heads/main' }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: persist-credentials: 'true' # Needed to pull lfs data token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/aws_tfhe_fast_tests.yml b/.github/workflows/aws_tfhe_fast_tests.yml index a12ede289..de4e957f2 100644 --- a/.github/workflows/aws_tfhe_fast_tests.yml +++ b/.github/workflows/aws_tfhe_fast_tests.yml @@ -63,7 +63,7 @@ jobs: any_file_changed: ${{ env.IS_PULL_REQUEST == 'false' || steps.aggregated-changes.outputs.any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -171,7 +171,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 5496ca978..e1242d691 100644 --- a/.github/workflows/aws_tfhe_integer_tests.yml +++ b/.github/workflows/aws_tfhe_integer_tests.yml @@ -50,7 +50,7 @@ jobs: steps.changed-files.outputs.integer_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -112,7 +112,7 @@ jobs: timeout-minutes: 480 # 8 hours steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 a96a03808..a9bb80da2 100644 --- a/.github/workflows/aws_tfhe_noise_checks.yml +++ b/.github/workflows/aws_tfhe_noise_checks.yml @@ -60,7 +60,7 @@ jobs: timeout-minutes: 1440 steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 1d22a73e8..c97df9a1e 100644 --- a/.github/workflows/aws_tfhe_signed_integer_tests.yml +++ b/.github/workflows/aws_tfhe_signed_integer_tests.yml @@ -51,7 +51,7 @@ jobs: steps.changed-files.outputs.integer_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -112,7 +112,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 e5414818f..3968ff280 100644 --- a/.github/workflows/aws_tfhe_tests.yml +++ b/.github/workflows/aws_tfhe_tests.yml @@ -72,7 +72,7 @@ jobs: any_file_changed: ${{ env.IS_PULL_REQUEST == 'false' || steps.aggregated-changes.outputs.any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -182,7 +182,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 c47c956e5..8d339c619 100644 --- a/.github/workflows/aws_tfhe_wasm_tests.yml +++ b/.github/workflows/aws_tfhe_wasm_tests.yml @@ -64,7 +64,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/benchmark_cpu_common.yml b/.github/workflows/benchmark_cpu_common.yml index 9e42ba6d5..69b91dffa 100644 --- a/.github/workflows/benchmark_cpu_common.yml +++ b/.github/workflows/benchmark_cpu_common.yml @@ -149,7 +149,7 @@ jobs: params_type: ${{ fromJSON(needs.prepare-matrix.outputs.params_type) }} steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -229,7 +229,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_ct_key_sizes.yml b/.github/workflows/benchmark_ct_key_sizes.yml index 713e3d28d..1bcac227b 100644 --- a/.github/workflows/benchmark_ct_key_sizes.yml +++ b/.github/workflows/benchmark_ct_key_sizes.yml @@ -49,7 +49,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -105,7 +105,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_documentation.yml b/.github/workflows/benchmark_documentation.yml index 961f67557..b19cb9cc2 100644 --- a/.github/workflows/benchmark_documentation.yml +++ b/.github/workflows/benchmark_documentation.yml @@ -175,7 +175,7 @@ jobs: PATH_TO_DOC_ASSETS: tfhe/docs/.gitbook/assets steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: persist-credentials: 'false' diff --git a/.github/workflows/benchmark_gpu_4090.yml b/.github/workflows/benchmark_gpu_4090.yml index 2058caf2b..f21fc5f97 100644 --- a/.github/workflows/benchmark_gpu_4090.yml +++ b/.github/workflows/benchmark_gpu_4090.yml @@ -40,7 +40,7 @@ jobs: timeout-minutes: 1440 # 24 hours steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -63,7 +63,7 @@ jobs: toolchain: nightly - name: Checkout Slab repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: repository: zama-ai/slab path: slab @@ -123,7 +123,7 @@ jobs: steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -146,7 +146,7 @@ jobs: toolchain: nightly - name: Checkout Slab repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_gpu_common.yml b/.github/workflows/benchmark_gpu_common.yml index f8ebf2c50..f792ec5e4 100644 --- a/.github/workflows/benchmark_gpu_common.yml +++ b/.github/workflows/benchmark_gpu_common.yml @@ -175,7 +175,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -209,7 +209,7 @@ jobs: CUDA_PATH: /usr/local/cuda-${{ matrix.cuda }} steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -287,7 +287,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_gpu_coprocessor.yml b/.github/workflows/benchmark_gpu_coprocessor.yml index 8bcc5f2d9..8b700c718 100644 --- a/.github/workflows/benchmark_gpu_coprocessor.yml +++ b/.github/workflows/benchmark_gpu_coprocessor.yml @@ -130,7 +130,7 @@ jobs: git lfs install - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: path: tfhe-rs persist-credentials: false @@ -141,7 +141,7 @@ jobs: ls - name: Checkout fhevm - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: repository: zama-ai/fhevm persist-credentials: 'false' @@ -299,7 +299,7 @@ jobs: path: fhevm/$${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_hpu_common.yml b/.github/workflows/benchmark_hpu_common.yml index 0d45d1c62..4775f2878 100644 --- a/.github/workflows/benchmark_hpu_common.yml +++ b/.github/workflows/benchmark_hpu_common.yml @@ -126,7 +126,7 @@ jobs: ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }} - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -191,7 +191,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_perf_regression.yml b/.github/workflows/benchmark_perf_regression.yml index 41012c383..74e01fbc4 100644 --- a/.github/workflows/benchmark_perf_regression.yml +++ b/.github/workflows/benchmark_perf_regression.yml @@ -50,7 +50,7 @@ jobs: pull-requests: write # Needed to write a comment in a pull-request steps: - name: Checkout tfhe-rs repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: persist-credentials: 'false' token: ${{ secrets.REPO_CHECKOUT_TOKEN }} @@ -164,7 +164,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: persist-credentials: 'false' token: ${{ secrets.REPO_CHECKOUT_TOKEN }} @@ -191,7 +191,7 @@ jobs: command: ${{ fromJson(needs.prepare-benchmarks.outputs.commands) }} steps: - name: Checkout tfhe-rs repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 # Needed to get commit hash persist-credentials: 'false' @@ -245,7 +245,7 @@ jobs: toolchain: nightly - name: Checkout Slab repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: repository: zama-ai/slab path: slab @@ -305,7 +305,7 @@ jobs: REF_NAME: ${{ github.head_ref || github.ref_name }} steps: - name: Checkout tfhe-rs repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: persist-credentials: 'false' token: ${{ secrets.REPO_CHECKOUT_TOKEN }} diff --git a/.github/workflows/benchmark_tfhe_fft.yml b/.github/workflows/benchmark_tfhe_fft.yml index 9bcd55c32..9257d7612 100644 --- a/.github/workflows/benchmark_tfhe_fft.yml +++ b/.github/workflows/benchmark_tfhe_fft.yml @@ -55,7 +55,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -102,7 +102,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_tfhe_ntt.yml b/.github/workflows/benchmark_tfhe_ntt.yml index 80df5fbf3..6582799ba 100644 --- a/.github/workflows/benchmark_tfhe_ntt.yml +++ b/.github/workflows/benchmark_tfhe_ntt.yml @@ -55,7 +55,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -102,7 +102,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/benchmark_wasm_client.yml b/.github/workflows/benchmark_wasm_client.yml index 688bf5530..d134642c7 100644 --- a/.github/workflows/benchmark_wasm_client.yml +++ b/.github/workflows/benchmark_wasm_client.yml @@ -39,7 +39,7 @@ jobs: wasm_bench: ${{ steps.changed-files.outputs.wasm_bench_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -91,7 +91,7 @@ jobs: browser: [ chrome, firefox ] steps: - name: Checkout tfhe-rs repo with tags - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -175,7 +175,7 @@ jobs: path: ${{ env.RESULTS_FILENAME }} - name: Checkout Slab repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/cargo_audit.yml b/.github/workflows/cargo_audit.yml index bfdece0df..8e7abdc7f 100644 --- a/.github/workflows/cargo_audit.yml +++ b/.github/workflows/cargo_audit.yml @@ -26,7 +26,7 @@ jobs: name: cargo_audit/audit runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/cargo_build.yml b/.github/workflows/cargo_build.yml index 79b0df829..e13addd33 100644 --- a/.github/workflows/cargo_build.yml +++ b/.github/workflows/cargo_build.yml @@ -24,7 +24,7 @@ jobs: outputs: matrix_command: ${{ steps.set-pcc-commands-matrix.outputs.commands }} steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: persist-credentials: "false" token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/cargo_build_common.yml b/.github/workflows/cargo_build_common.yml index 797198ea2..1dcf3fa72 100644 --- a/.github/workflows/cargo_build_common.yml +++ b/.github/workflows/cargo_build_common.yml @@ -140,7 +140,7 @@ jobs: result: ${{ steps.set_builds_result.outputs.result }} steps: - name: Checkout tfhe-rs repo - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 97c2e1b56..150e892eb 100644 --- a/.github/workflows/cargo_build_tfhe_fft.yml +++ b/.github/workflows/cargo_build_tfhe_fft.yml @@ -26,7 +26,7 @@ jobs: fail-fast: false steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 927b74d4d..1d70ce04e 100644 --- a/.github/workflows/cargo_build_tfhe_ntt.yml +++ b/.github/workflows/cargo_build_tfhe_ntt.yml @@ -24,7 +24,7 @@ jobs: os: [ubuntu-latest, macos-latest, windows-latest] fail-fast: false steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 6e35f331a..67e74ba3d 100644 --- a/.github/workflows/cargo_test_fft.yml +++ b/.github/workflows/cargo_test_fft.yml @@ -29,7 +29,7 @@ jobs: fft_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.fft_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -56,7 +56,7 @@ jobs: runner_type: [ ubuntu-latest, macos-latest, windows-latest ] fail-fast: false steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} @@ -92,7 +92,7 @@ jobs: if: needs.should-run.outputs.fft_test == 'true' runs-on: ubuntu-latest steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 51b4f6ae7..daef38825 100644 --- a/.github/workflows/cargo_test_ntt.yml +++ b/.github/workflows/cargo_test_ntt.yml @@ -31,7 +31,7 @@ jobs: ntt_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.ntt_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: "false" @@ -87,7 +87,7 @@ jobs: os: ${{fromJson(needs.setup-instance.outputs.matrix_os)}} fail-fast: false steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: persist-credentials: "false" token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/ci_lint.yml b/.github/workflows/ci_lint.yml index 2d67dc741..75c656685 100644 --- a/.github/workflows/ci_lint.yml +++ b/.github/workflows/ci_lint.yml @@ -20,7 +20,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/code_coverage.yml b/.github/workflows/code_coverage.yml index 5938ee139..49d1dde2b 100644 --- a/.github/workflows/code_coverage.yml +++ b/.github/workflows/code_coverage.yml @@ -50,7 +50,7 @@ jobs: timeout-minutes: 5760 # 4 days steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 53619aabf..59db213ab 100644 --- a/.github/workflows/csprng_randomness_tests.yml +++ b/.github/workflows/csprng_randomness_tests.yml @@ -62,7 +62,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/generate_svg_common.yml b/.github/workflows/generate_svg_common.yml index f3965ec8d..fbb1f55e5 100644 --- a/.github/workflows/generate_svg_common.yml +++ b/.github/workflows/generate_svg_common.yml @@ -43,7 +43,7 @@ jobs: runs-on: ubuntu-latest steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: persist-credentials: 'false' diff --git a/.github/workflows/gpu_4090_tests.yml b/.github/workflows/gpu_4090_tests.yml index d14766c2b..aff298f06 100644 --- a/.github/workflows/gpu_4090_tests.yml +++ b/.github/workflows/gpu_4090_tests.yml @@ -41,7 +41,7 @@ jobs: steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 98138a056..2cd506ab6 100644 --- a/.github/workflows/gpu_code_validation_tests.yml +++ b/.github/workflows/gpu_code_validation_tests.yml @@ -79,7 +79,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 827b8a1c3..3b15ee8d1 100644 --- a/.github/workflows/gpu_fast_h100_tests.yml +++ b/.github/workflows/gpu_fast_h100_tests.yml @@ -40,7 +40,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -129,7 +129,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 c581b7f65..318cafa8c 100644 --- a/.github/workflows/gpu_fast_tests.yml +++ b/.github/workflows/gpu_fast_tests.yml @@ -39,7 +39,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -114,7 +114,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 e90f66156..d90c55fad 100644 --- a/.github/workflows/gpu_full_h100_tests.yml +++ b/.github/workflows/gpu_full_h100_tests.yml @@ -68,7 +68,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 097c5cd65..0767416f9 100644 --- a/.github/workflows/gpu_full_multi_gpu_tests.yml +++ b/.github/workflows/gpu_full_multi_gpu_tests.yml @@ -40,7 +40,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -116,7 +116,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 a56aadef3..19ba102da 100644 --- a/.github/workflows/gpu_integer_long_run_tests.yml +++ b/.github/workflows/gpu_integer_long_run_tests.yml @@ -65,7 +65,7 @@ jobs: timeout-minutes: 4320 # 72 hours steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/gpu_memory_sanitizer.yml b/.github/workflows/gpu_memory_sanitizer.yml index 243d4c2b8..cfcfd6686 100644 --- a/.github/workflows/gpu_memory_sanitizer.yml +++ b/.github/workflows/gpu_memory_sanitizer.yml @@ -78,7 +78,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/gpu_memory_sanitizer_h100.yml b/.github/workflows/gpu_memory_sanitizer_h100.yml index 459dc48a0..77e84d276 100644 --- a/.github/workflows/gpu_memory_sanitizer_h100.yml +++ b/.github/workflows/gpu_memory_sanitizer_h100.yml @@ -78,7 +78,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: persist-credentials: 'false' token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/gpu_pcc.yml b/.github/workflows/gpu_pcc.yml index f98cdbc2f..ff5910eb7 100644 --- a/.github/workflows/gpu_pcc.yml +++ b/.github/workflows/gpu_pcc.yml @@ -74,7 +74,7 @@ jobs: steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 6784b52da..1d9f49d7d 100644 --- a/.github/workflows/gpu_signed_integer_classic_tests.yml +++ b/.github/workflows/gpu_signed_integer_classic_tests.yml @@ -40,7 +40,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -116,7 +116,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 d2f42b864..ac812aa2e 100644 --- a/.github/workflows/gpu_signed_integer_h100_tests.yml +++ b/.github/workflows/gpu_signed_integer_h100_tests.yml @@ -40,7 +40,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -129,7 +129,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 a56f09010..3efad21f4 100644 --- a/.github/workflows/gpu_signed_integer_tests.yml +++ b/.github/workflows/gpu_signed_integer_tests.yml @@ -41,7 +41,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -117,7 +117,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 36dadeee9..010cb6be3 100644 --- a/.github/workflows/gpu_unsigned_integer_classic_tests.yml +++ b/.github/workflows/gpu_unsigned_integer_classic_tests.yml @@ -40,7 +40,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -116,7 +116,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 59e21f594..398a0ca9c 100644 --- a/.github/workflows/gpu_unsigned_integer_h100_tests.yml +++ b/.github/workflows/gpu_unsigned_integer_h100_tests.yml @@ -40,7 +40,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -129,7 +129,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 c0bd99343..0690493ac 100644 --- a/.github/workflows/gpu_unsigned_integer_tests.yml +++ b/.github/workflows/gpu_unsigned_integer_tests.yml @@ -41,7 +41,7 @@ jobs: gpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.gpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -117,7 +117,7 @@ jobs: gcc: 11 steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 299d9295e..2f76b4328 100644 --- a/.github/workflows/hpu_hlapi_tests.yml +++ b/.github/workflows/hpu_hlapi_tests.yml @@ -32,7 +32,7 @@ jobs: hpu_test: ${{ env.IS_PULL_REQUEST == 'false' || steps.changed-files.outputs.hpu_any_changed }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: fetch-depth: 0 persist-credentials: 'false' @@ -83,7 +83,7 @@ jobs: needs: setup-instance runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 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 a3080b8be..4d7fed665 100644 --- a/.github/workflows/integer_long_run_tests.yml +++ b/.github/workflows/integer_long_run_tests.yml @@ -53,7 +53,7 @@ jobs: timeout-minutes: 4320 # 72 hours steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: persist-credentials: 'false' token: ${{ secrets.REPO_CHECKOUT_TOKEN }} diff --git a/.github/workflows/m1_tests.yml b/.github/workflows/m1_tests.yml index bfdf68cf7..ce79edf21 100644 --- a/.github/workflows/m1_tests.yml +++ b/.github/workflows/m1_tests.yml @@ -41,7 +41,7 @@ jobs: timeout-minutes: 720 steps: - - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + - uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: persist-credentials: "false" token: ${{ env.CHECKOUT_TOKEN }} diff --git a/.github/workflows/make_release_common.yml b/.github/workflows/make_release_common.yml index 4025eb9a0..bb41d95bb 100644 --- a/.github/workflows/make_release_common.yml +++ b/.github/workflows/make_release_common.yml @@ -52,7 +52,7 @@ jobs: hash: ${{ steps.hash.outputs.hash }} steps: - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 persist-credentials: 'false' @@ -93,7 +93,7 @@ jobs: id-token: write # Needed for OIDC token exchange on crates.io steps: - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 persist-credentials: 'false' diff --git a/.github/workflows/make_release_cuda.yml b/.github/workflows/make_release_cuda.yml index fd9f1259a..cea2a5f13 100644 --- a/.github/workflows/make_release_cuda.yml +++ b/.github/workflows/make_release_cuda.yml @@ -64,7 +64,7 @@ jobs: CUDA_PATH: /usr/local/cuda-${{ matrix.cuda }} steps: - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 persist-credentials: "false" diff --git a/.github/workflows/make_release_tfhe.yml b/.github/workflows/make_release_tfhe.yml index d65ff891b..1f10a8eb9 100644 --- a/.github/workflows/make_release_tfhe.yml +++ b/.github/workflows/make_release_tfhe.yml @@ -68,7 +68,7 @@ jobs: id-token: write # also needed for OIDC token exchange on crates.io and npmjs.com steps: - name: Checkout - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 # v6.0.0 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 # v6.0.1 with: fetch-depth: 0 persist-credentials: 'false' diff --git a/.github/workflows/parameters_check.yml b/.github/workflows/parameters_check.yml index d226c3074..57a4fa13c 100644 --- a/.github/workflows/parameters_check.yml +++ b/.github/workflows/parameters_check.yml @@ -60,7 +60,7 @@ jobs: runs-on: ${{ needs.setup-instance.outputs.runner-name }} steps: - name: Checkout tfhe-rs - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: persist-credentials: 'false' token: ${{ secrets.REPO_CHECKOUT_TOKEN }} @@ -71,7 +71,7 @@ jobs: toolchain: stable - name: Checkout lattice-estimator - uses: actions/checkout@1af3b93b6815bc44a9784bd300feb67ff0d1eeb3 + uses: actions/checkout@8e8c483db84b4bee98b60c0593521ed34d9990e8 with: repository: malb/lattice-estimator path: lattice_estimator