build: update github action to 5.5.4
What changed, and why it matters
This commit simply updates the version of the Espressif build tools used by automated GitHub test builds from v5.4 to v5.5.4. It is a routine CI/CD maintenance change with no visible security relevance.
No security action needed. Treat as normal build/CI maintenance.
Security signals we found
No strong security signals were identified.
Evidence from the diff
The diff modifies .github/workflows/github-actions-test.yml, changing the esp_idf_version parameter from v5.4 to v5.5.4 in three CI jobs (Jade 1.1, Jade Plus, Jade Core). No source code, dependencies, cryptographic logic, or runtime behavior is changed. No security fix, vulnerability disclosure, or incident reference is present.
Changed components
.github/workflows/github-actions-test.ymlInspect captured patch +3 / −3
diff --git a/.github/workflows/github-actions-test.yml b/.github/workflows/github-actions-test.yml
index d7b1835..b7cfe88 100644
--- a/.github/workflows/github-actions-test.yml
+++ b/.github/workflows/github-actions-test.yml
@@ -11,7 +11,7 @@ jobs:
- name: build Jade 1.1
uses: espressif/esp-idf-ci-action@v1
with:
- esp_idf_version: v5.4
+ esp_idf_version: v5.5.4
target: esp32
command: ./tools/switch_to.sh jade_v1_1 --dev --log && idf.py size all
@@ -25,7 +25,7 @@ jobs:
- name: build Jade Plus
uses: espressif/esp-idf-ci-action@v1
with:
- esp_idf_version: v5.4
+ esp_idf_version: v5.5.4
target: esp32s3
command: ./tools/switch_to.sh jade_v2 --dev --log --jtag && idf.py size all
@@ -39,6 +39,6 @@ jobs:
- name: build Jade Core
uses: espressif/esp-idf-ci-action@v1
with:
- esp_idf_version: v5.4
+ esp_idf_version: v5.5.4
target: esp32s3
command: ./tools/switch_to.sh jade_v2c --dev --log --jtag && idf.py size all
Why this scored 15/100
Community notes
Notes can correct, qualify, or add evidence to the AI analysis. Every note shown here has been validated by a human moderator.
The AI analysis stands alone for now. Submit a note if you can add evidence or important context.