Skip to content

Commit 03230e1

Browse files
committed
Use a fixed version of checkout action with recursive
1 parent 948ded3 commit 03230e1

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

.github/workflows/certora-prover.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -47,10 +47,11 @@ jobs:
4747
- uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
4848
with:
4949
egress-policy: audit
50-
- name: Checkout repository
51-
uses: actions/checkout@v4
50+
51+
# Checkout the repository with submodules
52+
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683
5253
with:
53-
submodules: true
54+
submodules: recursive
5455

5556
- name: Submit verification jobs to Certora Prover
5657
uses: Certora/certora-run-action@v2

0 commit comments

Comments
 (0)