Skip to content

Upgrade checkout and paths-filter version.#3029

Merged
Malith-19 merged 1 commit into
thunder-id:mainfrom
Malith-19:improve-PR-builder-code-detection
May 27, 2026
Merged

Upgrade checkout and paths-filter version.#3029
Malith-19 merged 1 commit into
thunder-id:mainfrom
Malith-19:improve-PR-builder-code-detection

Conversation

@Malith-19
Copy link
Copy Markdown
Member

@Malith-19 Malith-19 commented May 27, 2026

Purpose

Related Issues

  • N/A

Related PRs

  • N/A

Checklist

  • Followed the contribution guidelines.
  • Manual test round performed and verified.
  • Documentation provided. (Add links if there are any)
    • Ran Vale and fixed all errors and warnings
  • Tests provided. (Add links if there are any)
    • Unit Tests
    • Integration Tests
  • Breaking changes. (Fill if applicable)
    • Breaking changes section filled.
    • breaking change label added.

Security checks

  • Followed secure coding standards in WSO2 Secure Coding Guidelines
  • Confirmed that this PR doesn't commit any keys, passwords, tokens, usernames, or other secrets.

@coderabbitai
Copy link
Copy Markdown
Contributor

coderabbitai Bot commented May 27, 2026

Warning

Review limit reached

@Malith-19, we couldn't start this review because you've reached your PR review rate limit.

More reviews will be available in 27 minutes and 24 seconds. Learn how PR review limits work.

Your organization has run out of usage credits. Purchase more in the billing tab.

⌛ How to resolve this issue?

After more reviews become available, a review can be triggered using the @coderabbitai review command as a PR comment. Alternatively, push new commits to this PR.

We recommend that you space out your commits to avoid hitting the rate limit.

🚦 How do rate limits work?

CodeRabbit enforces hourly rate limits for each developer per organization.

Our paid plans include higher PR review limits than trial, open-source, and free plans. In all cases, reviews become available again over time. During sustained high-volume PR review activity, CodeRabbit may temporarily slow when the next review becomes available.

Please see our Fair Usage Limits Policy for further information.

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 1b003c1c-e01c-483c-ae78-a62c1779a34d

📥 Commits

Reviewing files that changed from the base of the PR and between a96c01e and 10b7217.

📒 Files selected for processing (1)
  • .github/workflows/pr-builder.yml
📝 Walkthrough

Walkthrough

The PR updates two GitHub Actions versions in the detect-code-changes job within the PR builder workflow: actions/checkout is upgraded from v4 to v6, and dorny/paths-filter is upgraded from v3 to v4.

Changes

GitHub Actions Version Updates

Layer / File(s) Summary
Update actions/checkout and dorny/paths-filter versions
.github/workflows/pr-builder.yml
The detect-code-changes job upgrades actions/checkout to @v6 and dorny/paths-filter to @v4.

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3 minutes

🚥 Pre-merge checks | ✅ 5
✅ Passed checks (5 passed)
Check name Status Explanation
Title check ✅ Passed The title accurately describes the main changes in the PR: upgrading checkout and paths-filter versions in the workflow file.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
Linked Issues check ✅ Passed Check skipped because no linked issues were found for this pull request.
Out of Scope Changes check ✅ Passed Check skipped because no linked issues were found for this pull request.
Description check ✅ Passed PR description follows the template structure with Purpose, Related Issues, Related PRs, and Checklist sections present, though the Approach section is missing.

✏️ Tip: You can configure your own custom pre-merge checks in the settings.

✨ Finishing Touches
🧪 Generate unit tests (beta)
  • Create PR with unit tests

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@Malith-19 Malith-19 self-assigned this May 27, 2026
@Malith-19 Malith-19 added the skip-changelog Skip generating changelog for a particular PR label May 27, 2026
@Malith-19 Malith-19 requested a review from senthalan May 27, 2026 04:28
Copy link
Copy Markdown
Contributor

@coderabbitai coderabbitai Bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 1

🤖 Prompt for all review comments with AI agents
Verify each finding against current code. Fix only still-valid issues, skip the
rest with a brief reason, keep changes minimal, and validate.

Inline comments:
In @.github/workflows/pr-builder.yml:
- Around line 322-323: Replace floating action tags with the specified commit
SHAs by updating the workflow's uses entries for actions/checkout to
actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd and for
dorny/paths-filter to
dorny/paths-filter@fbd0ab8f3e69293af611ebaee6363fc25e6d187d; also, in the
checkout step (actions/checkout) explicitly set persist-credentials: false if
the job does not need to push to the repo to avoid exposing the GITHUB_TOKEN.
🪄 Autofix (Beta)

Fix all unresolved CodeRabbit comments on this PR:

  • Push a commit to this branch (recommended)
  • Create a new PR with the fixes

ℹ️ Review info
⚙️ Run configuration

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro Plus

Run ID: 0bd0cbea-51a5-4bda-aeae-7619b67e29ee

📥 Commits

Reviewing files that changed from the base of the PR and between 24d4d00 and a96c01e.

📒 Files selected for processing (1)
  • .github/workflows/pr-builder.yml

Comment thread .github/workflows/pr-builder.yml Outdated
@codecov
Copy link
Copy Markdown

codecov Bot commented May 27, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.

📢 Thoughts on this report? Let us know!

@Malith-19 Malith-19 force-pushed the improve-PR-builder-code-detection branch from a96c01e to ab46744 Compare May 27, 2026 04:39
@Malith-19 Malith-19 enabled auto-merge May 27, 2026 05:30
@Malith-19 Malith-19 force-pushed the improve-PR-builder-code-detection branch from ab46744 to 10b7217 Compare May 27, 2026 11:33
@Malith-19 Malith-19 added this pull request to the merge queue May 27, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks May 27, 2026
@Malith-19 Malith-19 added this pull request to the merge queue May 27, 2026
@github-merge-queue github-merge-queue Bot removed this pull request from the merge queue due to failed status checks May 27, 2026
@Malith-19 Malith-19 added this pull request to the merge queue May 27, 2026
Merged via the queue into thunder-id:main with commit eec8d50 May 27, 2026
26 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

skip-changelog Skip generating changelog for a particular PR

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants