fix: update OSPO action references to canonical org path#214
fix: update OSPO action references to canonical org path#214zkoppert wants to merge 1 commit intostorm-software:mainfrom
Conversation
The OSPO actions have moved from github/ to github-community-projects/. Update workflow references to use the canonical org path. Co-authored-by: Copilot <223556219+Copilot@users.noreply.github.com>
|
|
Overall Grade |
Security Reliability Complexity Hygiene |
Code Review Summary
| Analyzer | Status | Updated (UTC) | Details |
|---|---|---|---|
| JavaScript | Mar 31, 2026 7:43p.m. | Review ↗ | |
| Shell | Mar 31, 2026 7:43p.m. | Review ↗ |
There was a problem hiding this comment.
Hello, I'm 🤖 Stormie-Bot (Storm Increased Efficiency Robot)! The Storm team sincerely appreciates your effort/interest in contributing to this project. A Storm developer will review this change and get back to you ASAP. Please feel free to reach out to the Storm team (contact@stormsoftware.com) if you have any questions/comments.
There was a problem hiding this comment.
Pull request overview
Updates the GitHub Actions workflow to reference the transferred OSPO Contributors action via its canonical organization path (github-community-projects/...) instead of relying on GitHub’s redirect from the legacy github/... path.
Changes:
- Switch
.github/workflows/contributors.ymlto usegithub-community-projects/contributors@v1instead ofgithub/contributors@v1.
Updates GitHub Actions workflow references from the legacy
github/org path to the canonicalgithub-community-projects/path.The following OSPO actions have been transferred to the
github-community-projectsorganization:github/contributorsgithub-community-projects/contributorsWhile GitHub's repo redirect ensures the old paths still work today, updating to the canonical path avoids depending on the redirect and ensures long-term stability.
No functional changes - the same action versions are referenced.