File tree Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Expand file tree Collapse file tree 4 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 78
78
- name : Clone This Repo
79
79
uses : actions/checkout@v3
80
80
- name : Run spellings check
81
- uses : FreeRTOS/CI-CD-GitHub -Actions/spellings@v2
81
+ uses : FreeRTOS/CI-CD-Github -Actions/spellings@main
82
82
with :
83
83
path : ./
84
84
@@ -128,7 +128,7 @@ jobs:
128
128
- name : Check Links
129
129
env :
130
130
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
132
132
133
133
build-checks :
134
134
runs-on : ubuntu-latest
@@ -334,7 +334,7 @@ jobs:
334
334
runs-on : cbmc_ubuntu-latest_16-core
335
335
steps :
336
336
- 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
338
338
with :
339
339
cbmc_version : " 5.61.0"
340
340
@@ -352,6 +352,6 @@ jobs:
352
352
echo -e "${{ env.bashPass }} ${{ env.stepName }} ${{ env.bashEnd }}"
353
353
354
354
- name : Run CBMC
355
- uses : FreeRTOS/CI-CD-Github-Actions/run_cbmc@v2
355
+ uses : FreeRTOS/CI-CD-Github-Actions/run_cbmc@main
356
356
with :
357
357
proofs_dir : test/cbmc/proofs
Original file line number Diff line number Diff line change 19
19
runs-on : ubuntu-20.04
20
20
steps :
21
21
- name : Apply Formatting Fix
22
- uses : FreeRTOS/CI-CD-Github-Actions/formatting-bot@v2
22
+ uses : FreeRTOS/CI-CD-Github-Actions/formatting-bot@main
23
23
id : check-formatting
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout code
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
20
20
with :
21
21
ref : ${{ github.event.inputs.commit_id }}
22
22
- name : Configure git identity
Original file line number Diff line number Diff line change 16
16
runs-on : ubuntu-latest
17
17
steps :
18
18
- name : Checkout code
19
- uses : actions/checkout@v2
19
+ uses : actions/checkout@v3
20
20
with :
21
21
ref : ${{ github.event.inputs.commit_id }}
22
22
- name : Configure git identity
53
53
- name : Install ZIP tools
54
54
run : sudo apt-get install zip unzip
55
55
- name : Checkout code
56
- uses : actions/checkout@v2
56
+ uses : actions/checkout@v3
57
57
with :
58
58
ref : ${{ github.event.inputs.commit_id }}
59
59
path : FreeRTOS-Plus-TCP
You can’t perform that action at this time.
0 commit comments