File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 3232 echo ${EXCLUDE[@]} | xargs lcov --rc lcov_branch_coverage=1 -r build/coverage.info -o build/coverage.info
3333 lcov --rc lcov_branch_coverage=1 --list build/coverage.info
3434 - name : Check Coverage
35- uses : FreeRTOS/CI-CD-Github-Actions/coverage-cop@v2
35+ uses : FreeRTOS/CI-CD-Github-Actions/coverage-cop@main
3636 with :
3737 coverage-file : ./build/coverage.info
3838
5151 steps :
5252 - uses : actions/checkout@v3
5353 - name : Check complexity
54- uses : FreeRTOS/CI-CD-Github-Actions/complexity@v2
54+ uses : FreeRTOS/CI-CD-Github-Actions/complexity@main
5555 with :
5656 path : ./
5757
@@ -151,7 +151,7 @@ jobs:
151151 fetch-depth : 0
152152
153153 - name : Run manifest verifier
154- uses : FreeRTOS/CI-CD-GitHub-Actions/manifest-verifier@v2
154+ uses : FreeRTOS/CI-CD-GitHub-Actions/manifest-verifier@main
155155 with :
156156 path : ./
157157 fail-on-incorrect-version : true
You can’t perform that action at this time.
0 commit comments