Skip to content

Commit d7897cc

Browse files
committed
Fix certora run action's version
1 parent 1719b41 commit d7897cc

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

.github/workflows/certora-prover.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,9 @@ jobs:
5555
# Use dev branch for scheduled runs, otherwise use the branch that triggered the workflow
5656
ref: ${{ github.event_name == 'schedule' && 'dev' || github.ref }}
5757

58-
- name: Submit verification jobs to Certora Prover
59-
uses: Certora/certora-run-action@v2
58+
# Run Certora compilation and verification
59+
- name: Run Certora compilation and verification
60+
uses: Certora/certora-run-action@11979c68d2ffab0b1b2fe6c72ec9d7a38855822d
6061
with:
6162
# List of configuration files for different contracts to verify
6263
configurations: |-

0 commit comments

Comments
 (0)