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 @@ -108,7 +108,7 @@ jobs:
108
108
- name : Clone This Repo
109
109
uses : actions/checkout@v3
110
110
- name : Run spellings check
111
- uses : FreeRTOS/CI-CD-GitHub -Actions/spellings@v2
111
+ uses : FreeRTOS/CI-CD-Github -Actions/spellings@main
112
112
with :
113
113
path : ./
114
114
@@ -146,7 +146,7 @@ jobs:
146
146
- name : Check Links
147
147
env :
148
148
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
149
- uses : FreeRTOS/CI-CD-Github-Actions/link-verifier@v2
149
+ uses : FreeRTOS/CI-CD-Github-Actions/link-verifier@main
150
150
151
151
verify-manifest :
152
152
runs-on : ubuntu-latest
@@ -167,7 +167,7 @@ jobs:
167
167
steps :
168
168
- uses : actions/checkout@v3
169
169
- name : Run doxygen build
170
- uses : FreeRTOS/CI-CD-Github-Actions/doxygen@v2
170
+ uses : FreeRTOS/CI-CD-Github-Actions/doxygen@main
171
171
with :
172
172
path : ./
173
173
memory_statistics :
@@ -179,7 +179,7 @@ jobs:
179
179
with :
180
180
python-version : " 3.7.x"
181
181
- name : Measure sizes
182
- uses : FreeRTOS/CI-CD-Github-Actions/memory_statistics@v2
182
+ uses : FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
183
183
with :
184
184
config : .github/memory_statistics_config.json
185
185
check_against : docs/doxygen/include/size_table.md
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 22
22
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
23
23
steps :
24
24
- name : Checkout code
25
- uses : actions/checkout@v2
25
+ uses : actions/checkout@v3
26
26
- name : Check if tag exists
27
27
run : |
28
28
git fetch origin
49
49
runs-on : ubuntu-latest
50
50
steps :
51
51
- name : Checkout code
52
- uses : actions/checkout@v2
52
+ uses : actions/checkout@v3
53
53
with :
54
54
ref : ${{ github.event.inputs.commit_id }}
55
55
- name : Configure git identity
87
87
- name : Install ZIP tools
88
88
run : sudo apt-get install zip unzip
89
89
- name : Checkout code
90
- uses : actions/checkout@v2
90
+ uses : actions/checkout@v3
91
91
with :
92
92
ref : ${{ github.event.inputs.commit_id }}
93
93
path : coreSNTP
You can’t perform that action at this time.
0 commit comments