File tree Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Expand file tree Collapse file tree 2 files changed +5
-5
lines changed Original file line number Diff line number Diff line change 7878 - name : Clone This Repo
7979 uses : actions/checkout@v3
8080 - name : Run spellings check
81- uses : FreeRTOS/CI-CD-GitHub -Actions/spellings@v2
81+ uses : FreeRTOS/CI-CD-Github -Actions/spellings@main
8282 with :
8383 path : ./
8484
@@ -128,7 +128,7 @@ jobs:
128128 - name : Check Links
129129 env :
130130 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
131- uses : FreeRTOS/CI-CD-Github-Actions/link-verifier@v2
131+ uses : FreeRTOS/CI-CD-Github-Actions/link-verifier@main
132132
133133 build-checks :
134134 runs-on : ubuntu-latest
@@ -334,7 +334,7 @@ jobs:
334334 runs-on : cbmc_ubuntu-latest_16-core
335335 steps :
336336 - name : Set up CBMC runner
337- uses : FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@v2
337+ uses : FreeRTOS/CI-CD-Github-Actions/set_up_cbmc_runner@main
338338 with :
339339 cbmc_version : " 5.61.0"
340340
@@ -352,6 +352,6 @@ jobs:
352352 echo -e "${{ env.bashPass }} ${{ env.stepName }} ${{ env.bashEnd }}"
353353
354354 - name : Run CBMC
355- uses : FreeRTOS/CI-CD-Github-Actions/run_cbmc@v2
355+ uses : FreeRTOS/CI-CD-Github-Actions/run_cbmc@main
356356 with :
357357 proofs_dir : test/cbmc/proofs
Original file line number Diff line number Diff line change 1919 runs-on : ubuntu-20.04
2020 steps :
2121 - name : Apply Formatting Fix
22- uses : FreeRTOS/CI-CD-Github-Actions/formatting-bot@v2
22+ uses : FreeRTOS/CI-CD-Github-Actions/formatting-bot@main
2323 id : check-formatting
You can’t perform that action at this time.
0 commit comments