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.
This commit is contained in:
r4bbit 2024-08-27 12:47:22 +02:00
parent 3a6249e886
commit 50e90b6816
1 changed files with 1 additions and 1 deletions

View File

@ -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: |