diff --git a/.github/workflows/certora-basic.yml b/.github/workflows/certora-basic.yml index 2a632f12..c2e9b27d 100644 --- a/.github/workflows/certora-basic.yml +++ b/.github/workflows/certora-basic.yml @@ -7,8 +7,7 @@ concurrency: on: pull_request: branches: - - main - - certora + - '**' push: branches: - main @@ -18,13 +17,14 @@ on: jobs: verify: runs-on: ubuntu-latest - if: - github.event.pull_request.head.repo.full_name == github.repository || (github.event_name == 'push' && - github.ref == format('refs/heads/{0}', github.event.repository.default_branch)) +# if: +# github.event.pull_request.head.repo.full_name == github.repository || (github.event_name == 'push' && +# github.ref == format('refs/heads/{0}', github.event.repository.default_branch)) permissions: contents: read statuses: write pull-requests: write + id-token: write steps: - uses: actions/checkout@v4 with: @@ -36,7 +36,7 @@ jobs: touch applyHarness.patch make munged - - uses: Certora/certora-run-action@v1 + - uses: Certora/certora-run-action@v2 with: cli-version: 7.29.1 configurations: |- diff --git a/.github/workflows/certora-stata.yml b/.github/workflows/certora-stata.yml index 285faeaa..214f3e9e 100644 --- a/.github/workflows/certora-stata.yml +++ b/.github/workflows/certora-stata.yml @@ -7,8 +7,7 @@ concurrency: on: pull_request: branches: - - main - - certora + - '**' push: branches: - main @@ -18,13 +17,14 @@ on: jobs: verify: runs-on: ubuntu-latest - if: - github.event.pull_request.head.repo.full_name == github.repository || (github.event_name == 'push' && - github.ref == format('refs/heads/{0}', github.event.repository.default_branch)) +# if: +# github.event.pull_request.head.repo.full_name == github.repository || (github.event_name == 'push' && +# github.ref == format('refs/heads/{0}', github.event.repository.default_branch)) permissions: contents: read statuses: write pull-requests: write + id-token: write steps: - uses: actions/checkout@v4 with: @@ -36,7 +36,7 @@ jobs: touch applyHarness.patch make munged - - uses: Certora/certora-run-action@v1 + - uses: Certora/certora-run-action@v2 with: cli-version: 7.29.1 configurations: |-