From 50e90b68166f57e9923249f7c7dfeadc28b8fa7e Mon Sep 17 00:00:00 2001 From: r4bbit <445106+0x-r4bbit@users.noreply.github.com> Date: Tue, 27 Aug 2024 12:47:22 +0200 Subject: [PATCH] chore(CI): update certora-cli to 7.10.2 This should fix the bug of certora-cli not properly completing with non zero exit codes on errors, which ultimately results in CI tasks to give false positives. --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 65a515c..a3cd22e 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -52,7 +52,7 @@ jobs: java-package: 'jre' - name: Install Certora CLI - run: pip3 install certora-cli==7.10.1 + run: pip3 install certora-cli==7.10.2 - name: Install Solidity run: |