We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1719b41 commit d7897ccCopy full SHA for d7897cc
.github/workflows/certora-prover.yml
@@ -55,8 +55,9 @@ jobs:
55
# Use dev branch for scheduled runs, otherwise use the branch that triggered the workflow
56
ref: ${{ github.event_name == 'schedule' && 'dev' || github.ref }}
57
58
- - name: Submit verification jobs to Certora Prover
59
- uses: Certora/certora-run-action@v2
+ # Run Certora compilation and verification
+ - name: Run Certora compilation and verification
60
+ uses: Certora/certora-run-action@11979c68d2ffab0b1b2fe6c72ec9d7a38855822d
61
with:
62
# List of configuration files for different contracts to verify
63
configurations: |-
0 commit comments