File tree Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Expand file tree Collapse file tree 4 files changed +11
-11
lines changed Original file line number Diff line number Diff line change 71
71
steps :
72
72
- uses : actions/checkout@v3
73
73
- name : Run doxygen build
74
- uses : FreeRTOS/CI-CD-Github-Actions/doxygen@v2
74
+ uses : FreeRTOS/CI-CD-Github-Actions/doxygen@main
75
75
with :
76
76
path : ./
77
77
81
81
- name : Clone This Repo
82
82
uses : actions/checkout@v3
83
83
- name : Run spellings check
84
- uses : FreeRTOS/CI-CD-GitHub -Actions/spellings@v2
84
+ uses : FreeRTOS/CI-CD-Github -Actions/spellings@main
85
85
with :
86
86
path : ./
87
87
@@ -122,7 +122,7 @@ jobs:
122
122
with :
123
123
python-version : " 3.11.0"
124
124
- name : Measure sizes
125
- uses : FreeRTOS/CI-CD-Github-Actions/memory_statistics@v2
125
+ uses : FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
126
126
with :
127
127
config : .github/memory_statistics_config.json
128
128
check_against : docs/doxygen/include/size_table.md
@@ -134,7 +134,7 @@ jobs:
134
134
- name : Check Links
135
135
env :
136
136
GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
137
- uses : FreeRTOS/CI-CD-Github-Actions/link-verifier@v2
137
+ uses : FreeRTOS/CI-CD-Github-Actions/link-verifier@main
138
138
139
139
verify-manifest :
140
140
runs-on : ubuntu-latest
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 8
8
name : Calculate object sizes
9
9
runs-on : ubuntu-latest
10
10
steps :
11
- - uses : actions/checkout@v2
11
+ - uses : actions/checkout@v3
12
12
with :
13
13
submodules : " recursive"
14
14
- name : Measure sizes
15
- uses : FreeRTOS/CI-CD-Github-Actions/memory_statistics@v2
15
+ uses : FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
16
16
with :
17
17
config : .github/memory_statistics_config.json
18
18
- name : Upload table
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
28
28
git checkout -b ${{ github.event.inputs.version_number }} ${{
29
29
github.event.inputs.commit_id }}
30
30
- name : Generate SBOM
31
- uses : FreeRTOS/CI-CD-Github-Actions/sbom-generator@v2
31
+ uses : FreeRTOS/CI-CD-Github-Actions/sbom-generator@main
32
32
with :
33
33
repo_path : ./
34
34
source_path : ./source
55
55
- name : Install ZIP tools
56
56
run : sudo apt-get install zip unzip
57
57
- name : Checkout code
58
- uses : actions/checkout@v2
58
+ uses : actions/checkout@v3
59
59
with :
60
60
ref : ${{ github.event.inputs.commit_id }}
61
61
path : FreeRTOS-Cellular-Interface
@@ -107,7 +107,7 @@ jobs:
107
107
runs-on : ubuntu-latest
108
108
steps :
109
109
- name : Doxygen generation
110
- uses : FreeRTOS/CI-CD-Github-Actions/doxygen-generation@v2
110
+ uses : FreeRTOS/CI-CD-Github-Actions/doxygen-generation@main
111
111
with :
112
112
ref : ${{ github.event.inputs.version_number }}
113
113
add_release : " true"
You can’t perform that action at this time.
0 commit comments