diff --git a/.github/codeql/codeql-config.yml b/.github/codeql/codeql-config.yml deleted file mode 100644 index 6649d350..00000000 --- a/.github/codeql/codeql-config.yml +++ /dev/null @@ -1,7 +0,0 @@ -name: "CodeQL config" - -paths: - - tenseal - - tests -paths-ignore: - - third_party diff --git a/.github/workflows/codeql-analysis.yml b/.github/workflows/codeql-analysis.yml deleted file mode 100644 index f5bf44f2..00000000 --- a/.github/workflows/codeql-analysis.yml +++ /dev/null @@ -1,46 +0,0 @@ -name: "CodeQL" - -on: - push: - branches: [ main ] - -jobs: - analyze: - name: Analyze - runs-on: ubuntu-latest - - strategy: - fail-fast: false - matrix: - language: [ 'python' ] - - steps: - - name: Checkout repository - uses: actions/checkout@v2 - with: - submodules: true - - - name: Cache dependencies - uses: actions/cache@v2 - with: - path: | - third_party/ - build/ - key: codeql-${{ runner.os }}-${{ matrix.language }}-tensealdeps-${{ hashFiles('third_party/SEAL/cmake/SEALConfig.cmake','.gitmodules') }} - restore-keys: | - codeql-${{ runner.os }}-${{ matrix.language }}-tensealdeps- - - - name: Initialize CodeQL - uses: github/codeql-action/init@v1 - with: - languages: ${{ matrix.language }} - config-file: ./.github/codeql/codeql-config.yml - - - if: matrix.language == 'cpp' - name: Build CPP - run: | - mkdir -p build && cd build - cmake .. && make -j - - - name: Perform CodeQL Analysis - uses: github/codeql-action/analyze@v1 diff --git a/tenseal/version.py b/tenseal/version.py index 91c67cc1..df0ed332 100644 --- a/tenseal/version.py +++ b/tenseal/version.py @@ -1 +1 @@ -__version__ = "0.3.11" +__version__ = "0.3.12"