File tree Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Expand file tree Collapse file tree 3 files changed +8
-8
lines changed Original file line number Diff line number Diff line change 50
50
steps :
51
51
- uses : actions/checkout@v3
52
52
- name : Run doxygen build
53
- uses : FreeRTOS/CI-CD-Github-Actions/doxygen@v2
53
+ uses : FreeRTOS/CI-CD-Github-Actions/doxygen@main
54
54
with :
55
55
path : ./
56
56
60
60
- name : Clone This Repo
61
61
uses : actions/checkout@v3
62
62
- name : Run spellings check
63
- uses : FreeRTOS/CI-CD-GitHub -Actions/spellings@v2
63
+ uses : FreeRTOS/CI-CD-Github -Actions/spellings@main
64
64
with :
65
65
path : ./
66
66
84
84
uses : actions/checkout@v3
85
85
with :
86
86
ref : CI-CD-Updates
87
- repository : Skptak /coreMQTT
87
+ repository : FreeRTOS /coreMQTT
88
88
path : ssot
89
89
- name : Check transport_interface.h
90
90
run : |
@@ -126,7 +126,7 @@ jobs:
126
126
with :
127
127
python-version : " 3.11.0"
128
128
- name : Measure sizes
129
- uses : FreeRTOS/CI-CD-Github-Actions/memory_statistics@v2
129
+ uses : FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
130
130
with :
131
131
config : .github/memory_statistics_config.json
132
132
check_against : docs/doxygen/include/size_table.md
@@ -138,7 +138,7 @@ jobs:
138
138
- name : Check Links
139
139
env :
140
140
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
141
- uses : FreeRTOS/CI-CD-Github-Actions/link-verifier@v2
141
+ uses : FreeRTOS/CI-CD-Github-Actions/link-verifier@main
142
142
with :
143
143
path : ./
144
144
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
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 : coreHTTP
You can’t perform that action at this time.
0 commit comments