Skip to content

Commit 948ded3

Browse files
committed
Remove LayrLab's docker image, use step-security's app
1 parent 8063647 commit 948ded3

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/certora-prover.yml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,13 +36,17 @@ jobs:
3636
startsWith(github.ref, 'refs/heads/certora/')) ||
3737
github.event_name == 'schedule' ||
3838
github.event_name == 'workflow_dispatch'
39-
runs-on: protocol-x64-16core
39+
runs-on: ubuntu-latest
40+
# runs-on: protocol-x64-16core
4041
permissions:
4142
contents: read
4243
statuses: write
4344
pull-requests: write
4445
id-token: write
4546
steps:
47+
- uses: step-security/harden-runner@ec9f2d5744a09debf3a187a3f4f675c53b671911
48+
with:
49+
egress-policy: audit
4650
- name: Checkout repository
4751
uses: actions/checkout@v4
4852
with:

0 commit comments

Comments
 (0)