[ci] E: Update nanvix workflow refs to v2.0.2#38
Merged
Conversation
There was a problem hiding this comment.
Pull request overview
Updates the Nanvix CI reusable-workflow references in this repository to track the latest nanvix/workflows release (v2.0.2), keeping the CI pipeline aligned with upstream workflow fixes/changes.
Changes:
- Bumped
nanvix/workflows/.github/workflows/nanvix-ci.ymlreference fromv2.0.1tov2.0.2for the regular CI job. - Bumped the same reusable workflow reference from
v2.0.1tov2.0.2for the scheduled/dispatch CI job.
Show a summary per file
| File | Description |
|---|---|
.github/workflows/nanvix-ci.yml |
Updates the referenced upstream Nanvix reusable CI workflow version to v2.0.2 in both jobs. |
Copilot's findings
Tip
Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Comments suppressed due to low confidence (1)
.github/workflows/nanvix-ci.yml:46
- Same as above: this reusable-workflow reference uses a mutable tag (v2.0.2). Consider pinning to a commit SHA (or otherwise ensuring the ref is immutable) to reduce the risk of upstream tag retargeting.
uses: nanvix/workflows/.github/workflows/nanvix-ci.yml@v2.0.2
- Files reviewed: 1/1 changed files
- Comments generated: 1
| ci: | ||
| if: github.event_name != 'schedule' && github.event_name != 'workflow_dispatch' | ||
| uses: nanvix/workflows/.github/workflows/nanvix-ci.yml@v2.0.1 | ||
| uses: nanvix/workflows/.github/workflows/nanvix-ci.yml@v2.0.2 |
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.
Automated bump of
nanvix/workflowsreferences tov2.0.2.Generated by the Update Workflow Refs workflow.