ci: Bump pulp-platform/pulp-actions from v2 to v2.5.0#104
Merged
DanielKellerM merged 1 commit intoMay 20, 2026
Merged
Conversation
The @v2 tag resolves to a 2+ year-old release. Pin to v2.5.0 which bumps gitlab-ci Python to 3.12, switches to uv for deps, fixes riscv-gcc-install asset detection, and improves gitlab-ci logging.
There was a problem hiding this comment.
Pull request overview
This PR pins pulp-platform/pulp-actions workflow action references from the moving @v2 tag to the explicit @v2.5.0 tag across CI-related workflows.
Changes:
- Updates lint/license, GitLab CI mirroring, build, docs, and deploy workflow action references.
- Keeps existing workflow inputs and job structure unchanged.
Reviewed changes
Copilot reviewed 5 out of 5 changed files in this pull request and generated no comments.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/lint.yml |
Pins the license lint action to v2.5.0. |
.github/workflows/gitlab-ci.yml |
Pins the GitLab mirror/check action to v2.5.0. |
.github/workflows/docs.yml |
Pins RISC-V GCC and Bender install actions to v2.5.0. |
.github/workflows/deploy.yml |
Pins the Bender install action to v2.5.0. |
.github/workflows/build.yml |
Pins RISC-V GCC and Bender install actions to v2.5.0. |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
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.
Description
The
@v2tag in our workflows resolves to a 2+ year-old release. Pin to the explicitv2.5.0tag (released 2026-03-31).What changes
Bumps 7 references across 5 workflow files. No behavioral change beyond what the upstream actions release notes promise:
gitlab-ci: Python 3.9 → 3.12,pip→uvfor dependency management, removed redundant recursive checkout, addedflush=Truefor live log output, added clickable pipeline link.riscv-gcc-install: probe multiple asset name formats so recent compiler releases are found.slang, not used here.)Test plan
Notes
develper the branch policy from ci: Add branch policy enforcement and PR template #102.