We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23700d8 commit 06504abCopy full SHA for 06504ab
.github/workflows/ci.yml
@@ -151,7 +151,7 @@ jobs:
151
runs-on: cbmc_ubuntu-latest_64-core
152
steps:
153
- name: Set up CBMC runner
154
- uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@v2
+ uses: FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
155
with:
156
cbmc_version: "5.61.0"
157
cbmc_viewer_version: "3.5"
@@ -161,6 +161,6 @@ jobs:
161
sudo apt-get update
162
sudo apt-get install --yes --no-install-recommends gcc-multilib build-essential
163
- name: Run CBMC
164
- uses: FreeRTOS/CI-CD-Github-Actions/run_cbmc@v2
+ uses: FreeRTOS/CI-CD-Github-Actions/run_cbmc@main
165
166
proofs_dir: test/cbmc/proofs
0 commit comments