ci: Use print-env from XRPLF/actions - #7052
Merged
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates CI workflows to use the shared print-env GitHub Action from XRPLF/actions instead of maintaining a local composite action in this repo, reducing duplication and centralizing maintenance.
Changes:
- Switch workflow steps from
./.github/actions/print-envtoXRPLF/actions/print-env@<pinned_sha>. - Remove the local
.github/actions/print-envcomposite action and its Dependabot entry. - Bump the referenced
XRPLF/actionsreusable pre-commit workflow SHA.
Reviewed changes
Copilot reviewed 6 out of 6 changed files in this pull request and generated 1 comment.
Show a summary per file
| File | Description |
|---|---|
| .github/workflows/upload-conan-deps.yml | Uses shared XRPLF/actions/print-env instead of local action. |
| .github/workflows/reusable-clang-tidy-files.yml | Uses shared XRPLF/actions/print-env instead of local action. |
| .github/workflows/reusable-build-test-config.yml | Uses shared XRPLF/actions/print-env instead of local action. |
| .github/workflows/pre-commit.yml | Updates the pinned SHA for the reusable pre-commit workflow from XRPLF/actions. |
| .github/dependabot.yml | Removes Dependabot tracking for deleted local print-env action directory. |
| .github/actions/print-env/action.yml | Deletes the local print-env composite action implementation. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
bthomee
approved these changes
Apr 29, 2026
bthomee
enabled auto-merge
April 29, 2026 17:00
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## develop #7052 +/- ##
=========================================
- Coverage 82.1% 82.0% -0.0%
=========================================
Files 1010 1010
Lines 75994 75994
Branches 7388 7382 -6
=========================================
- Hits 62355 62351 -4
- Misses 13639 13643 +4 🚀 New features to boost your workflow:
|
marek-foss-neti
pushed a commit
to marek-foss-neti/rippled
that referenced
this pull request
May 5, 2026
beartec-jpg
pushed a commit
to beartec-jpg/FalconLedger
that referenced
this pull request
Jun 1, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
High Level Overview of Change
It has been added here: XRPLF/actions#96
So, we should use shared action.
Also updated other actions, but these changes are minor.
Context of Change
API Impact
libxrplchange (any change that may affectlibxrplor dependents oflibxrpl)