update idf version to v5.2.1 for fixing Bootloader TOCTOU Vulnerability in Anti-rollback Scheme

This commit is contained in:
liyashuai
2024-04-02 14:26:36 +08:00
parent d592c3f827
commit 32e2f71e76
7 changed files with 33 additions and 29 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ env:
# Github runner is running out of space when we are building for multiple architectures in single runner
BUILD_PLATFORMS: linux/amd64
DOCKERHUB_REPO: ${{ github.repository }}
REQUIRED_IDF_VERSION: v5.1.2
REQUIRED_IDF_VERSION: v5.2.1
jobs:
build: