diff --git a/.github/workflows/certora.yml b/.github/workflows/certora.yml index 55878d82..75a06c88 100644 --- a/.github/workflows/certora.yml +++ b/.github/workflows/certora.yml @@ -36,7 +36,7 @@ jobs: with: { java-version: "11", java-package: jre } - name: Install certora cli - run: pip install certora-cli + run: pip install certora-cli==7.0.7 - name: Install solc run: | diff --git a/certora/README.md b/certora/README.md index 8cbc74c6..201ac15b 100644 --- a/certora/README.md +++ b/certora/README.md @@ -31,7 +31,7 @@ bash certora/scripts/run-all.sh _Note: When running the rules locally, please remove the solc version from the `.conf` files as when using solc-select solc version should not be specified in `.conf`_ After the jobs are complete, the results will be available on -[the staging Certora portal](https://prover.certora.com/). +[the Certora portal](https://prover.certora.com/). ## Adapting to changes