Skip to content

Conversation

@finger563
Copy link
Contributor

No description provided.

Copilot AI review requested due to automatic review settings November 14, 2025 20:38
@finger563 finger563 merged commit ea6e470 into main Nov 14, 2025
99 of 101 checks passed
@github-actions
Copy link

✅Static analysis result - no issues found! ✅

@finger563 finger563 deleted the chore/esp-idf-5.5.1 branch November 14, 2025 20:40
Copilot finished reviewing on behalf of finger563 November 14, 2025 20:43
Copy link
Contributor

Copilot AI left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull Request Overview

This PR updates the CI/CD pipeline and documentation to build against ESP-IDF v5.5.1 instead of v5.4. This is a routine update to keep the project aligned with the latest ESP-IDF release.

  • Documentation updated to reflect ESP-IDF v5.5.1 as the current target version
  • Build workflow updated to use ESP-IDF v5.5.1
  • Static analysis workflow simplified by removing explicit ESP-IDF version specification

Reviewed Changes

Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.

File Description
README.md Updated ESP-IDF version references from 5.4 to 5.5.1 in documentation
.github/workflows/build.yml Updated esp_idf_version from release-v5.4 to v5.5.1
.github/workflows/static_analysis.yml Removed explicit esp_idf_version parameter (previously release/v5.4)

💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.

uses: espressif/esp-idf-ci-action@v1
with:
esp_idf_version: release-v5.4
esp_idf_version: v5.5.1
Copy link

Copilot AI Nov 14, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

The version format changed from 'release-v5.4' to 'v5.5.1'. This inconsistency may cause the workflow to fail if the espressif/esp-idf-ci-action expects a specific tag format. Verify that 'v5.5.1' is a valid tag in the ESP-IDF repository. If the previous format was 'release-v5.4', the new format should likely be 'release-v5.5.1' to maintain consistency.

Suggested change
esp_idf_version: v5.5.1
esp_idf_version: release-v5.5.1

Copilot uses AI. Check for mistakes.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants