3535 uses : FreeRTOS/CI-CD-Github-Actions/coverage-cop@main
3636 with :
3737 coverage-file : ./build/coverage.info
38+
3839 complexity :
3940 runs-on : ubuntu-latest
4041 steps :
@@ -43,23 +44,26 @@ jobs:
4344 uses : FreeRTOS/CI-CD-Github-Actions/complexity@main
4445 with :
4546 path : ./
47+
4648 doxygen :
4749 runs-on : ubuntu-latest
4850 steps :
4951 - uses : actions/checkout@v3
5052 - name : Run doxygen build
51- uses : FreeRTOS/CI-CD-Github-Actions/doxygen@v2
53+ uses : FreeRTOS/CI-CD-Github-Actions/doxygen@main
5254 with :
5355 path : ./
56+
5457 spell-check :
5558 runs-on : ubuntu-latest
5659 steps :
5760 - name : Clone This Repo
5861 uses : actions/checkout@v3
5962 - name : Run spellings check
60- uses : FreeRTOS/CI-CD-GitHub -Actions/spellings@v2
63+ uses : FreeRTOS/CI-CD-Github -Actions/spellings@main
6164 with :
6265 path : ./
66+
6367 formatting :
6468 runs-on : ubuntu-20.04
6569 steps :
6872 uses : FreeRTOS/CI-CD-Github-Actions/formatting@main
6973 with :
7074 path : ./
75+
7176 git-secrets :
7277 runs-on : ubuntu-latest
7378 steps :
8489 run : |
8590 git-secrets --register-aws
8691 git-secrets --scan
92+
8793 custom-standard-c-headers :
8894 runs-on : ubuntu-latest
8995 steps :
99105 -DBUILD_CLONE_SUBMODULES=ON \
100106 -DCMAKE_C_FLAGS='-Wall -Wextra -I../override-include'
101107 make -C build/ coverity_analysis
108+
102109 memory_statistics :
103110 runs-on : ubuntu-latest
104111 steps :
@@ -110,7 +117,7 @@ jobs:
110117 with :
111118 python-version : " 3.11.0"
112119 - name : Measure sizes
113- uses : FreeRTOS/CI-CD-Github-Actions/memory_statistics@v2
120+ uses : FreeRTOS/CI-CD-Github-Actions/memory_statistics@main
114121 with :
115122 config : .github/memory_statistics_config.json
116123 check_against : docs/doxygen/include/size_table.md
@@ -122,7 +129,7 @@ jobs:
122129 - name : Check Links
123130 env :
124131 GITHUB_TOKEN : ${{ secrets.GITHUB_TOKEN }}
125- uses : FreeRTOS/CI-CD-Github-Actions/link-verifier@v2
132+ uses : FreeRTOS/CI-CD-Github-Actions/link-verifier@main
126133 with :
127134 path : ./
128135
0 commit comments