From 9fb6c3c6e97d751fafd4e3ec1aa5d8f68abff759 Mon Sep 17 00:00:00 2001 From: "dependabot[bot]" <49699333+dependabot[bot]@users.noreply.github.com> Date: Sun, 23 Jun 2024 18:21:18 +0000 Subject: [PATCH] chore: bump actions/checkout from 4.1.0 to 4.1.7 Bumps [actions/checkout](https://github.com/actions/checkout) from 4.1.0 to 4.1.7. - [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/v4.1.0...692973e3d937129bcbf40652eb9f2f61becf3332) --- updated-dependencies: - dependency-name: actions/checkout dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] --- .github/workflows/benchmarks.yaml | 4 ++-- .github/workflows/check_github_actions.yaml | 2 +- .github/workflows/check_github_issues.yaml | 2 +- .github/workflows/ci_timing.yaml | 2 +- .github/workflows/cifar_benchmark.yaml | 4 ++-- .github/workflows/continuous-integration.yaml | 10 +++++----- .github/workflows/prepare_release.yaml | 2 +- .github/workflows/publish_aws_ami.yaml | 6 +++--- .github/workflows/refresh-notebooks.yaml | 6 +++--- .github/workflows/refresh-one-notebook.yaml | 6 +++--- .github/workflows/release.yaml | 8 ++++---- .github/workflows/run_one_use_cases_example.yaml | 6 +++--- .github/workflows/run_use_cases_examples.yaml | 6 +++--- .github/workflows/single_benchmark.yaml | 4 ++-- .github/workflows/update_licenses.yaml | 4 ++-- .github/workflows/weekly-pip-audit.yaml | 2 +- 16 files changed, 37 insertions(+), 37 deletions(-) diff --git a/.github/workflows/benchmarks.yaml b/.github/workflows/benchmarks.yaml index 668c215c8..3d49c7293 100644 --- a/.github/workflows/benchmarks.yaml +++ b/.github/workflows/benchmarks.yaml @@ -86,7 +86,7 @@ jobs: # We don't need to specify the git-ref here since he are just generating the cli arguments - name: Checkout code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Set up Python uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d @@ -130,7 +130,7 @@ jobs: max-parallel: ${{ fromJson(needs.prepare-scripts.outputs.length) }} steps: - name: Checkout Slab repo - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: repository: zama-ai/slab path: slab diff --git a/.github/workflows/check_github_actions.yaml b/.github/workflows/check_github_actions.yaml index d2f0d0501..f1209a4e9 100644 --- a/.github/workflows/check_github_actions.yaml +++ b/.github/workflows/check_github_actions.yaml @@ -22,7 +22,7 @@ jobs: shell: bash steps: - name: Checkout Code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Install dependencies id: install-deps diff --git a/.github/workflows/check_github_issues.yaml b/.github/workflows/check_github_issues.yaml index d11397816..151ef9e42 100644 --- a/.github/workflows/check_github_issues.yaml +++ b/.github/workflows/check_github_issues.yaml @@ -32,7 +32,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Install dependencies id: install-deps diff --git a/.github/workflows/ci_timing.yaml b/.github/workflows/ci_timing.yaml index 003b8d63e..fff8cfdd9 100644 --- a/.github/workflows/ci_timing.yaml +++ b/.github/workflows/ci_timing.yaml @@ -28,7 +28,7 @@ jobs: echo "::add-mask::${{ secrets.INTERNAL_REPO_URL_FOR_MASK }}" - name: Checkout code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 diff --git a/.github/workflows/cifar_benchmark.yaml b/.github/workflows/cifar_benchmark.yaml index fcd8ff5bf..6c7528159 100644 --- a/.github/workflows/cifar_benchmark.yaml +++ b/.github/workflows/cifar_benchmark.yaml @@ -82,7 +82,7 @@ jobs: echo "::add-mask::${{ secrets.INTERNAL_REPO_URL }}" - name: Checkout code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: lfs: true ref: ${{ github.event.inputs.git-ref }} @@ -121,7 +121,7 @@ jobs: - name: Alternative Concrete Python Branch Checkout if: github.event.inputs.alternative-cp-branch != 'none' - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: path: concrete repository: zama-ai/concrete diff --git a/.github/workflows/continuous-integration.yaml b/.github/workflows/continuous-integration.yaml index d4ef6fcc7..25fc28290 100644 --- a/.github/workflows/continuous-integration.yaml +++ b/.github/workflows/continuous-integration.yaml @@ -114,7 +114,7 @@ jobs: macos-python-versions: ${{ steps.set-matrix.outputs.macos-python-versions }} steps: - name: Checkout code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Set matrix id: set-matrix @@ -238,7 +238,7 @@ jobs: matrix: ${{ steps.update-linux-matrix.outputs.linux-matrix }} steps: - name: Checkout Code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 @@ -385,7 +385,7 @@ jobs: # Checkout the code # 'fetch-depth' is set to 0 in order to fetch all tags (used for generating the changelog) - name: Checkout Code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 0 @@ -1034,7 +1034,7 @@ jobs: # Checkout the code - name: Checkout Code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # Pull necessary LFS files (and thus avoid downloading files stored for benchmarks, use cases, ...) - name: Pull LFS files @@ -1131,7 +1131,7 @@ jobs: ] steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Prepare whole job status env: diff --git a/.github/workflows/prepare_release.yaml b/.github/workflows/prepare_release.yaml index 26568f168..7f00208e7 100644 --- a/.github/workflows/prepare_release.yaml +++ b/.github/workflows/prepare_release.yaml @@ -47,7 +47,7 @@ jobs: # We need to include LFS files as some are needed for building the documentation - name: Checkout Code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: ref: ${{ github.ref }} token: ${{ secrets.BOT_TOKEN }} diff --git a/.github/workflows/publish_aws_ami.yaml b/.github/workflows/publish_aws_ami.yaml index 1f8c99440..5c37d094f 100644 --- a/.github/workflows/publish_aws_ami.yaml +++ b/.github/workflows/publish_aws_ami.yaml @@ -23,7 +23,7 @@ jobs: # FIXME: We still need to check that it matches a version tag # This won't work on automatically triggered based on release - name: Checkout Concrete ML Repository - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: ref: ${{ inputs.version || github.ref_name}} fetch-depth: 1 @@ -32,14 +32,14 @@ jobs: # To use the files and all - name: Checkout Concrete ML Repository - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 1 lfs: false path: "concrete-ml-latest" - name: Checkout Slab Repository - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: repository: "zama-ai/slab" path: "slab" diff --git a/.github/workflows/refresh-notebooks.yaml b/.github/workflows/refresh-notebooks.yaml index 4cdfd9b75..bc043c9c8 100644 --- a/.github/workflows/refresh-notebooks.yaml +++ b/.github/workflows/refresh-notebooks.yaml @@ -18,7 +18,7 @@ jobs: ec2-instance-id-38: ${{ steps.start-ec2-runner-38.outputs.ec2-instance-id || '' }} steps: - name: Checkout Code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 @@ -71,7 +71,7 @@ jobs: apt update && apt install git git-lfs -y - name: Checkout Code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: lfs: true @@ -144,7 +144,7 @@ jobs: name: Send Slack notification runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Prepare whole job status if: ${{ always() }} diff --git a/.github/workflows/refresh-one-notebook.yaml b/.github/workflows/refresh-one-notebook.yaml index 7b2bbc115..e41ac69d8 100644 --- a/.github/workflows/refresh-one-notebook.yaml +++ b/.github/workflows/refresh-one-notebook.yaml @@ -97,7 +97,7 @@ jobs: ec2-instance-id-38: ${{ steps.start-ec2-runner-38.outputs.ec2-instance-id || '' }} steps: - name: Checkout Code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 @@ -151,7 +151,7 @@ jobs: apt update && apt install git git-lfs -y - name: Checkout Code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: token: ${{ secrets.BOT_TOKEN }} lfs: true @@ -248,7 +248,7 @@ jobs: name: Send Slack notification runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Prepare whole job status if: ${{ always() }} diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 5e314924a..7a69cdc45 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -59,7 +59,7 @@ jobs: steps: - name: Checkout Code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: ref: ${{ github.ref }} token: ${{ secrets.BOT_TOKEN }} @@ -135,7 +135,7 @@ jobs: # We need to include LFS files as some are needed for checking the documentation - name: Checkout Code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: ref: ${{ github.ref }} token: ${{ secrets.BOT_TOKEN }} @@ -333,7 +333,7 @@ jobs: apt -y install sudo - name: Checkout Code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: ref: ${{ github.ref }} token: ${{ secrets.BOT_TOKEN }} @@ -617,7 +617,7 @@ jobs: GIT_TAG: ${{ needs.release-checks.outputs.git_tag }} steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Prepare whole job status if: ${{ always() }} diff --git a/.github/workflows/run_one_use_cases_example.yaml b/.github/workflows/run_one_use_cases_example.yaml index efe50f943..d2ddc8249 100644 --- a/.github/workflows/run_one_use_cases_example.yaml +++ b/.github/workflows/run_one_use_cases_example.yaml @@ -39,7 +39,7 @@ jobs: ec2-instance-id-38: ${{ steps.start-ec2-runner-38.outputs.ec2-instance-id || '' }} steps: - name: Checkout Code - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 @@ -92,7 +92,7 @@ jobs: apt-get install -y python3-venv make git git-lfs binutils - name: Checkout Code - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 with: lfs: true @@ -134,7 +134,7 @@ jobs: name: Send Slack notification runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7 - name: Prepare whole job status if: ${{ always() }} diff --git a/.github/workflows/run_use_cases_examples.yaml b/.github/workflows/run_use_cases_examples.yaml index fee0025ef..37395d84d 100644 --- a/.github/workflows/run_use_cases_examples.yaml +++ b/.github/workflows/run_use_cases_examples.yaml @@ -18,7 +18,7 @@ jobs: ec2-instance-id-38: ${{ steps.start-ec2-runner-38.outputs.ec2-instance-id || '' }} steps: - name: Checkout Code - uses: actions/checkout@8ade135a41bc03ea155e62e844d188df1ea18608 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Configure AWS credentials uses: aws-actions/configure-aws-credentials@e3dd6a429d7300a6a4c196c26e071d42e0343502 @@ -71,7 +71,7 @@ jobs: apt-get install -y python3-venv make git git-lfs binutils - name: Checkout Code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: lfs: true @@ -112,7 +112,7 @@ jobs: name: Send Slack notification runs-on: ubuntu-20.04 steps: - - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + - uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Prepare whole job status if: ${{ always() }} diff --git a/.github/workflows/single_benchmark.yaml b/.github/workflows/single_benchmark.yaml index a677e5c24..1795e5ece 100644 --- a/.github/workflows/single_benchmark.yaml +++ b/.github/workflows/single_benchmark.yaml @@ -109,7 +109,7 @@ jobs: # Run with current version - name: Checkout CML to run - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 1 lfs: true @@ -125,7 +125,7 @@ jobs: # Install specific version # Also pull LFS files (for example, for pulling the pre-trained deep learning model weights) - name: Checkout CML to install - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: fetch-depth: 1 lfs: true diff --git a/.github/workflows/update_licenses.yaml b/.github/workflows/update_licenses.yaml index f1479dacc..0fe7a083f 100644 --- a/.github/workflows/update_licenses.yaml +++ b/.github/workflows/update_licenses.yaml @@ -71,7 +71,7 @@ jobs: echo "::add-mask::${{ secrets.INTERNAL_REPO_URL_FOR_MASK }}" - name: Checkout Code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: token: ${{ secrets.BOT_TOKEN }} @@ -118,7 +118,7 @@ jobs: echo "::add-mask::${{ secrets.INTERNAL_REPO_URL_FOR_MASK }}" - name: Checkout Code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 with: token: ${{ secrets.BOT_TOKEN }} diff --git a/.github/workflows/weekly-pip-audit.yaml b/.github/workflows/weekly-pip-audit.yaml index d22fdef26..4e64d7511 100644 --- a/.github/workflows/weekly-pip-audit.yaml +++ b/.github/workflows/weekly-pip-audit.yaml @@ -41,7 +41,7 @@ jobs: echo "::add-mask::${{ secrets.INTERNAL_REPO_URL_FOR_MASK }}" - name: Checkout Code - uses: actions/checkout@9bb56186c3b09b4f86b1c65136769dd318469633 + uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 - name: Set up Python 3.8 uses: actions/setup-python@82c7e631bb3cdc910f68e0081d67478d79c6982d