Migrate support to MbedTLS v2.26.0

Updated CI scripts to use latest release tagged MbedTLS repo
i.e. MbedTLS v2.26.0.

Release notes of Mbed TLSv2.26.0 are available here:
https://github.com/ARMmbed/mbedtls/releases/tag/v2.26.0

Change-Id: Ide402d96c717f7259168b1d5d3c0d2630a228a80
Signed-off-by: Manish V Badarkhe <Manish.Badarkhe@arm.com>
diff --git a/script/tf-coverity/common-def.sh b/script/tf-coverity/common-def.sh
index a7ec236..f2241ec 100644
--- a/script/tf-coverity/common-def.sh
+++ b/script/tf-coverity/common-def.sh
@@ -71,7 +71,7 @@
 
 # mbed TLS source tag to checkout when building Trusted Firmware with Trusted
 # Board Boot support.
-MBED_TLS_SOURCES_TAG="mbedtls-2.25.0"
+MBED_TLS_SOURCES_TAG="mbedtls-2.26.0"
 
 ARMCLANG_PATH="$(set_armclang_toolchain)"