Skip to content

Migrate to checkout@v6#307

Merged
vsanthanam merged 1 commit intomainfrom
vsanthanam/update-checkout-action-version
Dec 13, 2025
Merged

Migrate to checkout@v6#307
vsanthanam merged 1 commit intomainfrom
vsanthanam/update-checkout-action-version

Conversation

@vsanthanam
Copy link
Copy Markdown
Owner

No description provided.

Copy link
Copy Markdown

@chatgpt-codex-connector chatgpt-codex-connector bot left a comment

Choose a reason for hiding this comment

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

💡 Codex Review

Here are some automated review suggestions for this pull request.

ℹ️ About Codex in GitHub

Your team has set up Codex to review pull requests in this repo. Reviews are triggered when you

  • Open a pull request for review
  • Mark a draft as ready
  • Comment "@codex review".

If Codex has suggestions, it will comment; otherwise it will react with 👍.

Codex can also answer questions or update the PR. Try commenting "@codex address that feedback".

Comment on lines 26 to +27
- name: Checkout
uses: actions/checkout@v4
uses: actions/checkout@v6
Copy link
Copy Markdown

Choose a reason for hiding this comment

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

P1 Badge Checkout steps point to non-existent v6 release

GitHub only publishes actions/checkout up to the current major v4; updating these steps to actions/checkout@v6 points to a tag that does not exist, so any CI run will fail immediately during checkout with a “reference not found” error and none of the build/test jobs will execute. This affects every workflow updated to v6 in this change (CI, CodeQL, website publish, etc.).

Useful? React with 👍 / 👎.

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 13, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 95.44%. Comparing base (8281aa0) to head (b88f195).
⚠️ Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main     #307   +/-   ##
=======================================
  Coverage   95.44%   95.44%           
=======================================
  Files          35       35           
  Lines        2851     2851           
=======================================
  Hits         2721     2721           
  Misses        130      130           
Flag Coverage Δ
llvm-cov 95.44% <ø> (ø)
swiftpm 95.44% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.

@vsanthanam vsanthanam merged commit cfa311b into main Dec 13, 2025
47 checks passed
@vsanthanam vsanthanam deleted the vsanthanam/update-checkout-action-version branch December 13, 2025 17:49
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.

1 participant