Correct GHA version markers - #428
Conversation
Signed-off-by: Erik Godding Boye <egboye@gmail.com>
There was a problem hiding this comment.
Pull Request Overview
This PR updates GitHub Actions version comments to include full semantic version numbers instead of abbreviated versions, providing better clarity about exact versions being used while maintaining digest-based pinning for security.
- Replaced abbreviated version comment "main" with specific version "v1.0.1" for octo-sts/action
- Changed abbreviated version comment "v6" to full version "v6.0.0" for actions/setup-go
Reviewed Changes
Copilot reviewed 2 out of 2 changed files in this pull request and generated no comments.
| File | Description |
|---|---|
| modules/repository-base/base/.github/workflows/renovate.yaml | Updated octo-sts/action version comment from "main" to "v1.0.1" |
| .github/workflows/e2e-test.yaml | Updated actions/setup-go version comment from "v6" to "v6.0.0" |
Tip: Customize your code reviews with copilot-instructions.md. Create the file or learn how to get started.
|
/approve |
|
/lgtm |
|
/approve |
|
[APPROVALNOTIFIER] This PR is APPROVED This pull-request has been approved by: erikgb, hjoshi123 The full list of commands accepted by this bot can be found here. The pull request process is described here DetailsNeeds approval from an approver in each of these files:
Approvers can indicate their approval by writing |
I prefer to see the human-readable exact version - even if we use digests.