Add GHA actions for download and verify checks#1
Merged
mallardduck merged 7 commits intorancherlabs:mainfrom Jan 30, 2026
Merged
Add GHA actions for download and verify checks#1mallardduck merged 7 commits intorancherlabs:mainfrom
mallardduck merged 7 commits intorancherlabs:mainfrom
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
This pull request adds GitHub Actions workflows to automate downloading and verifying SCC product versions. It introduces two reusable composite actions for download and verification tasks, along with a manual workflow for testing.
Changes:
- Added a download action to install the SCC product version verifier CLI tool
- Added a verify action to check product versions against SCC staging and production environments
- Updated documentation with usage examples and action descriptions
- Created a manual workflow for testing the new actions
Reviewed changes
Copilot reviewed 4 out of 4 changed files in this pull request and generated 14 comments.
| File | Description |
|---|---|
| actions/download/action.yaml | New composite action to download and set up the verifier CLI tool for Linux runners |
| actions/verify/action.yaml | New composite action to verify product versions with automatic version sanitization and environment-specific checks |
| README.md | Added documentation for both GitHub Actions with usage examples and requirements |
| .github/workflows/debug.yml | Added manual workflow for testing the download and verify actions |
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
Contributor
There was a problem hiding this comment.
Pull request overview
Copilot reviewed 11 out of 11 changed files in this pull request and generated 1 comment.
💡 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.
Uh oh!
There was an error while loading. Please reload this page.